...
|
...
|
@@ -37,7 +37,7 @@ |
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<body style="cursor:pointer;">
|
|
|
<div class="tx_mask_school">
|
|
|
<div class="tx_maskCon_school">
|
|
|
<div class="three_model_school">
|
...
|
...
|
@@ -45,22 +45,22 @@ |
|
|
选择学校-班级
|
|
|
</div>
|
|
|
<div class="three_model_school_tab">
|
|
|
<div class="three_model_school_left three_model_school_hover word">
|
|
|
<div class="three_model_school_left three_model_school_hover word" style="cursor:pointer">
|
|
|
学校
|
|
|
</div>
|
|
|
<div class="three_model_school_left">
|
|
|
<div class="three_model_school_left" style="cursor:pointer">
|
|
|
班级
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
|
<div class="three_model_school_data there_university" style="display: block;">
|
|
|
<div class="three_model_school_data there_university" style="display: block;cursor: pointer">
|
|
|
<foreach name="$school" item="s">
|
|
|
<div class="three_model_school_name <if condition='$key eq 0'>there_unActive</if> school"
|
|
|
data-id="{$s.id}">{$s.school}
|
|
|
<div class="three_model_school_name <if condition='$key eq 0'>there_unActive</if> school"
|
|
|
data-id="{$s.id}" style="cursor: pointer;">{$s.school}
|
|
|
</div>
|
|
|
</foreach>
|
|
|
</div>
|
|
|
<div class="three_model_school_data there_class grade">
|
|
|
<div class="three_model_school_data there_class grade" style="cursor: pointer">
|
|
|
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -187,13 +187,13 @@ |
|
|
</div>
|
|
|
<!-- tab切换 -->
|
|
|
<div class="log_three_tab log_three_tab_top">
|
|
|
<div class="log_three_tab_one log_three_tab_two word_color aaa" data-state="2">未发货</div>
|
|
|
<div class="log_three_tab_one" data-state="5">已发货</div>
|
|
|
<div class="log_three_tab_one" data-state="3">已完成</div>
|
|
|
<div class="log_three_tab_one log_three_tab_two word_color aaa" data-state="2" style="cursor: pointer">未发货</div>
|
|
|
<div class="log_three_tab_one" data-state="5" style="cursor: pointer">已发货</div>
|
|
|
<div class="log_three_tab_one" data-state="3" style="cursor: pointer">已完成</div>
|
|
|
</div>
|
|
|
<!-- 下拉框 -->
|
|
|
<div class="log_three_select">
|
|
|
<div class="log_three_select_one log_three_select_school">
|
|
|
<div class="log_three_select_one log_three_select_school" style="cursor: pointer">
|
|
|
<div class="log_three_select_title log_three_select_school2">
|
|
|
请选择学校/班级
|
|
|
</div>
|
...
|
...
|
@@ -201,7 +201,7 @@ |
|
|
<img src="__TMPL__/public/assets/images/75.png" alt=""/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="log_three_select_one log_three_select_peisong log_three_select_tongyi">
|
|
|
<div class="log_three_select_one log_three_select_peisong log_three_select_tongyi" style="cursor: pointer">
|
|
|
<div class="log_three_select_title log_three_select_contant">
|
|
|
统一配送
|
|
|
</div>
|
...
|
...
|
@@ -462,7 +462,7 @@ |
|
|
<div style="position: fixed;bottom:0;width: 100%;">
|
|
|
<div class="log_three_list_fixed">
|
|
|
<div class="log_three_fixed_left">
|
|
|
<div class="log_three_fixed_left_one">
|
|
|
<div class="log_three_fixed_left_one" style="cursor: pointer">
|
|
|
<img src="__TMPL__/public/assets/images/fangkuang.png" alt=""/>
|
|
|
</div>
|
|
|
<div class="log_three_fixed_left_two">
|
...
|
...
|
|