shish 10 mēneši atpakaļ
vecāks
revīzija
6c98a6c0b7
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      mallApp/src/pages/home/recent.vue

+ 3 - 2
mallApp/src/pages/home/recent.vue

@@ -732,6 +732,7 @@ page {
   background: white;
   background: white;
   border-radius: 20upx;
   border-radius: 20upx;
   margin-bottom: 20upx;
   margin-bottom: 20upx;
+  margin-top:40upx;
   padding: 30upx;
   padding: 30upx;
   position: relative;
   position: relative;
   box-shadow: 0 4upx 20upx rgba(0, 0, 0, 0.08);
   box-shadow: 0 4upx 20upx rgba(0, 0, 0, 0.08);
@@ -776,8 +777,8 @@ page {
 
 
       .shop-name {
       .shop-name {
         display: block;
         display: block;
-        font-size: 36upx;
-        font-weight: 600;
+        font-size: 38upx;
+        font-weight: bold;
         color: #333;
         color: #333;
         margin-bottom: 8upx;
         margin-bottom: 8upx;
       }
       }