From 46b1a99c27482b3798aff89e7fda3554f9ae3801 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 17 四月 2024 09:19:41 +0800 Subject: [PATCH] 云学习购买页显示优化 --- pages/cart/paymentPage/index.wxss | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 3357ef5..0abb8cc 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -1,4 +1,6 @@ /* pages/cart/paymentPage/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -203,7 +205,7 @@ color: #fff; padding: 5rpx; font-size: 22rpx; - + font-weight: 400; } .cloudLearning { @@ -216,6 +218,7 @@ color: #fff; padding: 5rpx; font-size: 22rpx; + font-weight: 400; } .labelBox { -- Gitblit v1.9.1