...
|
...
|
@@ -46,6 +46,7 @@ image { |
|
|
color: #fff;
|
|
|
font-size: 24rpx;
|
|
|
margin-left: 30rpx;
|
|
|
text-shadow: 2rpx 2rpx 5rpx #000;
|
|
|
}
|
|
|
|
|
|
.queue-prize-link {
|
...
|
...
|
@@ -70,7 +71,7 @@ image { |
|
|
bottom: 42rpx;
|
|
|
right: 32rpx;
|
|
|
flex-direction: row;
|
|
|
align-items: flex-end;
|
|
|
align-items: flex-start;
|
|
|
justify-content: space-between;
|
|
|
z-index: 19;
|
|
|
}
|
...
|
...
|
@@ -111,7 +112,7 @@ image { |
|
|
border-radius: 6px 6px 0rpx 6px;
|
|
|
box-sizing: border-box;
|
|
|
overflow: hidden;
|
|
|
font-size: 28rpx;
|
|
|
font-size: 24rpx;
|
|
|
line-height: 1.2;
|
|
|
z-index: -1;
|
|
|
}
|
...
|
...
|
@@ -273,9 +274,34 @@ image { |
|
|
}
|
|
|
|
|
|
.item-user-rank { /* item 用户排名 */
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
line-height: 40rpx;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.item-user-assist {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
width: 138rpx;
|
|
|
height: 32rpx;
|
|
|
background-color: #d0021b;
|
|
|
border-radius: 20rpx;
|
|
|
margin-left: 10rpx;
|
|
|
font-size: 24rpx;
|
|
|
font-weight: lighter;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.item-user-assist image {
|
|
|
width: 28rpx;
|
|
|
height: 28rpx;
|
|
|
margin: 0 4rpx 0 4rpx;
|
|
|
border-radius: 28rpx;
|
|
|
}
|
|
|
|
|
|
.item-user-name { /* item 用户名称 */
|
...
|
...
|
@@ -467,4 +493,4 @@ image { |
|
|
|
|
|
.zan-actionsheet__container {
|
|
|
z-index: 29 !important;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|