切换导航条
此项目
正在载入...
登录
刘朕
/
qiaohu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
李洪娟
6 years ago
提交
7a8f2971d4b9742b2323cabf820711af291ebf55
2 个父辈
1a590e33
d3c4ae36
1 个管道 的构建
通过
耗费 0 秒
合并分支 'lihong' 到 'master'
修改 查看合并请求
!157
变更
1
构建
1
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
18 行增加
和
18 行删除
public/themes/simpleboot3/portal/index.html
public/themes/simpleboot3/portal/index.html
查看文件 @
7a8f297
...
...
@@ -88,24 +88,24 @@
<script
src=
"__TMPL__/public/mobile/js/common.js"
type=
"text/javascript"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
// alert($(document).height())
if
(
$
(
document
).
height
()
==
455
){
// $(".index_swiper").css("height","95%");
// $(".swiper-container").css("height","95%");
$
(
".index_swiper img"
).
css
(
"height"
,
"102%"
);
$
(
".video_lool"
).
css
(
"padding-top"
,
"2rem"
);
$
(
".video_lool"
).
css
(
"margin-top"
,
"0"
);
$
(
".video_lool"
).
css
(
"height"
,
"2.54rem"
);
$
(
".video_text_wrap"
).
css
(
"top"
,
"0.6rem"
);
$
(
".body"
).
css
(
"padding-bottom"
,
"5rem"
)
}
else
if
(
$
(
document
).
height
()
==
554
){
$
(
".index_swiper img"
).
css
(
"height"
,
"102%"
);
$
(
".video_lool"
).
css
(
"padding-top"
,
"2rem"
);
$
(
".video_lool"
).
css
(
"margin-top"
,
"0"
);
$
(
".video_lool"
).
css
(
"height"
,
"2.54rem"
);
$
(
".video_text_wrap"
).
css
(
"top"
,
"0.6rem"
)
$
(
".body"
).
css
(
"padding-bottom"
,
"5rem"
)
}
// if($(document).height()==455){
// // $(".index_swiper").css("height","95%");
// // $(".swiper-container").css("height","95%");
// $(".index_swiper img").css("height","102%");
// $(".video_lool").css("padding-top","2rem");
// $(".video_lool").css("margin-top","0");
// $(".video_lool").css("height","2.54rem");
// $(".video_text_wrap").css("top","0.6rem");
// $(".body").css("padding-bottom","5rem")
//
// }else if($(document).height()==554){
// $(".index_swiper img").css("height","102%");
// $(".video_lool").css("padding-top","2rem");
// $(".video_lool").css("margin-top","0");
// $(".video_lool").css("height","2.54rem");
// $(".video_text_wrap").css("top","0.6rem")
// $(".body").css("padding-bottom","5rem")
// }
// alert( $(".video_lool").css("height"))
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
pagination
:
{
...
...
请
注册
或
登录
后发表评论