Răsfoiți Sursa

花束和绿植

shish 9 luni în urmă
părinte
comite
4ad6474a8e
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      mallApp/src/pages/home/recent.vue

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

@@ -821,7 +821,7 @@ page {
 
     .action-btn {
       flex: 1;
-      padding: 28upx 20upx;
+      padding: 40upx 20upx;
       border-radius: 15upx;
       text-align: center;
       box-shadow: 0 4upx 12upx rgba(0, 0, 0, 0.15);
@@ -833,10 +833,12 @@ page {
 
       &.primary {
         background: linear-gradient(135deg, #a55eea 0%, #8e44ad 100%);
+        flex: 0.8;
       }
 
       &.secondary {
         background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
+        flex: 1.2;
       }
 
       &.tertiary {
@@ -845,7 +847,7 @@ page {
 
       .btn-text {
         color: white;
-        font-size: 32upx;
+        font-size: 36upx;
         font-weight: 600;
         text-shadow: 0 1upx 2upx rgba(0, 0, 0, 0.2);
       }