作者 anyv
1 个管道 的构建 通过 耗费 1 秒

1

@@ -95,6 +95,71 @@ @@ -95,6 +95,71 @@
95 .mui-dtpicker-header,.mui-dtpicker-title h5{ 95 .mui-dtpicker-header,.mui-dtpicker-title h5{
96 background-color: white; 96 background-color: white;
97 } 97 }
  98 + .dingdan_lianxi_ren{
  99 + font-size: 0.28rem;
  100 + cursor: pointer;
  101 + font-family: PingFang SC;
  102 + font-weight: 400;
  103 + color: rgba(102, 102, 102, 1);
  104 + opacity: 1;
  105 + }
  106 + .dingdan_detail{
  107 + padding-top: 0.22rem;
  108 + }
  109 + .dingdan_detail_hao{
  110 + font-size: 0.28rem;
  111 + cursor: pointer;
  112 + font-family: PingFang SC;
  113 + font-weight: 400;
  114 + color: rgba(102, 102, 102, 1);
  115 + opacity: 1;
  116 + }
  117 + .right_dingdan{
  118 + width: 5.6rem;
  119 + margin-left: 0.2rem;
  120 + }
  121 + .right_dingdan_top{
  122 + display: flex;
  123 + justify-content: space-between;
  124 + display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  125 + display: -moz-box; /* Firefox 17- */
  126 + display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  127 + display: -moz-flex; /* Firefox 18+ */
  128 + display: -ms-flexbox; /* IE 10 */
  129 + display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  130 + justify-content: space-between;
  131 + -webkit-flex-justify-content: space-between;
  132 + -moz-box-justify-content: space-between;
  133 + -ms-flexbox-justify-content: space-between;
  134 + -webkit-flexalign-align-items: center;
  135 + -moz-box-align-items: center;
  136 + -ms-flexbox-align-items: center;
  137 + }
  138 + .right_dingdan_center{
  139 + text-align: right;
  140 + }
  141 + .right_dingdan_one{
  142 + font-size: 0.26rem;
  143 + cursor: pointer;
  144 + font-weight: 400;
  145 + color: rgba(51, 51, 51, 1);
  146 + opacity: 1;
  147 + }
  148 + .right_dingdan_two{
  149 + font-size: 0.34rem;
  150 + font-weight: 400;
  151 + cursor: pointer;
  152 + line-height: 25px;
  153 + color: rgba(51, 51, 51, 1);
  154 + opacity: 1;
  155 + }
  156 + .shuju_zongshu{
  157 + padding-left: 0.4rem;
  158 + font-size: 0.28rem;
  159 + font-weight: 600;
  160 + color: #333;
  161 + border-radius: 0.08rem;
  162 + }
98 </style> 163 </style>
99 </head> 164 </head>
100 165
@@ -291,6 +356,7 @@ @@ -291,6 +356,7 @@
291 <input type="hidden" id="grade" value=""/> 356 <input type="hidden" id="grade" value=""/>
292 <input type="hidden" id="is_courier" value="1"/> 357 <input type="hidden" id="is_courier" value="1"/>
293 </div> 358 </div>
  359 +<div class="shuju_zongshu">搜索结果为20条</div>
294 <!-- 列表内容 --> 360 <!-- 列表内容 -->
295 <div> 361 <div>
296 <!--未发货--> 362 <!--未发货-->
@@ -328,18 +394,37 @@ @@ -328,18 +394,37 @@
328 </div> 394 </div>
329 <a href="{:url('get_one',array('id'=>$vo['id']))}"> 395 <a href="{:url('get_one',array('id'=>$vo['id']))}">
330 <foreach name="$vo.indent_goods" item="i_g"> 396 <foreach name="$vo.indent_goods" item="i_g">
331 - <div class="log_three_list_center" style="display: flex;justify-content: flex-start;">  
332 - <div class="log_three_list_center_left" style="width: 1.44rem;height:1.44rem">  
333 - <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/> 397 + <div class="dingdan_detail">
  398 + <div class="dingdan_detail_top">
  399 + <div class="dingdan_detail_hao">订单号:2019062557100499</div>
  400 + <div class="dingdan_lianxi_ren">联系人:姚经理</div>
334 </div> 401 </div>
335 - <div class="log_three_list_center_right" style="margin-left: 0.16rem;">  
336 - <div class="log_three_center_one">  
337 - {$i_g.book_name} 402 + <div class="log_three_list_center" style="display: flex;justify-content: flex-start;">
  403 + <div class="log_three_list_center_left" style="width: 1.44rem;height:1.44rem">
  404 + <img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/>
338 </div> 405 </div>
339 - <div class="log_three_center_two">×{$i_g.number}</div>  
340 - <div class="log_three_center_three"><span></span>{$i_g.price}</div> 406 + <!--<div class="log_three_list_center_right" style="margin-left: 0.16rem;width: 5.6rem">-->
  407 + <!--<div class="log_three_center_one">-->
  408 + <!--{$i_g.book_name}-->
  409 + <!--</div>-->
  410 + <!--<div class="right_dingdan_money">-->
  411 + <!--<div class="log_three_center_three"><span>¥</span>{$i_g.price}</div>-->
  412 + <!--<div class="log_three_center_two">×{$i_g.number}</div>-->
  413 + <!--</div>-->
  414 + <!--</div>-->
  415 + <div class="right_dingdan">
  416 + <div class="right_dingdan_top">
  417 + <div class="right_dingdan_one">{$i_g.book_name}</div>
  418 + <div class="right_dingdan_two">¥{$i_g.price}</div>
  419 + </div>
  420 + <div class="right_dingdan_center">
  421 + <div class="right_dindan_three right_dingdan_one">x{$i_g.number}</div>
  422 + </div>
  423 + <div class="right_dingdan_four right_dingdan_one">bdkjasdhasjdkladjlasjdk;lasdl</div>
  424 + <div class="right_dingdan_four right_dingdan_one" style="margin-top: -0.05rem;">联系电话:15266669999</div>
341 </div> 425 </div>
342 </div> 426 </div>
  427 +
343 </foreach> 428 </foreach>
344 </a> 429 </a>
345 <!-- 立即发货 --> 430 <!-- 立即发货 -->
@@ -373,6 +458,7 @@ @@ -373,6 +458,7 @@
373 <div style="text-align: center;width: 100%;height:100%;margin:0 auto;">暂无数据</div> 458 <div style="text-align: center;width: 100%;height:100%;margin:0 auto;">暂无数据</div>
374 </empty> 459 </empty>
375 </div> 460 </div>
  461 +
376 <!--已发货--> 462 <!--已发货-->
377 <div class="log_three_list_contant"> 463 <div class="log_three_list_contant">
378 <foreach name="$data" item="vo"> 464 <foreach name="$data" item="vo">