.top_baseInfo {
width: 100%;
height: 105px;
background: #48c17b;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.top_baseInfo_avatar {
width: 64px;
height: 64px;
border-radius: 50%;
/* position: absolute;
top: 15px;
left: 15px; */
border: 3px solid white;
box-shadow: 0 2px 4px 0 rgba(186, 70, 70, 0.5);
margin-left: 15px;
}
.top_baseInfo_userName {
margin-left: 12px;
width: 200px;
}
.top_baseInfo_userName .name {
font-family: PingFang-SC-Medium;
font-size: 20px;
color: #fff;
}
.top_baseInfo_userName .phone {
font-family: PingFang-SC-Medium;
font-size: 14px;
color: #fff;
}
.top_baseInfo .indicator {
height: 22px;
width: 22px;
margin-left: calc(100% - 330px);
}
.notvip_status {
height: 25px;
right: 30px;
border: 1px solid #fff;
border-radius: 100px;
font-size: 14px;
color: #fff;
width: 66px;
text-align: center;
padding-top: 5px;
position: absolute;
}
.isvip_status {
height: 25px;
right: 30px;
border: 1px solid #FFE572;
border-radius: 100px;
font-size: 14px;
color: #FFE572;
width: 82px;
text-align: center;
padding-top: 5px;
position: absolute;
}
.infoBar {
width: 100%;
height: 60px;
background: #48c17b;
display: flex;
margin-bottom: 10px;
}
.infoView {
width: 25%;
background: rgba(255, 255, 255, 0.08);
}
.titleText {
font-size: 11px;
color: #caf7de;
width: 100%;
height: 16px;
text-align: center;
margin-top: 13px;
}
.timeText {
font-size: 12px;
color: #fff;
width: 100%;
text-align: center;
height: 17px;
margin-top: 2px;
}
.setting_cell {
height: 50px;
width: 100%;
font-size: 14px;
background: white;
}
.setting_cell image {
height: 26px;
width: 26px;
display: inline-block;
margin-top: 12px;
margin-left: 15px;
}
.setting_cell text {
display: inline-block;
transform: translateY(-7px);
margin-left: 14px;
height: 20px;
color: #333;
}
.right_text {
float: right;
margin-top: 15px;
color: #888;
}
.setting_cell .indicator {
width: 12px;
height: 12px;
float: right;
margin-right: 8px;
margin-top: 20px;
}
.line {
border-top: 0.5px solid #e6e6e6;
margin-left: 15px;
width: calc(100% - 15px);
}
.btn {
margin-left: 15px;
margin-right: 15px;
height: 38px;
background: #eaeaea;
border: 1px solid #e6e6e6;
border-radius: 51px;
text-align: center;
font-size: 16px;
color: #888;
line-height: 38px;
}
.hover {
background: lightcyan;
}