Parcourir la source

feat: 调整UI

xiansin il y a 2 ans
Parent
commit
1e18a3f997
3 fichiers modifiés avec 6 ajouts et 8 suppressions
  1. 2 3
      mini/pages/case/index.vue
  2. 2 3
      mini/pages/product/index.vue
  3. 2 2
      mini/setting.js

+ 2 - 3
mini/pages/case/index.vue

xqd xqd
@@ -22,7 +22,7 @@
           class="cases-item main-left"
           @click="$u.route({url:`/pages/case/detail?id=${item.id}`})"
         >
-          <view class="detail cross-center">
+          <view class="detail cross-center main-center">
             <!--            <text>热销展厅排名</text>-->
             <view class="name"> {{ item.name }}</view>
           </view>
@@ -99,8 +99,7 @@ export default {
           color: #b4936d;
         }
         .name{
-          font-size: 34rpx;
-          padding-left: 40rpx;
+          font-size: 32rpx;
         }
       }
       .cover-img{

+ 2 - 3
mini/pages/product/index.vue

xqd xqd
@@ -21,7 +21,7 @@
           class="product-item main-left"
           @click="$u.route({url: `/pages/product/list?cate_id=${item.id}`})"
         >
-          <view class="detail cross-center">
+          <view class="detail cross-center  main-center">
             <!--            <text>热销品类排名</text>-->
             <view class="name"> {{ item.name }}</view>
           </view>
@@ -95,8 +95,7 @@ export default {
           color: #b4936d;
         }
         .name{
-          font-size: 34rpx;
-          padding-left: 40rpx;
+          font-size: 32rpx;
         }
       }
       .cover-img{

+ 2 - 2
mini/setting.js

xqd
@@ -7,7 +7,7 @@ module.exports = {
   // 版本
   VERSION: '0.0.1',
   // API 接口URL
-  BASE_URL: IS_DEV ? 'http://www.jcs.me/api' : 'https://t31.9026.com/api',
+  BASE_URL: IS_DEV ? 'http://www.jcs.me/api' : 'https://jcs.9026.com/api',
   // API 接口URL
-  IMAGE_URL: IS_DEV ? 'http://www.jcs.me/static/image' : 'https://t31.9026.com/static/image'
+  IMAGE_URL: IS_DEV ? 'http://www.jcs.me/static/image' : 'https://jcs.9026.com/static/image'
 }