From 4a9955330070cf8abd78d95aaa2067d9a06a88c3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 07 五月 2024 10:05:59 +0800
Subject: [PATCH] 各页面bug修改

---
 pages/personalCenter/index.wxss |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss
index f2c3d42..aa0e5d4 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 {
@@ -35,7 +35,7 @@
 .content-wrapper {
   position: relative;
   padding: 20rpx 30rpx;
-  padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
+  margin-bottom: 10vh;
 }
 
 .topBox {
@@ -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;
@@ -130,8 +136,8 @@
 }
 
 .listItem .icon {
-  width: 46rpx;
-  height: 46rpx;
+  width: 48rpx;
+  height: 48rpx;
   margin: 0 auto;
   display: flex;
 }
@@ -149,6 +155,7 @@
   line-height: 40rpx;
   text-align: center;
   margin-top: 20rpx;
+  color: #333;
 }
 
 .block {

--
Gitblit v1.9.1