You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
241 B
14 lines
241 B
.tag{
|
|
margin-right: 12rpx;
|
|
padding: 4rpx 12rpx;
|
|
background-color: #F4F4F4;
|
|
font-size: 22rpx;
|
|
color: #888888;
|
|
border-radius: 4rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.contract{
|
|
justify-content: flex-start;
|
|
padding: 0rpx 32rpx 16rpx 32rpx;
|
|
}
|