SilenceLeo hace 3 años
padre
commit
e6eb8d5098

+ 4 - 0
src/pages/activity/detail.vue

@@ -26,6 +26,10 @@
         v-html="detail.intro"
       />
     </view>
+    <view class="detail-box" v-if="detail && detail.desc">
+      <view class="title">活动规则</view>
+      <view class="desc" v-html="detail.desc" />
+    </view>
     <view class="act-footer" v-if="detail && detail.is_attend === 1">
       <button v-if="detail.status === 0" class="btn btn-gray">未开始</button>
       <button v-else-if="detail.status === 2" class="btn btn-gray">

+ 1 - 7
src/pages/help/contact.vue

@@ -39,14 +39,8 @@ export default {
 </script>
 
 <style>
-page {
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-  min-height: 80vh;
-}
 .content {
-  padding: 40rpx;
+  padding: 100rpx 40rpx 40rpx;
 }
 .p {
   color: #666;

+ 2 - 2
src/pages/vip/detail.vue

@@ -52,8 +52,8 @@ page {
   }
   .logo {
     display: block;
-    width: 160rpx;
-    height: 160rpx;
+    width: 100rpx;
+    height: 100rpx;
   }
 }
 .content {

+ 3 - 3
src/pages/vip/index.vue

@@ -105,9 +105,9 @@ export default {
     text-align: center;
     .icon {
       display: block;
-      width: 100rpx;
-      height: 100rpx;
-      margin: 0 auto 10rpx;
+      width: 70rpx;
+      height: 70rpx;
+      margin: 15rpx auto 25rpx;
     }
   }
 }