提交 2f51f010 编写于 作者: gjyang's avatar gjyang

B. git图片测试

    C. user-select属性添加
    D. 滚动Banner取消懒加载
上级 b0000f68
* {
-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;
......
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册