Commit d74d30eb authored by jsz315's avatar jsz315

修改样式

parent 61ce1ce3
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
</div> </div>
</template> </template>
<template v-else> <template v-else>
<pull-to class="pull" :top-load-method="refresh" :top-config="topConfig"> <!-- <pull-to class="pull" :top-load-method="refresh" :top-config="topConfig"> -->
<home class="all" :outside="false" ref="home"></home> <home class="all" :outside="false" ref="home"></home>
</pull-to> <!-- </pull-to>
<div class="loading">刷新加载</div> <div class="loading">刷新加载</div> -->
</template> </template>
</div> </div>
</template> </template>
...@@ -72,7 +72,8 @@ export default { ...@@ -72,7 +72,8 @@ export default {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #999; background: rgb(247, 247, 247);
overflow-y: auto;
} }
.boxs{ .boxs{
position: relative; position: relative;
...@@ -88,6 +89,8 @@ export default { ...@@ -88,6 +89,8 @@ export default {
position: relative; position: relative;
z-index: 1; z-index: 1;
background: rgb(167, 51, 51); background: rgb(167, 51, 51);
overflow-x: hidden;
overflow-y: auto;
} }
.loading{ .loading{
position: absolute; position: absolute;
...@@ -97,7 +100,7 @@ export default { ...@@ -97,7 +100,7 @@ export default {
height: 90px; height: 90px;
line-height: 90px; line-height: 90px;
text-align: center; text-align: center;
color: #fff; color: rgb(184, 184, 184);
font-size: 24px; font-size: 24px;
} }
.top{ .top{
......
...@@ -20,23 +20,6 @@ ...@@ -20,23 +20,6 @@
</a> </a>
</section> </section>
<section class="activity">
<div class="title" :class="{hiding:hiding}">展业活动</div>
<div class="act-shadow" v-for="(item, index) in activitLyist" :key="index" :class="{'hiding':hiding}">
<div class="act-img" :style="{'background-image': 'url(' + item.pic + ')'}"></div>
<div class="act-info">
<div class="act-title">{{item.title}}</div>
<div class="act-desc">{{getText(item.desc, 90)}}</div>
<div class="act-btns">
<div class="act-btn" @click="openTryGame(item)">试玩</div>
<div class="act-btn act-share" @click="openShareGame(item, true)">分享</div>
</div>
</div>
<div class="act-ico" :class="'type'+(index+1)">{{item.contentTag}}</div>
</div>
</section>
<section class="container article-container" :class="{hiding:hiding}"> <section class="container article-container" :class="{hiding:hiding}">
<div class="header duiui-flex duiui-flex--spacebetween"> <div class="header duiui-flex duiui-flex--spacebetween">
<!-- <h3>热门文章</h3> --> <!-- <h3>热门文章</h3> -->
...@@ -61,6 +44,24 @@ ...@@ -61,6 +44,24 @@
</div> </div>
</div> </div>
</section> </section>
<section class="activity">
<div class="title" :class="{hiding:hiding}">展业活动</div>
<div class="act-shadow" v-for="(item, index) in activitLyist" :key="index" :class="{'hiding':hiding}">
<div class="act-img" :style="{'background-image': 'url(' + item.pic + ')'}"></div>
<div class="act-info">
<div class="act-title">{{item.title}}</div>
<div class="act-desc">{{getText(item.desc, 90)}}</div>
<div class="act-btns">
<div class="act-btn" @click="openTryGame(item)">试玩</div>
<div class="act-btn act-share" @click="openShareGame(item, true)">分享</div>
</div>
</div>
<div class="act-ico" :class="'type'+(index+1)">{{item.contentTag}}</div>
</div>
</section>
<div class="intercept__modal" v-if="showInterceptModal"> <div class="intercept__modal" v-if="showInterceptModal">
<div class="modal_main"> <div class="modal_main">
<div class="J_close close" @click="closeModal"></div> <div class="J_close close" @click="closeModal"></div>
......
...@@ -110,10 +110,10 @@ ...@@ -110,10 +110,10 @@
<section> <section>
<div class="dui-footer__wrap"> <div class="dui-footer__wrap">
<div class="dui-footer__btn">转发</div> <div class="dui-footer__btn">转发</div>
<div class="card-visible__control"> <!-- <div class="card-visible__control">
<input class="switch switch-anim" type="checkbox" checked> <input class="switch switch-anim" type="checkbox" checked>
<p>隐藏名片</p> <p>隐藏名片</p>
</div> </div> -->
</div> </div>
</section> </section>
</script> </script>
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
color: #FFFFFF; color: #FFFFFF;
letter-spacing: 0.4px; letter-spacing: 0.4px;
text-align: center; text-align: center;
margin: auto;
&::before{ &::before{
content: ''; content: '';
background-image: url('//yun.duiba.com.cn/h5/miniprogram/kejiji/images/repost.png'); background-image: url('//yun.duiba.com.cn/h5/miniprogram/kejiji/images/repost.png');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment