邹能昇 3 сар өмнө
parent
commit
3445a5ab1f

+ 2 - 2
nova-tourism/components/collect/index.less

@@ -270,7 +270,7 @@
     
     .tab-bar {
         display: flex;
-        justify-content: space-around;
+        // justify-content: space-around;
         margin-top: 28rpx;
         font-family: 'NotoSans-Regular-2', sans-serif;
       }
@@ -299,7 +299,7 @@
         left: calc(50% - 32rpx); 
         right: calc(50% - 32rpx); 
         bottom: 0;
-        height: 6rpx;
+        height: 4rpx;
         background-color: #67806A;
         border-radius: 4rpx;
         

+ 2 - 2
nova-tourism/components/collect/index.wxml

@@ -3,10 +3,10 @@
 <view class="all" style="height: {{contentHeight}}rpx;">
     <image class="img2" src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241121/jc17lo114657420.jpg"></image>
     <view class="tab-bar">
-        <view class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
+        <view style="margin-left: 66rpx;" class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
             <text>云上风物</text>
         </view>
-        <view class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
+        <view style="margin-left: 44rpx;" class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
             <text>我的收藏</text>
         </view>
     </view>

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
nova-tourism/components/collect/index.wxss


+ 2 - 2
nova-tourism/pages/my/my-card/index.less

@@ -19,7 +19,7 @@
         
         .tab-bar {
             display: flex;
-            justify-content: space-around;
+            // justify-content: space-around;
             margin-top: 28rpx;
             font-family: 'NotoSans-Regular-2', sans-serif;
           }
@@ -48,7 +48,7 @@
             left: calc(50% - 32rpx); 
             right: calc(50% - 32rpx); 
             bottom: 0;
-            height: 6rpx;
+            height: 2rpx;
             background-color: #67806A;
             border-radius: 4rpx;
             

+ 1 - 1
nova-tourism/pages/my/my-card/index.wxml

@@ -5,7 +5,7 @@
         <view class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
             <text>优惠卷</text>
         </view>
-        <view class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
+        <view style="margin-left: 60rpx;" class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
             <text>会员卡</text>
         </view>
     </view>

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
nova-tourism/pages/my/my-card/index.wxss


+ 2 - 2
nova-tourism/pages/my/my-order/index.less

@@ -30,7 +30,7 @@
         
     .tab-bar {
         display: flex;
-        justify-content: space-around;
+        // justify-content: space-around;
         background-color: white;
         padding-bottom: 10rpx;
         font-family: 'NotoSans-Regular-2', sans-serif;
@@ -60,7 +60,7 @@
         left: calc(50% - 32rpx); 
         right: calc(50% - 32rpx); 
         bottom: 0;
-        height: 6rpx;
+        height: 2rpx;
         background-color: #67806A;
         border-radius: 4rpx;
         

+ 3 - 3
nova-tourism/pages/my/my-order/index.wxml

@@ -10,13 +10,13 @@
     </view>
 
     <view class="tab-bar">
-        <view class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
+        <view style="margin-left: 56rpx;" class="tab-item {{currentTab == 0? 'active' : ''}}" bindtap="switchTab" data-index="0">
             <text>处理中</text>
         </view>
-        <view class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
+        <view style="margin-left: 60rpx;" class="tab-item {{currentTab == 1? 'active' : ''}}" bindtap="switchTab" data-index="1">
             <text>进行中</text>
         </view>
-        <view class="tab-item {{currentTab == 2? 'active' : ''}}" bindtap="switchTab" data-index="2">
+        <view style="margin-left: 60rpx;" class="tab-item {{currentTab == 2? 'active' : ''}}" bindtap="switchTab" data-index="2">
             <text>已完成</text>
         </view>
     </view>

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
nova-tourism/pages/my/my-order/index.wxss


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно