Browse Source

Update index.less

lex-xin 7 months ago
parent
commit
7306eb6217
1 changed files with 5 additions and 5 deletions
  1. 5 5
      miniprogram/pages/index/index.less

+ 5 - 5
miniprogram/pages/index/index.less

@@ -957,7 +957,7 @@ page {
   align-items: center;
   align-items: center;
   box-sizing: border-box;
   box-sizing: border-box;
   text-align: center;
   text-align: center;
-  font-size: 32rpx;
+  font-size: 16px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   font-weight: 400;
   color: #999999;
   color: #999999;
@@ -978,14 +978,14 @@ page {
 
 
   image {
   image {
     // width: 364rpx;
     // width: 364rpx;
-    height: 190rpx !important;
+    height: 95px !important;
   }
   }
 
 
   .empty-text {
   .empty-text {
-    font-size: 28rpx;
+    font-size: 14px;
     color: #777777;
     color: #777777;
-    line-height: 40rpx;
+    line-height: 20px;
     text-align: center;
     text-align: center;
-    padding-top: 36rpx;
+    padding-top: 18px;
   }
   }
 }
 }