This commit is contained in:
zmr900709
2020-08-20 14:23:21 +08:00
parent 30539ddf64
commit c81ee7e961
10 changed files with 50 additions and 20 deletions

View File

@@ -158,13 +158,16 @@
display: flex;
flex-wrap: wrap;
.label {
padding: 6rpx 10rpx;
margin: 0 10rpx 10rpx 0;
font-size: 24rpx;
height: 40rpx;
padding: 4rpx 14rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
font-size: 26rpx;
text-align: center;
line-height: 38rpx;
color: #fff;
border-radius: 6rpx;
background-color: #000000;
opacity: 0.5;
border-radius: 10rpx;
background-color: rgba(0, 0, 0, .6);
}
}
}