23 lines
322 B
Plaintext
23 lines
322 B
Plaintext
.label {
|
|
background-color: #fff;
|
|
display: flex;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.label-name {
|
|
flex: 1;
|
|
}
|
|
|
|
.label-more {
|
|
display: flex;
|
|
color: #999;
|
|
}
|
|
|
|
.label-more image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin: 28rpx 0 0 10rpx;
|
|
} |