@import "@/libs/css/layout.scss"; .container-view { padding: 36rpx 32rpx 0rpx; box-sizing: border-box; .user-switch-row { display: flex; align-items: center; justify-content: flex-end; padding: 20rpx; margin-top: 20rpx; .name-wrap { font-family: DIN, DIN; font-weight: 500; font-size: 32rpx; color: #060809; display: flex; align-items: center; &:active { opacity: .8; } &::before { content: ""; width: 48rpx; height: 48rpx; margin-right: 16rpx; background: url('https://qiniu.bms16.com/FghCVNMWDBKJpqbIrqoxT-de9Has'); background-size: 100%; } &::after { content: ""; width: 28rpx; height: 28rpx; margin-left: 10rpx; background: url('https://qiniu.bms16.com/FvLGTjPNELdBiqcSf6S2G4GLSElS'); background-size: 100%; } } .message { width: 48rpx; height: 48rpx; &:active { opacity: .8; } } } .user-info-wrap { margin: 54rpx auto 48rpx; display: flex; flex-direction: column; align-items: center; .head-img { width: 144rpx; height: 144rpx; border-radius: 50%; } .user-name { font-family: DIN, DIN; font-weight: bold; font-size: 40rpx; color: #060809; margin: 12rpx 0 8rpx; } .e-mail { font-family: Futura, Futura; font-weight: 500; font-size: 24rpx; color: #060809; } } .common-tabs { display: flex; justify-content: space-between; .item { // width: 216rpx; flex: 1; margin-right: 22rpx; height: 216rpx; background: #FFFFFF; border-radius: 40rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; &:last-child { margin-right: 0; } .icon { width: 80rpx; height: 80rpx; margin-bottom: 30rpx; } .name { font-family: PingFangSC, PingFang SC; font-weight: bold; font-size: 32rpx; color: #060809; line-height: 32rpx; } } } .tabs-wrap { width: 100%; background: #FFFFFF; border-radius: 40rpx; margin-top: 24rpx; padding: 8rpx 32rpx; .tab-item { display: flex; align-items: center; padding: 32rpx 0; border-bottom: 2PX solid #F1F4F5; &:last-child { border-bottom: none; } .icon { width: 64rpx; height: 64rpx; margin-right: 16rpx; } .name { font-family: PingFangSC, PingFang SC; font-weight: bold; font-size: 32rpx; color: #060809; } } } }