...
|
...
|
@@ -287,12 +287,13 @@ image { |
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
width: 138rpx;
|
|
|
height: 32rpx;
|
|
|
width: 146rpx;
|
|
|
height: 36rpx;
|
|
|
background-color: #d0021b;
|
|
|
border-radius: 20rpx;
|
|
|
margin-left: 10rpx;
|
|
|
font-size: 24rpx;
|
|
|
line-height: 36rpx;
|
|
|
font-weight: lighter;
|
|
|
color: #fff;
|
|
|
}
|
...
|
...
|
@@ -300,7 +301,7 @@ image { |
|
|
.item-user-assist image {
|
|
|
width: 28rpx;
|
|
|
height: 28rpx;
|
|
|
margin: 0 4rpx 0 4rpx;
|
|
|
margin: 0 4rpx 0 6rpx;
|
|
|
border-radius: 28rpx;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -488,7 +489,7 @@ image { |
|
|
left: 66rpx;
|
|
|
bottom: 30rpx;
|
|
|
border-radius: 30rpx;
|
|
|
background-color: #d0021b;
|
|
|
background-color: rgba(208, 2, 27, 0.5);
|
|
|
}
|
|
|
|
|
|
.zan-actionsheet__container {
|
...
|
...
|
|