From 2573de28368b3800c6b087e603f38b027004f59a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 七月 2024 18:42:28 +0800 Subject: [PATCH] bug --- pages/personalCenter/index.wxss | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index 4086d56..0b00d20 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -8,10 +8,10 @@ top: 0; left: 0; height: 80rpx; - line-height: 80rpx; + line-height: 88rpx; z-index: 3; text-align: center; - font-size: 36rpx; + font-size: 34rpx; } .white { @@ -19,7 +19,7 @@ color: #333; } -.home-page .bg { +.bg { height: 780rpx; width: 100%; position: absolute; @@ -28,7 +28,7 @@ z-index: -1; } -.home-page .bg .image { +.bg .image { height: 100%; } @@ -56,11 +56,16 @@ .teacherBox .title { margin-top: 20rpx; line-height: 40rpx; + color: #949494; } .teacherBox .change-info { color: #ff6d00; margin-left: 20rpx; +} + +.state { + font-size: 32rpx; } .wait { @@ -90,6 +95,7 @@ } .domainBox .title { + font-size: 32rpx; color: #333; font-weight: bold; padding: 30rpx 30rpx 0rpx 30rpx; @@ -149,6 +155,7 @@ line-height: 40rpx; text-align: center; margin-top: 20rpx; + color: #333; } .block { -- Gitblit v1.9.1