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

@@ -75,7 +75,7 @@
/* #endif */
align-items: center;
flex-direction: column;
padding: 0 30rpx;
// padding: 0 30rpx;
}
.operat-span {

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);
}
}
}

View File

@@ -631,6 +631,7 @@
font-size: 28rpx;
color: #333;
lines: 2;
letter-spacing: 2rpx;
}
.more-content-box {
@@ -859,6 +860,7 @@
margin-bottom: 20rpx;
lines: 1;
text-overflow: ellipsis;
letter-spacing: 2rpx;
}
.centent {