Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lxx_pms
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
游宗学
lxx_pms
Commits
95500c10
提交
95500c10
authored
7月 28, 2020
作者:
罗瑀
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
滚动
上级
79a07a16
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
34 行增加
和
2 行删除
+34
-2
createPreordainOrder.html
...n/BookingWap/View/default/Order/createPreordainOrder.html
+34
-2
没有找到文件。
PHP/Application/BookingWap/View/default/Order/createPreordainOrder.html
浏览文件 @
95500c10
...
...
@@ -13,6 +13,31 @@
.deposit-rule
.conditions
{
padding
:
0
;
}
.scroller
{
position
:
absolute
;
z-index
:
1
;
top
:
0
;
left
:
0
;
right
:
0
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
width
:
100%
;
-webkit-transform
:
translateZ
(
0
);
-moz-transform
:
translateZ
(
0
);
-ms-transform
:
translateZ
(
0
);
-o-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
-webkit-touch-callout
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
-webkit-text-size-adjust
:
none
;
-moz-text-size-adjust
:
none
;
-ms-text-size-adjust
:
none
;
-o-text-size-adjust
:
none
;
text-size-adjust
:
none
;
}
</style>
<div
class=
"m-loading"
></div>
<section
class=
"wraper <if condition='$organization_id neq 2'>none</if>"
>
...
...
@@ -174,7 +199,11 @@
<!--房间选择弹窗End-->
<div
class=
"md-modal md-effect-1 deposit-rule"
id=
"modal-4"
>
<div
class=
"conditions"
>
<div
class=
"contract-info"
id=
"preorderTem"
></div>
<div
class=
"contract-info"
style=
"overflow:hidden"
>
<div
style=
"position: relative;width:100%;height:100%;overflow:hidden;touch-action: none;"
id=
"ruleScroll"
>
<div
class=
"scroller"
id=
"preorderTem"
></div>
</div>
</div>
<div
class=
"m-foot-btn"
style=
"display: none"
>
<span
class=
"btn ui-btn-green"
id=
"btn-agree"
>
我已阅读并知晓定金协议
</span>
</div>
...
...
@@ -209,6 +238,7 @@
<script
type=
"text/javascript"
rel=
"preload"
as=
"script"
src=
"__CDN_WEIXIN__lefull-wap/build/component/apartment/js/modalEffects.js"
></script>
<script
src=
"__CDN_WEIXIN__lefull-wap/build/lib/mbiscroll/js/mobiscroll.custom-3.0.0-beta2.min.js"
type=
"text/javascript"
rel=
"preload"
as=
"script"
></script>
<script
src=
"https://lib.baomitu.com/iScroll/5.2.0/iscroll-infinite.js"
></script>
<script>
$
(
function
()
{
initPreorderTem
();
//请求预定模板
...
...
@@ -271,9 +301,10 @@
$
(
'#modal-3'
).
removeClass
(
'md-show'
);
});
$
(
'#readDoc'
).
on
(
'click'
,
function
()
{
//
document.body.style.overflow="hidden";//隐藏页面水平和垂直滚动条
document
.
body
.
style
.
overflow
=
"hidden"
;
//隐藏页面水平和垂直滚动条
$
(
'#modal-4'
).
addClass
(
'md-show'
);
$
(
'.conditions .ui-btn-green'
).
show
();
new
IScroll
(
'#ruleScroll'
);
});
$
(
'.conditions .icon-icon_close,.conditions .ui-btn-green'
).
on
(
'click'
,
function
()
{
$
(
'#modal-4'
).
removeClass
(
'md-show'
);
...
...
@@ -362,6 +393,7 @@
$
(
'.m-foot-btn'
).
show
();
if
(
$
(
'#organization_id'
).
val
()
==
1
){
$
(
"#modal-4"
).
addClass
(
"md-show"
);
new
IScroll
(
'#ruleScroll'
);
};
$
(
".wraper"
).
removeClass
(
"none"
);
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论