From d8f0fa8dbf2b4a78ad4644a070ced6a46c31e7b5 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Sat, 29 Jun 2019 09:44:08 +0800 Subject: [PATCH] 1 --- public/themes/simpleboot3/portal/order/get_one.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/portal/order/get_one.html b/public/themes/simpleboot3/portal/order/get_one.html index 46c3e0f..10e329a 100755 --- a/public/themes/simpleboot3/portal/order/get_one.html +++ b/public/themes/simpleboot3/portal/order/get_one.html @@ -24,11 +24,43 @@ background-position: bottom; background-size: 100% 0.06rem; } + .tx_maskCon2 { + padding: 0; + } + .delete_school { + background: linear-gradient(338deg, rgba(255, 78, 0, 1) 0%, rgba(255, 157, 45, 1) 100%); + border-radius: 0.08rem; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + height: 1rem; + } + .dianhua { + background: ; + padding: 0.5rem 0; + font-size: 0.32rem; + color: #333; + text-align: center; + } </style> </head> <body> + + + <div class="Dpayment"> + + <!--售后咨询弹框开始--> + <div class="tx_mask" onclick="$(this).hide()"> + <div class="tx_maskCon" onclick="zZFun(this)"> + <div class="tx_maskCon2" style="border-radius: 0.1rem;"> + <div class="delete_school"> + </div> + <div class="dianhua">售后电话:12345678911</div> + </div> + </div> + </div> + <!--售后咨询弹框结束--> <!-- 顶部 --> <div class="order_top"> <a href="javascript:history.back();"> @@ -204,6 +236,17 @@ <script src="__TMPL__/public/assets/js/jquery.js"></script> </body> <script> + <!--售后咨询弹窗--> + $(".pay_bottom2_2").click(function() { + $(".tx_mask").css({ + display: "none" + }); + }) + function zZFun(e) { + window.event ? (window.event.cancelBubble = true) : e.stopPropagation(); + } + + $(function () { $('.cancel_order').click(function () { var indent_id = $(this).attr('data-id'); -- libgit2 0.24.0