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

1

... ... @@ -95,6 +95,71 @@
.mui-dtpicker-header,.mui-dtpicker-title h5{
background-color: white;
}
.dingdan_lianxi_ren{
font-size: 0.28rem;
cursor: pointer;
font-family: PingFang SC;
font-weight: 400;
color: rgba(102, 102, 102, 1);
opacity: 1;
}
.dingdan_detail{
padding-top: 0.22rem;
}
.dingdan_detail_hao{
font-size: 0.28rem;
cursor: pointer;
font-family: PingFang SC;
font-weight: 400;
color: rgba(102, 102, 102, 1);
opacity: 1;
}
.right_dingdan{
width: 5.6rem;
margin-left: 0.2rem;
}
.right_dingdan_top{
display: flex;
justify-content: space-between;
display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -moz-flex; /* Firefox 18+ */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
justify-content: space-between;
-webkit-flex-justify-content: space-between;
-moz-box-justify-content: space-between;
-ms-flexbox-justify-content: space-between;
-webkit-flexalign-align-items: center;
-moz-box-align-items: center;
-ms-flexbox-align-items: center;
}
.right_dingdan_center{
text-align: right;
}
.right_dingdan_one{
font-size: 0.26rem;
cursor: pointer;
font-weight: 400;
color: rgba(51, 51, 51, 1);
opacity: 1;
}
.right_dingdan_two{
font-size: 0.34rem;
font-weight: 400;
cursor: pointer;
line-height: 25px;
color: rgba(51, 51, 51, 1);
opacity: 1;
}
.shuju_zongshu{
padding-left: 0.4rem;
font-size: 0.28rem;
font-weight: 600;
color: #333;
border-radius: 0.08rem;
}
</style>
</head>
... ... @@ -291,6 +356,7 @@
<input type="hidden" id="grade" value=""/>
<input type="hidden" id="is_courier" value="1"/>
</div>
<div class="shuju_zongshu">搜索结果为20条</div>
<!-- 列表内容 -->
<div>
<!--未发货-->
... ... @@ -328,18 +394,37 @@
</div>
<a href="{:url('get_one',array('id'=>$vo['id']))}">
<foreach name="$vo.indent_goods" item="i_g">
<div class="log_three_list_center" style="display: flex;justify-content: flex-start;">
<div class="log_three_list_center_left" style="width: 1.44rem;height:1.44rem">
<img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/>
<div class="dingdan_detail">
<div class="dingdan_detail_top">
<div class="dingdan_detail_hao">订单号:2019062557100499</div>
<div class="dingdan_lianxi_ren">联系人:姚经理</div>
</div>
<div class="log_three_list_center_right" style="margin-left: 0.16rem;">
<div class="log_three_center_one">
{$i_g.book_name}
<div class="log_three_list_center" style="display: flex;justify-content: flex-start;">
<div class="log_three_list_center_left" style="width: 1.44rem;height:1.44rem">
<img src="{:cmf_get_image_url($i_g.thumbnail)}" alt="" style="width: 100%;height: 100%;"/>
</div>
<div class="log_three_center_two">×{$i_g.number}</div>
<div class="log_three_center_three"><span></span>{$i_g.price}</div>
<!--<div class="log_three_list_center_right" style="margin-left: 0.16rem;width: 5.6rem">-->
<!--<div class="log_three_center_one">-->
<!--{$i_g.book_name}-->
<!--</div>-->
<!--<div class="right_dingdan_money">-->
<!--<div class="log_three_center_three"><span>¥</span>{$i_g.price}</div>-->
<!--<div class="log_three_center_two">×{$i_g.number}</div>-->
<!--</div>-->
<!--</div>-->
<div class="right_dingdan">
<div class="right_dingdan_top">
<div class="right_dingdan_one">{$i_g.book_name}</div>
<div class="right_dingdan_two">¥{$i_g.price}</div>
</div>
<div class="right_dingdan_center">
<div class="right_dindan_three right_dingdan_one">x{$i_g.number}</div>
</div>
<div class="right_dingdan_four right_dingdan_one">bdkjasdhasjdkladjlasjdk;lasdl</div>
<div class="right_dingdan_four right_dingdan_one" style="margin-top: -0.05rem;">联系电话:15266669999</div>
</div>
</div>
</foreach>
</a>
<!-- 立即发货 -->
... ... @@ -373,6 +458,7 @@
<div style="text-align: center;width: 100%;height:100%;margin:0 auto;">暂无数据</div>
</empty>
</div>
<!--已发货-->
<div class="log_three_list_contant">
<foreach name="$data" item="vo">
... ...