正在显示
1 个修改的文件
包含
14 行增加
和
51 行删除
@@ -89,44 +89,6 @@ | @@ -89,44 +89,6 @@ | ||
89 | </div> | 89 | </div> |
90 | </div> | 90 | </div> |
91 | </div> | 91 | </div> |
92 | -<!-- 弹窗 --> | ||
93 | -<!--<div class="tx_mask">--> | ||
94 | -<!--<div class="tx_maskCon">--> | ||
95 | -<!--<div class="tx_maskConImg">--> | ||
96 | -<!--<img src="__TMPL__/public/assets/images/90.png" alt=""/>--> | ||
97 | -<!--</div>--> | ||
98 | -<!--<div class="tx_maskCon2">--> | ||
99 | -<!--<div class="log_three_model">--> | ||
100 | -<!--<div class="log_three_model_one time">--> | ||
101 | -<!--<div class="log_three_model_left">配送时间</div>--> | ||
102 | -<!--<div class="log_psong">--> | ||
103 | -<!--<input type="text" value="" placeholder="请输入开始配送时间"/>--> | ||
104 | -<!--</div>--> | ||
105 | -<!--</div>--> | ||
106 | -<!--<div class="log_three_model_one time">--> | ||
107 | -<!--<div class="log_three_model_left">配送时间</div>--> | ||
108 | -<!--<div class="log_psong">--> | ||
109 | -<!--<input type="text" value="" placeholder="请输入结束配送时间"/>--> | ||
110 | -<!--</div>--> | ||
111 | -<!--</div>--> | ||
112 | -<!--<div class="log_three_model_one time">--> | ||
113 | -<!--<div class="log_three_model_left">快递公司</div>--> | ||
114 | -<!--<div class="log_psong">--> | ||
115 | -<!--<input type="text" value="" placeholder="请输入快递公司"/>--> | ||
116 | -<!--</div>--> | ||
117 | -<!--</div>--> | ||
118 | -<!--<div class="log_three_model_one time">--> | ||
119 | -<!--<div class="log_three_model_left">快递单号</div>--> | ||
120 | -<!--<div class="log_psong">--> | ||
121 | -<!--<input type="text" value="" placeholder="请输入快递单号"/>--> | ||
122 | -<!--</div>--> | ||
123 | -<!--</div>--> | ||
124 | -<!--</div>--> | ||
125 | -<!--<!– 确定 –>--> | ||
126 | -<!--<div class="tx_maskOk confirm" data-id="">确定</div>--> | ||
127 | -<!--</div>--> | ||
128 | -<!--</div>--> | ||
129 | -<!--</div>--> | ||
130 | <div class="tx_masktwo" style="display: none;"> | 92 | <div class="tx_masktwo" style="display: none;"> |
131 | <div class="tx_maskCon"> | 93 | <div class="tx_maskCon"> |
132 | <div class="tx_maskConImg"> | 94 | <div class="tx_maskConImg"> |
@@ -275,11 +237,11 @@ | @@ -275,11 +237,11 @@ | ||
275 | </div> | 237 | </div> |
276 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> | 238 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> |
277 | <foreach name="$vo.indent_goods" item="i_g"> | 239 | <foreach name="$vo.indent_goods" item="i_g"> |
278 | - <div class="log_three_list_center"> | ||
279 | - <div class="log_three_list_center_left"> | ||
280 | - <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt=""/> | 240 | + <div class="log_three_list_center" style="display: flex;justify-content: flex-start;"> |
241 | + <div class="log_three_list_center_left" style="width: 1.44rem;hieght:1.44rem"> | ||
242 | + <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/> | ||
281 | </div> | 243 | </div> |
282 | - <div class="log_three_list_center_right"> | 244 | + <div class="log_three_list_center_right" style="margin-left: 0.16rem;"> |
283 | <div class="log_three_center_one"> | 245 | <div class="log_three_center_one"> |
284 | {$i_g.book_name} | 246 | {$i_g.book_name} |
285 | </div> | 247 | </div> |
@@ -348,11 +310,11 @@ | @@ -348,11 +310,11 @@ | ||
348 | </div> | 310 | </div> |
349 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> | 311 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> |
350 | <foreach name="$vo.indent_goods" item="i_g"> | 312 | <foreach name="$vo.indent_goods" item="i_g"> |
351 | - <div class="log_three_list_center"> | ||
352 | - <div class="log_three_list_center_left"> | ||
353 | - <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt=""/> | 313 | + <div class="log_three_list_center" style="display: flex;justify-content: flex-start;"> |
314 | + <div class="log_three_list_center_left" style="width: 1.44rem;hieght:1.44rem"> | ||
315 | + <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/> | ||
354 | </div> | 316 | </div> |
355 | - <div class="log_three_list_center_right"> | 317 | + <div class="log_three_list_center_right" style="margin-left: 0.16rem;"> |
356 | <div class="log_three_center_one"> | 318 | <div class="log_three_center_one"> |
357 | {$i_g.book_name} | 319 | {$i_g.book_name} |
358 | </div> | 320 | </div> |
@@ -421,11 +383,11 @@ | @@ -421,11 +383,11 @@ | ||
421 | </div> | 383 | </div> |
422 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> | 384 | <a href="{:url('get_one',array('id'=>$vo['id']))}"> |
423 | <foreach name="$vo.indent_goods" item="i_g"> | 385 | <foreach name="$vo.indent_goods" item="i_g"> |
424 | - <div class="log_three_list_center"> | ||
425 | - <div class="log_three_list_center_left"> | ||
426 | - <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt=""/> | 386 | + <div class="log_three_list_center" style="display: flex;justify-content: flex-start;"> |
387 | + <div class="log_three_list_center_left" style="width: 1.44rem;hieght:1.44rem"> | ||
388 | + <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/> | ||
427 | </div> | 389 | </div> |
428 | - <div class="log_three_list_center_right"> | 390 | + <div class="log_three_list_center_right" style="margin-left: 0.16rem;"> |
429 | <div class="log_three_center_one"> | 391 | <div class="log_three_center_one"> |
430 | {$i_g.book_name} | 392 | {$i_g.book_name} |
431 | </div> | 393 | </div> |
@@ -669,7 +631,7 @@ | @@ -669,7 +631,7 @@ | ||
669 | for (var i3 = 0; i3 < indent_goods_data.length; i3++) { | 631 | for (var i3 = 0; i3 < indent_goods_data.length; i3++) { |
670 | indent_goods_html += "<div class=\"log_three_list_center\">\n" + | 632 | indent_goods_html += "<div class=\"log_three_list_center\">\n" + |
671 | " <div class=\"log_three_list_center_left\">\n" + | 633 | " <div class=\"log_three_list_center_left\">\n" + |
672 | - " <img src=\"" + indent_goods_data[i3].thumbnail + "\" alt=\"\"/>\n" + | 634 | + " <img src=\"{:cmf_get_image_url('')}" + indent_goods_data[i3].thumbnail + "\" alt=\"\"/>\n" + |
673 | " </div>\n" + | 635 | " </div>\n" + |
674 | " <div class=\"log_three_list_center_right\">\n" + | 636 | " <div class=\"log_three_list_center_right\">\n" + |
675 | " <div class=\"log_three_center_one\">\n" + | 637 | " <div class=\"log_three_center_one\">\n" + |
@@ -724,6 +686,7 @@ | @@ -724,6 +686,7 @@ | ||
724 | "\t\t\t\t\t\t" + html_bottom + "</div>"; | 686 | "\t\t\t\t\t\t" + html_bottom + "</div>"; |
725 | } | 687 | } |
726 | } | 688 | } |
689 | + | ||
727 | $('.log_three_list_contant').eq(index).html(html); | 690 | $('.log_three_list_contant').eq(index).html(html); |
728 | update(); | 691 | update(); |
729 | } else { | 692 | } else { |
-
请 注册 或 登录 后发表评论