Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
d9adb7c9
提交
d9adb7c9
编写于
11月 15, 2018
作者:
chendeli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
上级
91012cfa
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
44 行增加
和
10 行删除
+44
-10
yqy-home-adv.vue
src/components/business-new/yqy-home-adv.vue
+1
-1
home-new.vue
src/views/home/home-new.vue
+43
-9
未找到文件。
src/components/business-new/yqy-home-adv.vue
浏览文件 @
d9adb7c9
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
//跳转
//跳转
goToPage
(
item
,
parm
){
goToPage
(
item
,
parm
){
alert
(
jumpWebPageUrl
);
//
alert(jumpWebPageUrl);
let
_this
=
this
;
let
_this
=
this
;
//let url = location.protocol+'//'+location.host+'/#/'
//let url = location.protocol+'//'+location.host+'/#/'
...
...
src/views/home/home-new.vue
浏览文件 @
d9adb7c9
...
@@ -119,7 +119,7 @@ export default {
...
@@ -119,7 +119,7 @@ export default {
speedSwiper
:
20
,
speedSwiper
:
20
,
stopPropagation
:
true
,
stopPropagation
:
true
,
isIntStyle
:
''
,
isIntStyle
:
''
,
listSwiper
:[
{},{}
],
//轮播图数据
listSwiper
:[],
//轮播图数据
listMiddle
:[],
//中间栏数据
listMiddle
:[],
//中间栏数据
scrollTimer
:
null
,
scrollTimer
:
null
,
scrollTop
:
0
,
scrollTop
:
0
,
...
@@ -238,14 +238,13 @@ export default {
...
@@ -238,14 +238,13 @@ export default {
swiperFun
(){
swiperFun
(){
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
var
swiper
=
new
Swiper
(
'.swiper-container'
,
{
// autoplay: {
speed
:
500
,
// delay: 6000,
loop
:
true
,
// stopOnLastSlide: false,
observer
:
true
,
// disableOnInteraction: false,
observeParents
:
true
,
// },
autoplayDisableOnInteraction
:
false
,
pagination
:
{
autoplay
:
3000
,
el
:
'.swiper-pagination'
,
pagination
:
'.pagination'
},
});
});
...
@@ -756,6 +755,41 @@ export default {
...
@@ -756,6 +755,41 @@ export default {
opacity
:
1
;
opacity
:
1
;
}
}
.mint-loadmore-top
.mint-loadmore-text
{
font-size
:
12px
;}
.mint-loadmore-top
.mint-loadmore-text
{
font-size
:
12px
;}
.banner-container.swiper-container-horizontal
>
.swiper-pagination-bullets
{
width
:
2px
;
left
:
inherit
;
transform
:
translateY
(
-50%
);
position
:
absolute
;
right
:
6px
;
top
:
50%
;
}
.banner-container.swiper-container-horizontal
>
.swiper-pagination-bullets
.swiper-pagination-bullet
{
width
:
2px
;
height
:
8px
;
background
:
#fff
;
margin
:
6px
0
0
0
;
float
:
left
;
opacity
:
0.4
;
}
.banner-container
.swiper-pagination-bullet-active
{
opacity
:
1
}
.banner-pagination
{
width
:
2px
;
background
:
#fff
;
right
:
10px
;
top
:
10px
;
position
:
absolute
;
}
.swiper-pagination-bullet
{
}
.swiper-slide
img
{
width
:
100%
;
height
:
100%
;
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
'../../style/mixin'
;
@import
'../../style/mixin'
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录