切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
d8f0fa8dbf2b4a78ad4644a070ced6a46c31e7b5
1 个父辈
1d6f3f15
1 个管道 的构建
通过
耗费 0 秒
1
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
43 行增加
和
0 行删除
public/themes/simpleboot3/portal/order/get_one.html
public/themes/simpleboot3/portal/order/get_one.html
查看文件 @
d8f0fa8
...
...
@@ -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'
);
...
...
请
注册
或
登录
后发表评论