1.修改页面样式

yj-dev
杨杰 3 years ago
parent e1997e0f63
commit 279ec09635
  1. 6
      pages/goods/recording/recording.vue
  2. 1
      pages/tabBar/home/home.vue

@ -6,7 +6,7 @@
</view>
<view class="width90" v-for="recod in recordInfo" :key="recod.id">
<view class="width100 font15">
<view class="width100 font15 height20 mart10">
<view class="flleft width50 fcor666">
金币充值
</view>
@ -17,10 +17,10 @@
-{{recod.gold}}
</view>
</view>
<view class="width100 fcor999 font14 mart10">
<view class="width100 fcor999 font14 mart5">
{{recod.createTime | formatDate('-')}}
</view>
<view class="line1f2 mart5"></view>
<view class="line1f2 mart15"></view>
</view>
<view class="loading-text">{{ loadingText }}</view>
</view>

@ -1196,6 +1196,7 @@
border-radius: 0 0 10px 10px;
margin-top: -5px;
background-color: white;
box-shadow: 0rpx 8rpx 25rpx rgba(0, 0, 0, 0.2);
}
.swiper-hed {

Loading…
Cancel
Save