提交 8bc2f03d 编写于 作者: Y yyt

运动主页面增加图片

上级 995d6cb9
......@@ -83,7 +83,8 @@
}, {
"path": "pages/discover/main",
"style": {
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh":true
}
}, {
"path": "pages/discover/discover-detail",
......
......@@ -21,6 +21,7 @@
<view class="rank">{{info.rank}}</view>
</view>
</view>
<image class="pic" src="/static/login/login.png"></image>
<image class="start-button" src="/static/sport/start1.png" @click="start"></image>
</view>
</template>
......@@ -110,15 +111,22 @@
.type-select {
width: 30%;
margin-top: 60px;
margin-top: 40px;
margin-left: 30px;
color: #f1992d;
/* background-color: #f1992d; */
}
.pic {
margin: 0 auto;
margin-top: 15px;
width: 270px;
height: 250px;
}
.accumulate {
margin: 10px;
margin-top: 40px;
margin-top: 10px;
}
.block1 {
......@@ -192,6 +200,6 @@
width: 300rpx;
height: 300rpx;
margin: 0 auto;
margin-top: 150px;
margin-top: 20px;
}
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册