...
|
...
|
@@ -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');
|
...
|
...
|
|