1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @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;
- }
|