From fba71ba1ae5030cb1a20f54f29fb06ad97060297 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 20 九月 2024 18:37:19 +0800 Subject: [PATCH] zs --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 65 +++++++++++++++++++------------- 1 files changed, 38 insertions(+), 27 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index e4f56de..c42ccf9 100644 --- a/pages/digitalCourses/digitalCoursesDetails/index.wxss +++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss @@ -165,15 +165,17 @@ .lecturerName { display: flex; /* justify-content: space-between; */ - margin-bottom: 10rpx; + margin-bottom: 20rpx; } .lecturerName .name { color: #333; - width: 200rpx; + + /* width: 200rpx; */ } -.lecturerName .title { + +.lecturerName .positionalTitle { color: #949494; } @@ -198,7 +200,7 @@ height: 68rpx; line-height: 68rpx; text-align: center; - + color: #ff6c00; flex: 1; } @@ -259,6 +261,11 @@ .box-bottom image { width: 38rpx; height: 40rpx; +} + +.collectionImage image { + width: 38rpx; + height: 38rpx; } .bottom-btn { @@ -458,7 +465,10 @@ } #pubCertificate .bookName { - padding-top: 260px; + padding-top: 256px; + width: 500px; + height: 66px; + margin: 0 auto; text-align: center; font-size: 30px; color: #000; @@ -466,26 +476,29 @@ } #pubCertificate .author { - margin-top: 30px; + height: 80px; + width: 290px; font-size: 24px; margin-left: 250px; color: #000; - margin-bottom: 50px; font-family: 'FZXBSJW'; } #pubCertificate .affiliatedUnit { - margin-top: 13px; + height: 29px; + width: 250px; margin-left: 46%; color: #000; font-family: 'SimHei', sans-serif; + white-space: nowrap; } #pubCertificate .website { - margin-top: 62px; + margin-top: 50px; margin-left: 27%; color: #000; font-family: 'SimHei', sans-serif; + } #pubCertificate .codeBox { @@ -497,7 +510,7 @@ width: 595px; height: 845px; position: relative; - background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); + /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */ } #textCertificate .userIcon { @@ -513,8 +526,6 @@ clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); margin: 0 auto; overflow: hidden; - - } #textCertificate .img { @@ -523,52 +534,52 @@ } #textCertificate .userName { - height: 74rpx; - font-size: 70rpx; + height: 38px; + font-size: 38px; padding-top: 26px; text-align: center; font-family: 'FZXBSJW'; } #textCertificate .bookName { - padding-top: 30px; - margin-left: 460rpx; - - font-size: 20px; + padding-top: 34px; + margin-left: 230px; + width: 300px; + height: 59px; + font-size: 18px; color: #000; font-family: 'FZXBSJW'; } #textCertificate .author { - margin-top: 84rpx; + height: 26px; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .classHours { - margin-top: 20rpx; + height: 30px; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .affiliatedUnit { - margin-top: 24rpx; - margin-left: 40%; + height: 26px; + margin-left: 33%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .studyTime { - margin-top: 24rpx; margin-left: 33%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .website { - margin-top: 40rpx; + margin-top: 20px; margin-left: 27%; color: #000; font-family: 'SimHei', sans-serif; @@ -580,9 +591,9 @@ } #textCertificate .updateDate { - margin-top: 30px; + margin-top: 60rpx; text-align: center; - font-size: 12px; + font-size: 24rpx; color: #000; } @@ -644,7 +655,7 @@ background-color: #fff6f0; display: flex; justify-content: space-between; - padding: 20rpx 32rpx; + padding: 20rpx; margin-top: 30rpx; } -- Gitblit v1.9.1