From af2b13d4510ba0fd385e76cef49646fa27c54f4b Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Wed, 26 Jun 2019 13:50:27 +0800 Subject: [PATCH] 2 --- public/themes/simpleboot3/portal/order_salesman/get_all.html | 11 +++++++---- public/themes/simpleboot3/portal/order_salesman/get_one.html | 9 ++++++--- public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html | 21 ++++++++++++++++++--- 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/public/themes/simpleboot3/portal/order_salesman/get_all.html b/public/themes/simpleboot3/portal/order_salesman/get_all.html index b9b56eb..b11fa48 100755 --- a/public/themes/simpleboot3/portal/order_salesman/get_all.html +++ b/public/themes/simpleboot3/portal/order_salesman/get_all.html @@ -68,8 +68,8 @@ </div> </div> <!--统一配送--> -<div class="tx_mask_tongyi"> - <div class="tx_maskCon_tongyi"> +<div class="tx_mask_tongyi" onclick="$(this).hide()"> + <div class="tx_maskCon_tongyi" onclick="zZFun(this)"> <div class="three_model_school"> <div class="three_model_school_data" style="display: block;"> <div class="three_model_school_name there_unActive" data-id="1">统一配送</div> @@ -129,8 +129,8 @@ </div> </div> </div> -<div class="tx_maskone"> - <div class="tx_maskCon"> +<div class="tx_maskone" onclick="$(this).hide()"> + <div class="tx_maskCon" onclick="zZFun(this)"> <div class="tx_maskConImg"> <img src="__TMPL__/public/assets/images/91.png" alt=""/> </div> @@ -480,6 +480,9 @@ <script src="__TMPL__/public/assets/js/mui.picker.min.js"></script> <script src="__TMPL__/public/assets/js/city.data-3.js"></script> <script> + function zZFun(e) { + window.event ? (window.event.cancelBubble = true) : e.stopPropagation(); + } // 选择学校 $(".three_model_school_left").click(function () { var indexs = $(this).index(); diff --git a/public/themes/simpleboot3/portal/order_salesman/get_one.html b/public/themes/simpleboot3/portal/order_salesman/get_one.html index 4648d77..d63b6f5 100755 --- a/public/themes/simpleboot3/portal/order_salesman/get_one.html +++ b/public/themes/simpleboot3/portal/order_salesman/get_one.html @@ -45,14 +45,14 @@ <div class="log_top_co" style="background-color: white;"> <!-- 顶部 --> <div class=" order_top log_top_co"> - <a href=""> + <a href="javascript:history.back(-1)"> <img src="__TMPL__/public/assets/images/left.png" alt=""/> </a> <p>订单确认</p> </div> </div> -<div class="tx_maskone"> - <div class="tx_maskCon"> +<div class="tx_maskone" onclick="$(this).hide()"> + <div class="tx_maskCon" onclick="zZFun(this)"> <div class="tx_maskConImg"> <img src="__TMPL__/public/assets/images/91.png" alt=""/> </div> @@ -285,6 +285,9 @@ <script src="__TMPL__/public/assets/js/mui.picker.min.js"></script> <script src="__TMPL__/public/assets/js/city.data-3.js"></script> <script> + function zZFun(e) { + window.event ? (window.event.cancelBubble = true) : e.stopPropagation(); + } //选择快递方式 $(".log_psong_select").click(function () { $(".tx_mask_kuaidi").css({ diff --git a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html index 74911e1..7a06e5d 100755 --- a/public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html +++ b/public/themes/simpleboot3/portal/salesmangoods/salesman_goods.html @@ -14,12 +14,24 @@ width: 3.4rem; padding-top: 0.04rem; } + .tx_maskCon_money { + cursor: pointer; + width: 5.6rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%); + } </style> <body> <!-- 弹窗 --> -<div class="tx_mask"> - <div class="tx_maskCon"> - <div class="tx_maskCon2"> +<div class="tx_mask" onclick="$(this).hide()"> + <div class="tx_maskCon_money" onclick="zZFun(this)"> + <div class="tx_maskCon2" > <div class="log_three_model"> <div class="log_three_model_one" style="padding-bottom: 0.2rem;"> <div class="log_three_model_left">价钱</div> @@ -122,6 +134,9 @@ <script src="__TMPL__/public/assets/js/jquery.js"></script> <script src="__TMPL__/public/assets/js/base.js"></script> <script> + function zZFun(e) { + window.event ? (window.event.cancelBubble = true) : e.stopPropagation(); + } /** * 点击编辑 */ -- libgit2 0.24.0