ソースを参照

feat:修改

Moss 1 年間 前
コミット
bb6dfc9ae5
1 ファイル変更8 行追加8 行削除
  1. 8 8
      src/pages/goods/search.vue

+ 8 - 8
src/pages/goods/search.vue

@@ -126,11 +126,11 @@
       this.crossPage.$on('reloadGoodsListPage', () => {
         this.refreshList();
       })
-      
+
       this.getThink();
       this.keyword2List = uni.getStorageSync('goodsSearchKeywords') || [];
     },
-    
+
     onUnload() {
       this.crossPage.$off('reloadGoodsListPage');
     },
@@ -254,8 +254,8 @@
       display: flex;
       justify-content: space-between;
       .left {
-        font-size: 28rpx;
-        font-weight: 500;
+        font-size: 32rpx;
+        font-weight: 600;
       }
       .right {
         display: flex;
@@ -266,7 +266,7 @@
         }
         .del {
           text {
-            font-size: 32rpx;
+            font-size: 36rpx;
           }
           margin-left: 30rpx;
           color: $reg-font;
@@ -279,13 +279,13 @@
       flex-wrap: wrap;
       .item {
         margin-top: 20rpx;
-        font-size: 22rpx;
+        font-size: 24rpx;
         background: rgb(242, 242, 242);
         margin-right: 20rpx;
-        height: 44rpx;
+        height: 48rpx;
         display: flex;
         align-items: center;
-        border-radius: 44rpx;
+        border-radius: 48rpx;
         padding: 0 24rpx;
         ::v-deep .u-icon {
           margin-left: 4rpx;