This commit is contained in:
唐明明
2021-09-29 17:56:11 +08:00
135 changed files with 57200 additions and 22 deletions

View File

@@ -479,8 +479,8 @@
position: fixed;
background-color: $uni-bg-color;
border-radius: $radius;
left: 60rpx;
right: 60rpx;
left: 80rpx;
right: 80rpx;
top: 30%;
z-index: 1002;
font-size: $uni-font-size-sm;
@@ -494,11 +494,11 @@
font-weight: 600;
}
.newCont-text {
padding: 0 40rpx;
padding: 50rpx 40rpx;
box-sizing: border-box;
line-height: 48rpx;
text-align: justify;
height: 260rpx;
max-height: 400rpx;
overflow: hidden;
overflow-y: scroll;
}