From 8c2b523a1b1891e0557f04a50bf899abf96fe286 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期三, 18 十二月 2024 14:54:45 +0800
Subject: [PATCH] 课程管理-优化

---
 pages/personalCenter/certificate/index.wxss |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pages/personalCenter/certificate/index.wxss b/pages/personalCenter/certificate/index.wxss
index 419e0cb..b0b4831 100644
--- a/pages/personalCenter/certificate/index.wxss
+++ b/pages/personalCenter/certificate/index.wxss
@@ -278,7 +278,7 @@
 }
 
 #textCertificate .codeBox {
-  height: 140rpx;
+  /* height: 140rpx; */
   margin-top: 34rpx;
   text-align: center;
 }
@@ -288,4 +288,10 @@
   text-align: center;
   font-size: 12px;
   color: #000;
+}
+
+.qrcode {
+  width: 160rpx;
+  height: 160rpx;
+  margin: 0 auto;
 }
\ No newline at end of file

--
Gitblit v1.9.1