Explorar el Código

[券列表][修改][数据过长展示样式]

tags/河北版C.8.1.01
hurui hace 5 años
padre
commit
0c1fb9e382
Se han modificado 4 ficheros con 17 adiciones y 17 borrados
  1. +8
    -3
      components/coupons/index.wxss
  2. +0
    -2
      pages/index/searchbar/detail/index.wxss
  3. +3
    -3
      pages/spellGroup/spellGroup.wxml
  4. +6
    -9
      pages/spellGroup/spellGroup.wxss

+ 8
- 3
components/coupons/index.wxss Ver fichero

@@ -59,13 +59,18 @@
}

.price {
font-size: 40rpx;
font-size: 36rpx;
font-family: PingFang-SC-Bold;
font-weight: bold;
line-height: 44rpx;
margin-left: 16rpx;
padding-top: 16rpx;
color: #FD832D;
width: 60%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.rmb{
font-size: 24rpx!important;
@@ -80,7 +85,7 @@
white-space: nowrap;
text-overflow: ellipsis;
font-size: 28rpx;
line-height: 30rpx;
line-height: 32rpx;
padding-top: 20rpx;
padding-left: 10rpx;
color: #333;
@@ -114,7 +119,7 @@

.coupons-btn {
position: absolute;
bottom: 16rpx;
bottom: 14rpx;
right: 24rpx;
}



+ 0
- 2
pages/index/searchbar/detail/index.wxss Ver fichero

@@ -343,10 +343,8 @@ page{
margin: 30rpx auto 0;
}
.swiperactive text{
/* margin: 30rpx auto 0; */
display:left;
text-align:center;
color: #999;
}
.modal {
width: 100%;


+ 3
- 3
pages/spellGroup/spellGroup.wxml Ver fichero

@@ -28,10 +28,10 @@
</view>
<view class='price'>
<view class='price01'>
<view class='price-unit'>¥</view>
<view class='price-numHr'>{{item.salePriceStr}}</view>
<text class='price-unit'>¥</text>
<text class='price-numHr'>{{item.salePriceStr}}232322323</text>
<text class='price02'>¥{{item.priceStr}}232322323</text>
</view>
<view class='price02'>¥{{item.priceStr}}</view>
<view class='right-button'>去拼团</view>
</view>
</view>


+ 6
- 9
pages/spellGroup/spellGroup.wxss Ver fichero

@@ -139,17 +139,20 @@ image{
text-align: center;
}
.content .price{
overflow: hidden;
/* margin-top: 10rpx; */
margin-bottom: 20rpx;
display: flex;
justify-content: space-between;
}
.content .price01{
display: inline;
font-size:50rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:#FD782D;
line-height:44rpx;
width: 50%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.content .price02{
display: inline-block;
@@ -174,16 +177,11 @@ image{
line-height: 30rpx;
}
.content .price-numHr{
display: inline-block;
font-size: 40rpx;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
line-height: 32rpx;
}

.content .price-unit{
display: inline;
font-size:24rpx;
}
.right-button{
@@ -197,7 +195,6 @@ image{
text-align: center;
color:rgba(255,255,255,1);
line-height:50rpx;
float: right;
}
.right-text{
font-size:22rpx;


Cargando…
Cancelar
Guardar