shish 10 kuukautta sitten
vanhempi
commit
6c98a6c0b7
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      mallApp/src/pages/home/recent.vue

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

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