12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
.label {
|
|
white-space: nowrap;
|
|
}
|
|
.label .item {
|
|
display: inline-flex;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
padding: 0 24rpx;
|
|
background-color: #f2f2f2;
|
|
border-radius: 15rpx;
|
|
}
|