.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: #FFFFFF; } .top_baseInfo_userName .phone { font-family: PingFang-SC-Medium; font-size: 14px; color: #FFFFFF; } .top_baseInfo .indicator { height: 22px; width: 22px; margin-left: calc(100% - 330px); } .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: #FFFFFF; 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: #333333; } .right_text { float: right; margin-top: 15px; color: #888888; } .setting_cell .indicator { width: 12px; height: 12px; float: right; margin-right: 8px; margin-top: 20px; } .line { border-top: 1px 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: #888888; line-height: 38px; } .hover { background: lightcyan }