91 lines
1.2 KiB
Plaintext
91 lines
1.2 KiB
Plaintext
|
|
.user-info{
|
||
|
|
background-color: #1D90FB;
|
||
|
|
padding: 30px;
|
||
|
|
color: #FFF;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-info image{
|
||
|
|
border-radius: 50%;
|
||
|
|
width: 50px;
|
||
|
|
height: 50px;
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-info .name{
|
||
|
|
flex: 1;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-info .name .nick{
|
||
|
|
font-size: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-info .name .id{
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.user-info .clock{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.record{
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.records_item{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
padding: 0 20px;
|
||
|
|
margin: 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.records_item .value{
|
||
|
|
font-size: 26px;
|
||
|
|
color: #1D90FB;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.records_item:nth-child(2){
|
||
|
|
border-left: 1px solid #F2F4FB;
|
||
|
|
border-right: 1px solid #F2F4FB;
|
||
|
|
}
|
||
|
|
|
||
|
|
.func{
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.func_item{
|
||
|
|
width: 33.3%;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 14px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.func_item .van-icon{
|
||
|
|
font-size: 24px;
|
||
|
|
margin-bottom: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.contact{
|
||
|
|
background-color: #fff;
|
||
|
|
border: none!important;
|
||
|
|
outline: none;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
height: fit-content;
|
||
|
|
font-size: 14px;
|
||
|
|
height: 19px;
|
||
|
|
line-height: 19px;
|
||
|
|
}
|