作者 乔爽

更新我的收藏

@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 <image src='../../../img/goods_1.png'></image> 10 <image src='../../../img/goods_1.png'></image>
11 </view> 11 </view>
12 <view class='top_left_text'> 12 <view class='top_left_text'>
13 - 距结束23时59分 13 + 距结束23时59分距结束23时59分
14 </view> 14 </view>
15 </view> 15 </view>
16 <!-- 右边 --> 16 <!-- 右边 -->
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 纯进口有机菜花 21 纯进口有机菜花
22 </view> 22 </view>
23 <view class='right_top_rig'> 23 <view class='right_top_rig'>
24 - 产地:智 24 + 产地:智
25 </view> 25 </view>
26 </view> 26 </view>
27 <!-- 右中1 --> 27 <!-- 右中1 -->
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <view class='right_bottom_lef'> 43 <view class='right_bottom_lef'>
44 <span class='RBM'>¥</span> 44 <span class='RBM'>¥</span>
45 <span class='number'>52/</span> 45 <span class='number'>52/</span>
46 - <span class='text'>1磅1份</span> 46 + <span class='text'>1磅1份1磅1份</span>
47 </view> 47 </view>
48 <!-- 右下中 --> 48 <!-- 右下中 -->
49 <view class='right_bottom_mid'> 49 <view class='right_bottom_mid'>
@@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
51 40mm-50m 51 40mm-50m
52 </view> 52 </view>
53 <view class='right_bottom_mid_b'> 53 <view class='right_bottom_mid_b'>
54 - 番茄果径 54 + 番茄果径番茄果径番茄果径
55 </view> 55 </view>
56 </view> 56 </view>
57 <!-- 右下右 --> 57 <!-- 右下右 -->
@@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
85 <image src='../../../img/goods_1.png'></image> 85 <image src='../../../img/goods_1.png'></image>
86 </view> 86 </view>
87 <view class='text_color'> 87 <view class='text_color'>
88 - 距结束2时22分 88 + 距结束2时22分距结束2时22分
89 </view> 89 </view>
90 </view> 90 </view>
91 <!-- 右边 --> 91 <!-- 右边 -->
@@ -96,7 +96,7 @@ @@ -96,7 +96,7 @@
96 纯进口有机菜花 96 纯进口有机菜花
97 </view> 97 </view>
98 <view class='right_top_rig'> 98 <view class='right_top_rig'>
99 - 产地:智力 99 + 产地:罗利
100 </view> 100 </view>
101 </view> 101 </view>
102 <!-- 右中1 --> 102 <!-- 右中1 -->
@@ -118,7 +118,8 @@ @@ -118,7 +118,8 @@
118 <view class='right_bottom_lef'> 118 <view class='right_bottom_lef'>
119 <span class='RBM'>¥</span> 119 <span class='RBM'>¥</span>
120 <span class='number'>52/</span> 120 <span class='number'>52/</span>
121 - <span class='text'>1磅1份</span> 121 + <span class='text'>1磅1份1磅1份</span>
  122 +
