Bladeren bron

fix: 分割线颜色修改

liangan 3 weken geleden
bovenliggende
commit
b6d24f72ce

+ 1 - 1
src/pages/income/income.vue

@@ -193,7 +193,7 @@ onShow(() => {
         <view class="rounded-16rpx bg-white px-20rpx">
           <view
             v-for="(item, index) in dataList" :key="item.id" class="py-20rpx"
-            :class="{ 'border-b-1 border-b-solid border-b-#E1E1E1': index !== dataList.length - 1 }"
+            :class="{ 'border-b-1 border-b-solid border-b-#e8e8e8': index !== dataList.length - 1 }"
           >
             <view class="mb-8rpx flex items-center justify-between text-24rpx">
               <text class="truncate">

+ 1 - 1
src/pages/missionCenter/missionCenter.vue

@@ -113,7 +113,7 @@ onLoad(() => {
         v-for="(item, index) in dailyMission"
         :key="index"
         class="flex items-center justify-between py-30rpx"
-        :class="{ 'border-b-1 border-b-solid border-b-#E1E1E1': index !== dailyMission.length - 1 }"
+        :class="{ 'border-b-1 border-b-solid border-b-#e8e8e8': index !== dailyMission.length - 1 }"
       >
         <view class="flex items-center">
           <image :src="item.icon" class="mr-16rpx h-100rpx w-100rpx" />

+ 3 - 3
src/pages/myOrders/orderDetail.vue

@@ -347,7 +347,7 @@ onUnmounted(() => {
         </template>
         <!-- 有地址 -->
         <template v-else>
-          <view v-if="detail.deliveryCode" class="mb-18rpx flex justify-between border-b-1 border-b-#E1E1E1 border-b-solid pb-18rpx text-24rpx">
+          <view v-if="detail.deliveryCode" class="mb-18rpx flex justify-between border-b-1 border-b-#e8e8e8 border-b-solid pb-18rpx text-24rpx">
             <!-- 物流信息 -->
             <view>{{ detail.deliveryName }}</view>
             <view> DHL:{{ detail.deliveryCode || '-' }}</view>
@@ -401,7 +401,7 @@ onUnmounted(() => {
       </wd-card>
       <!-- 订单信息 -->
       <view class="bg-white px-24rpx">
-        <view class="border-b-1 border-b-#E1E1E1 border-b-solid py-24rpx">
+        <view class="border-b-1 border-b-#e8e8e8 border-b-solid py-24rpx">
           <view class="mb-12rpx text-28rpx">
             {{ t('orderDetail.summary.title') }}
           </view>
@@ -412,7 +412,7 @@ onUnmounted(() => {
             </view>
           </view>
         </view>
-        <view class="border-b-1 border-b-#E1E1E1 border-b-solid py-24rpx">
+        <view class="border-b-1 border-b-#e8e8e8 border-b-solid py-24rpx">
           <view class="mb-12rpx text-28rpx">
             {{ t('orderDetail.payment.title') }}
           </view>

+ 2 - 2
src/pages/productDetail/productDetail.vue

@@ -538,7 +538,7 @@ onShow(async () => {
   </z-paging>
   <wd-action-sheet v-model="showSku" :z-index="9999">
     <view class="px-24rpx">
-      <view class="mb-16rpx flex items-center gap-24rpx border-b-1 border-b-color-#E1E1E1 border-b-solid py-24rpx">
+      <view class="mb-16rpx flex items-center gap-24rpx border-b-1 border-b-color-#e8e8e8 border-b-solid py-24rpx">
         <image
           :src="matchedAttrValue.image || detail?.image"
           class="h-160rpx w-160rpx shrink-0"
@@ -563,7 +563,7 @@ onShow(async () => {
           </view>
         </view>
       </view>
-      <view v-for="i in detail.attr" :key="i.id" class="mb-24rpx border-b-1 border-b-color-#E1E1E1 border-b-solid pb-40rpx">
+      <view v-for="i in detail.attr" :key="i.id" class="mb-24rpx border-b-1 border-b-color-#e8e8e8 border-b-solid pb-40rpx">
         <view class="mb-12rpx text-32rpx">
           {{ i.attrName }}
         </view>

+ 1 - 1
src/pages/referEarn/referEarn.vue

@@ -130,7 +130,7 @@ onLoad(() => {
             v-for="(item, index) in dataList"
             :key="index"
             class="flex items-center justify-between py-18rpx"
-            :class="{ 'border-b-1 border-b-solid border-#E1E1E1': index !== dataList.length - 1 }"
+            :class="{ 'border-b-1 border-b-solid border-#e8e8e8': index !== dataList.length - 1 }"
           >
             <view class="flex items-center">
               <wd-img width="80rpx" height="80rpx" round :src="item.headPic" />

+ 1 - 1
src/pages/wallet/myWallet.vue

@@ -162,7 +162,7 @@ onShow(() => {
         <view class="rounded-16rpx bg-white px-20rpx">
           <view
             v-for="(item, index) in dataList" :key="item.id" class="py-20rpx"
-            :class="{ 'border-b-1 border-b-solid border-b-#E1E1E1': index !== dataList.length - 1 }"
+            :class="{ 'border-b-1 border-b-solid border-b-#e8e8e8': index !== dataList.length - 1 }"
           >
             <view class="mb-8rpx flex items-center justify-between text-24rpx">
               <text class="truncate">

+ 0 - 8
src/style/index.scss

@@ -19,18 +19,10 @@ page {
   display: none;
 }
 
-.wd-card.is-rectangle .wd-card__content::after {
-  background: #e1e1e1 !important;
-  transform: scaleY(1) !important;
-}
 .wd-cell {
   padding-right: var(--wot-size-side-padding) !important;
   .wd-cell__wrapper {
     padding-right: 0 !important;
-    &::after {
-      background: #e1e1e1 !important;
-      transform: scaleY(1) !important;
-    }
   }
 }