Compare commits
No commits in common. "9cb9478848e09db29b505655ca018e1ebe5a548e" and "fe67ef0189fa03bfd88bf8a515311305db868f74" have entirely different histories.
9cb9478848
...
fe67ef0189
|
@ -110,13 +110,13 @@ export default {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
.participant_info{
|
.participant_info{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-top: 10px;
|
||||||
border-top: 1px solid #f5f7fa;
|
border-top: 1px solid #f5f7fa;
|
||||||
.p_icon{
|
.p_icon{
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
@ -125,24 +125,13 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.p_info{
|
.p_info{
|
||||||
position: relative;
|
|
||||||
flex:1;
|
flex:1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
// border-right: 1px solid #f5f7fa;
|
border-right: 1px solid #f5f7fa;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.p_info:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
right: 0;
|
|
||||||
height: 50px;
|
|
||||||
width: 1px;
|
|
||||||
background-color: #f5f7fa;
|
|
||||||
}
|
|
||||||
.p_info_basic{
|
.p_info_basic{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
@ -118,13 +118,13 @@ export default {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
.participant_info{
|
.participant_info{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-top: 10px;
|
||||||
border-top: 1px solid #f5f7fa;
|
border-top: 1px solid #f5f7fa;
|
||||||
.p_icon{
|
.p_icon{
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
@ -133,24 +133,13 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.p_info{
|
.p_info{
|
||||||
position: relative;
|
|
||||||
flex:1;
|
flex:1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
// border-right: 1px solid #f5f7fa;
|
border-right: 1px solid #f5f7fa;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
.p_info:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
right: 0;
|
|
||||||
height: 50px;
|
|
||||||
width: 1px;
|
|
||||||
background-color: #f5f7fa;
|
|
||||||
}
|
|
||||||
.p_info_basic{
|
.p_info_basic{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue