Browse Source

分割线

master
‘daijinzheng@xingtongworld.com’ 3 years ago
parent
commit
bc71946ec5
  1. 5
      pages/base/home.vue

5
pages/base/home.vue

@ -114,7 +114,7 @@
:refresher-triggered="refreshing" refresher-background="transparent" :refresher-threshold="50">
<!-- 轮播 -->
<swiper class="my-swipe2 m-x-md p-b-xs" indicator-dots indicator-color="white">
<swiper-item class="my_swipe_item2" v-for="(item, idx) in homeList" :key="idx">
<swiper-item style="padding-left: 1.8rem;border-right: 1px solid gray;" class="my_swipe_item2" v-for="(item, idx) in homeList" :key="idx">
<div class="num">
<img :src="item.coin_icon"
style="width: 24px;height: 24px;margin-right: 6px;vertical-align: bottom;"
@ -2186,7 +2186,8 @@ export default {
.my-swipe2 {
.my_swipe_item2 {
display: inline !important;
width: 50% !important;
width: 52% !important;
height: 70% !important;
// height: 90% !important;
}
}

Loading…
Cancel
Save