hookehuyr

style: 调整订单页字体大小以优化视觉一致性

...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
73 .tab-item { 73 .tab-item {
74 margin-right: 48rpx; 74 margin-right: 48rpx;
75 padding-bottom: 16rpx; 75 padding-bottom: 16rpx;
76 - font-size: 32rpx; /* 增大字体 */ 76 + font-size: 30rpx; /* 增大字体 */
77 color: #6b7280; 77 color: #6b7280;
78 position: relative; 78 position: relative;
79 cursor: pointer; 79 cursor: pointer;
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
154 } 154 }
155 155
156 .order-status { 156 .order-status {
157 - font-size: 32rpx; /* 增大字体 */ 157 + font-size: 26rpx; /* 增大字体 */
158 font-weight: 500; 158 font-weight: 500;
159 159
160 &.status-pending { 160 &.status-pending {
......