Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
2f51f010
提交
2f51f010
编写于
12月 03, 2018
作者:
gjyang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
B. git图片测试
C. user-select属性添加 D. 滚动Banner取消懒加载
上级
b0000f68
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
3 行删除
+11
-3
common.scss
src/style/common.scss
+7
-0
home-new.vue
src/views/home/home-new.vue
+4
-3
未找到文件。
src/style/common.scss
浏览文件 @
2f51f010
*
{
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-o-user-select
:
none
;
user-select
:
none
;
}
body
,
div
,
span
,
header
,
footer
,
nav
,
section
,
aside
,
article
,
ul
,
dl
,
dt
,
dd
,
li
,
a
,
p
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
i
,
b
,
textarea
,
button
,
input
,
select
,
figure
,
figcaption
,
{
body
,
div
,
span
,
header
,
footer
,
nav
,
section
,
aside
,
article
,
ul
,
dl
,
dt
,
dd
,
li
,
a
,
p
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
i
,
b
,
textarea
,
button
,
input
,
select
,
figure
,
figcaption
,
{
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
...
...
src/views/home/home-new.vue
浏览文件 @
2f51f010
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
<div
class=
"swiper"
>
<div
class=
"swiper"
>
<mt-swipe
:auto=
"3000"
:speed=
"speedSwiper"
:stopPropagation=
"prevent"
>
<mt-swipe
:auto=
"3000"
:speed=
"speedSwiper"
:stopPropagation=
"prevent"
>
<mt-swipe-item
v-for=
"(item,index) in listSwiper"
:key=
"index"
>
<mt-swipe-item
v-for=
"(item,index) in listSwiper"
:key=
"index"
>
<img
v-lazy=
"item.imageUrl"
@
click=
"goLinkByswiper(item)"
/>
<!--
<img
v-lazy=
"item.imageUrl"
@
click=
"goLinkByswiper(item)"
/>
-->
<img
:src=
"item.imageUrl"
@
click=
"goLinkByswiper(item)"
/>
</mt-swipe-item>
</mt-swipe-item>
</mt-swipe>
</mt-swipe>
</div>
</div>
...
@@ -971,7 +972,7 @@ export default {
...
@@ -971,7 +972,7 @@ export default {
margin-top
:
px2rem
(
15px
);
margin-top
:
px2rem
(
15px
);
.pathologic-item
{
.pathologic-item
{
float
:
left
;
float
:
left
;
width
:
48%
;
width
:
48%
;
box-shadow
:
0
px2rem
(
2px
)
px2rem
(
6px
)
RGBA
(
42
,
94
,
161
,
0
.15
);
box-shadow
:
0
px2rem
(
2px
)
px2rem
(
6px
)
RGBA
(
42
,
94
,
161
,
0
.15
);
border-radius
:
px2rem
(
3px
);
border-radius
:
px2rem
(
3px
);
background
:
#fff
;
background
:
#fff
;
...
@@ -983,7 +984,7 @@ export default {
...
@@ -983,7 +984,7 @@ export default {
/* height: px2rem(20px);*/
/* height: px2rem(20px);*/
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
px2rem
(
52px
)
;
vertical-align
:
middle
;
vertical-align
:
middle
;
display
:
inline-block
;
display
:
inline-block
;
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录