122 </view> 123 </view>
123 <!-- 右下中 --> 124 <!-- 右下中 -->
124 <view class='right_bottom_mid'> 125 <view class='right_bottom_mid'>
@@ -126,7 +127,7 @@ @@ -126,7 +127,7 @@
126 40mm-50m 127 40mm-50m
127 </view> 128 </view>
128 <view class='right_bottom_mid_b'> 129 <view class='right_bottom_mid_b'>
129 - 番茄果径 130 + 番茄果径 番茄果径番茄果径
130 </view> 131 </view>
131 </view> 132 </view>
132 <!-- 右下右 --> 133 <!-- 右下右 -->
@@ -45,6 +45,7 @@ @@ -45,6 +45,7 @@
45 height: 100%; 45 height: 100%;
46 } 46 }
47 .top_left_text{ 47 .top_left_text{
  48 + width: 202rpx;
48 height:48rpx; 49 height:48rpx;
49 background:rgba(251,4,4,1); 50 background:rgba(251,4,4,1);
50 opacity:0.2; 51 opacity:0.2;
@@ -54,6 +55,10 @@ @@ -54,6 +55,10 @@
54 font-weight:400; 55 font-weight:400;
55 line-height:48rpx; 56 line-height:48rpx;
56 color:rgba(255,255,255,1); 57 color:rgba(255,255,255,1);
  58 +
  59 + overflow: hidden;
  60 + text-overflow: ellipsis;
  61 + white-space: nowrap;
57 } 62 }
58 .mid_item_top_right{ 63 .mid_item_top_right{
59 width: 100%; 64 width: 100%;
@@ -66,15 +71,17 @@ @@ -66,15 +71,17 @@
66 margin-top: 20rpx; 71 margin-top: 20rpx;
67 } 72 }
68 .right_top_lef{ 73 .right_top_lef{
69 - 74 + width: 270rpx;
70 font-size:32rpx; 75 font-size:32rpx;
71 font-family:PingFang SC; 76 font-family:PingFang SC;
72 font-weight:600; 77 font-weight:600;
73 color:rgba(51,51,51,1); 78 color:rgba(51,51,51,1);
74 opacity:1; 79 opacity:1;
  80 + overflow: hidden;
  81 + text-overflow: ellipsis;
  82 + white-space: nowrap;
75 } 83 }
76 .right_top_rig{ 84 .right_top_rig{
77 -  
78 font-size:22rpx; 85 font-size:22rpx;
79 font-family:PingFang SC; 86 font-family:PingFang SC;
80 font-weight:400; 87 font-weight:400;
@@ -140,6 +147,9 @@ @@ -140,6 +147,9 @@
140 color:rgba(204,204,204,1); 147 color:rgba(204,204,204,1);
141 opacity:1; 148 opacity:1;
142 } 149 }
  150 +.right_bottom_mid{
  151 + width: 122rpx;
  152 +}
143 .right_bottom_mid_t{ 153 .right_bottom_mid_t{
144 154
145 font-size:22rpx; 155 font-size:22rpx;
@@ -147,6 +157,11 @@ @@ -147,6 +157,11 @@
147 font-weight:400; 157 font-weight:400;
148 color:rgba(51,51,51,1); 158 color:rgba(51,51,51,1);
149 opacity:1; 159 opacity:1;
  160 +
  161 + overflow: hidden;
  162 + text-overflow: ellipsis;
  163 + white-space: nowrap;
  164 +
150 } 165 }
151 .right_bottom_mid_b{ 166 .right_bottom_mid_b{
152 font-size:18rpx; 167 font-size:18rpx;
@@ -154,6 +169,10 @@ @@ -154,6 +169,10 @@
154 font-weight:400; 169 font-weight:400;
155 color:rgba(153,153,153,1); 170 color:rgba(153,153,153,1);
156 opacity:1; 171 opacity:1;
  172 +
  173 + overflow: hidden;
  174 + text-overflow: ellipsis;
  175 + white-space: nowrap;
157 } 176 }
158 .right_bottom_rig{ 177 .right_bottom_rig{
159 width:144rpx; 178 width:144rpx;
@@ -198,15 +217,17 @@ @@ -198,15 +217,17 @@
198 border-radius:4rpx; 217 border-radius:4rpx;
199 } 218 }
200 .mid_item_bottom_bot{ 219 .mid_item_bottom_bot{
201 -  
202 font-size:24rpx; 220 font-size:24rpx;
203 font-family:PingFang SC; 221 font-family:PingFang SC;
204 font-weight:400; 222 font-weight:400;
205 color:rgba(153,153,153,1); 223 color:rgba(153,153,153,1);
206 opacity:1; 224 opacity:1;
  225 + overflow: hidden;
  226 + text-overflow: ellipsis;
  227 + white-space: nowrap;
207 } 228 }
208 .text_color{ 229 .text_color{
209 - width:208rpx; 230 + width:202rpx;
210 height:48rpx; 231 height:48rpx;
211 line-height: 48rpx; 232 line-height: 48rpx;
212 text-align: center; 233 text-align: center;
@@ -218,4 +239,13 @@ @@ -218,4 +239,13 @@
218 font-weight:400; 239 font-weight:400;
219 color:rgba(255,255,255,1); 240 color:rgba(255,255,255,1);
220 opacity:1; 241 opacity:1;
  242 + overflow: hidden;
  243 + text-overflow: ellipsis;
  244 + white-space: nowrap;
  245 +}
  246 +.right_bottom_lef{
  247 + width: 140rpx;
  248 + overflow: hidden;
  249 + text-overflow: ellipsis;
  250 + white-space: nowrap;
221 } 251 }