13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
|
|
.label {
|
|
white-space: nowrap;
|
|
|
|
.item {
|
|
display: inline-flex;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
padding: 0 24rpx;
|
|
background-color: rgba(242, 242, 242, 1);
|
|
border-radius: 15rpx;
|
|
}
|
|
} |