@import "./index.skeleton.wxss"; .role { position: relative; margin-top: -20rpx; .clear { position: absolute; height: 38px; line-height: 38px; width: 32px; z-index: 999; top: 0; right: 0; color: #666666; background-color: #fff; } .cell { padding-top: 14rpx !important; padding-bottom: 14rpx !important; } .cell-value { font-size: 26rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 10rpx; color: #333; } } .title-value { font-size: 26rpx; } .brand-box { margin-left: 30rpx; padding-bottom: 20rpx; .brand-tab-class { height: 52rpx; line-height: 52rpx; font-size: 24rpx; color: #666666; } .brand-active-class { border-radius: 26rpx; background-color: #FAFAFA; } } .division { height: 10rpx; background-color: #F4F5F7; }