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

1

@@ -24,11 +24,43 @@ @@ -24,11 +24,43 @@
24 background-position: bottom; 24 background-position: bottom;
25 background-size: 100% 0.06rem; 25 background-size: 100% 0.06rem;
26 } 26 }
  27 + .tx_maskCon2 {
  28 + padding: 0;
  29 + }
  30 + .delete_school {
  31 + background: linear-gradient(338deg, rgba(255, 78, 0, 1) 0%, rgba(255, 157, 45, 1) 100%);
  32 + border-radius: 0.08rem;
  33 + border-bottom-left-radius: 0;
  34 + border-bottom-right-radius: 0;
  35 + height: 1rem;
  36 + }
  37 + .dianhua {
  38 + background: ;
  39 + padding: 0.5rem 0;
  40 + font-size: 0.32rem;
  41 + color: #333;
  42 + text-align: center;
  43 + }
27 </style> 44 </style>
28 </head> 45 </head>
29 46
30 <body> 47 <body>
  48 +
  49 +
  50 +
31 <div class="Dpayment"> 51 <div class="Dpayment">
  52 +
  53 + <!--售后咨询弹框开始-->
  54 + <div class="tx_mask" onclick="$(this).hide()">
  55 + <div class="tx_maskCon" onclick="zZFun(this)">
  56 + <div class="tx_maskCon2" style="border-radius: 0.1rem;">
  57 + <div class="delete_school">
  58 + </div>
  59 + <div class="dianhua">售后电话:12345678911</div>
  60 + </div>
  61 + </div>
  62 + </div>
  63 + <!--售后咨询弹框结束-->
32 <!-- 顶部 --> 64 <!-- 顶部 -->
33 <div class="order_top"> 65 <div class="order_top">
34 <a href="javascript:history.back();"> 66 <a href="javascript:history.back();">
@@ -204,6 +236,17 @@ @@ -204,6 +236,17 @@
204 <script src="__TMPL__/public/assets/js/jquery.js"></script> 236 <script src="__TMPL__/public/assets/js/jquery.js"></script>
205 </body> 237 </body>
206 <script> 238 <script>
  239 + <!--售后咨询弹窗-->
  240 + $(".pay_bottom2_2").click(function() {
  241 + $(".tx_mask").css({
  242 + display: "none"
  243 + });
  244 + })
  245 + function zZFun(e) {
  246 + window.event ? (window.event.cancelBubble = true) : e.stopPropagation();
  247 + }
  248 +
  249 +
207 $(function () { 250 $(function () {
208 $('.cancel_order').click(function () { 251 $('.cancel_order').click(function () {
209 var indent_id = $(this).attr('data-id'); 252 var indent_id = $(this).attr('data-id');