Authored by htoooth

Merge branch 'develop' of http://git.yoho.cn/fe/yoho-limited-sell-miniapp into develop

... ... @@ -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 {
... ...
... ... @@ -311,20 +311,21 @@ 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;
font-weight: lighter;
line-height: 36rpx;
color: #fff;
}
.item-user-assist image {
width: 28rpx;
height: 28rpx;
margin: 0 4rpx 0 4rpx;
margin: 0 4rpx 0 6rpx;
border-radius: 28rpx;
}
... ... @@ -394,5 +395,5 @@ image {
left: 66rpx;
bottom: 30rpx;
border-radius: 30rpx;
background-color: #d0021b;
background-color: rgba(208, 2, 27, 0.5);
}
... ...