作者 乔爽

更新我的收藏

... ... @@ -10,7 +10,7 @@
<image src='../../../img/goods_1.png'></image>
</view>
<view class='top_left_text'>
距结束23时59分
距结束23时59分距结束23时59分
</view>
</view>
<!-- 右边 -->
... ... @@ -21,7 +21,7 @@
纯进口有机菜花
</view>
<view class='right_top_rig'>
产地:智
产地:智
</view>
</view>
<!-- 右中1 -->
... ... @@ -43,7 +43,7 @@
<view class='right_bottom_lef'>
<span class='RBM'>¥</span>
<span class='number'>52/</span>
<span class='text'>1磅1份</span>
<span class='text'>1磅1份1磅1份</span>
</view>
<!-- 右下中 -->
<view class='right_bottom_mid'>
... ... @@ -51,7 +51,7 @@
40mm-50m
</view>
<view class='right_bottom_mid_b'>
番茄果径
番茄果径番茄果径番茄果径
</view>
</view>
<!-- 右下右 -->
... ... @@ -85,7 +85,7 @@
<image src='../../../img/goods_1.png'></image>
</view>
<view class='text_color'>
距结束2时22分
距结束2时22分距结束2时22分
</view>
</view>
<!-- 右边 -->
... ... @@ -96,7 +96,7 @@
纯进口有机菜花
</view>
<view class='right_top_rig'>
产地:智力
产地:罗利
</view>
</view>
<!-- 右中1 -->
... ... @@ -118,7 +118,8 @@
<view class='right_bottom_lef'>
<span class='RBM'>¥</span>
<span class='number'>52/</span>
<span class='text'>1磅1份</span>
<span class='text'>1磅1份1磅1份</span>
</view>
<!-- 右下中 -->
<view class='right_bottom_mid'>
... ... @@ -126,7 +127,7 @@
40mm-50m
</view>
<view class='right_bottom_mid_b'>
番茄果径
番茄果径 番茄果径番茄果径
</view>
</view>
<!-- 右下右 -->
... ...
... ... @@ -45,6 +45,7 @@
height: 100%;
}
.top_left_text{
width: 202rpx;
height:48rpx;
background:rgba(251,4,4,1);
opacity:0.2;
... ... @@ -54,6 +55,10 @@
font-weight:400;
line-height:48rpx;
color:rgba(255,255,255,1);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mid_item_top_right{
width: 100%;
... ... @@ -66,15 +71,17 @@
margin-top: 20rpx;
}
.right_top_lef{
width: 270rpx;
font-size:32rpx;
font-family:PingFang SC;
font-weight:600;
color:rgba(51,51,51,1);
opacity:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.right_top_rig{
font-size:22rpx;
font-family:PingFang SC;
font-weight:400;
... ... @@ -140,6 +147,9 @@
color:rgba(204,204,204,1);
opacity:1;
}
.right_bottom_mid{
width: 122rpx;
}
.right_bottom_mid_t{
font-size:22rpx;
... ... @@ -147,6 +157,11 @@
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.right_bottom_mid_b{
font-size:18rpx;
... ... @@ -154,6 +169,10 @@
font-weight:400;
color:rgba(153,153,153,1);
opacity:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.right_bottom_rig{
width:144rpx;
... ... @@ -198,15 +217,17 @@
border-radius:4rpx;
}
.mid_item_bottom_bot{
font-size:24rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(153,153,153,1);
opacity:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text_color{
width:208rpx;
width:202rpx;
height:48rpx;
line-height: 48rpx;
text-align: center;
... ... @@ -218,4 +239,13 @@
font-weight:400;
color:rgba(255,255,255,1);
opacity:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.right_bottom_lef{
width: 140rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
\ No newline at end of file
... ...