From 73a96931c99e2f849c8856dc8e78d3d25adaa654 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 20 十二月 2024 16:44:06 +0800 Subject: [PATCH] 1111 --- pages/personalCenter/certificate/index.wxss | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) diff --git a/pages/personalCenter/certificate/index.wxss b/pages/personalCenter/certificate/index.wxss index 3dd25a6..b0b4831 100644 --- a/pages/personalCenter/certificate/index.wxss +++ b/pages/personalCenter/certificate/index.wxss @@ -215,14 +215,16 @@ #textCertificate .bookName { padding-top: 30px; margin-left: 460rpx; + width: 300px; + height: 60px; font-size: 20px; color: #000; font-family: 'FZXBSJW'; } #textCertificate .author { - font-size: 28rpx; - margin-top: 84rpx; + height: 26px; + font-size: 14px; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; @@ -237,17 +239,17 @@ } #textCertificate .classHours { + height: 30px; font-size: 28rpx; - margin-top: 20rpx; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .affiliatedUnit { + height: 24px; font-size: 28rpx; - margin-top: 24rpx; - margin-left: 40%; + margin-left: 33%; color: #000; font-family: 'SimHei', sans-serif; } @@ -262,7 +264,6 @@ #textCertificate .studyTime { font-size: 28rpx; - margin-top: 23rpx; margin-left: 33%; color: #000; font-family: 'SimHei', sans-serif; @@ -270,21 +271,27 @@ #textCertificate .website { font-size: 28rpx; - margin-top: 40rpx; + margin-top: 21px; margin-left: 27%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .codeBox { - height: 140rpx; + /* height: 140rpx; */ margin-top: 34rpx; text-align: center; } #textCertificate .updateDate { - margin-top: 80rpx; + margin-top: 25px; 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