From 89d33476c7ab9bf7a4fbad399685652eabd478de Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期六, 07 九月 2024 11:17:15 +0800 Subject: [PATCH] token --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 154 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 147 insertions(+), 7 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index 43381cb..208d751 100644 --- a/pages/digitalCourses/digitalCoursesDetails/index.wxss +++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss @@ -429,12 +429,12 @@ width: 595px; height: 845px; position: relative; + /* background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); */ } -.bgImg { +#pubCertificate .bgImg { width: 100%; height: 100%; - } .certificateInfo { @@ -445,7 +445,7 @@ left: 0; } -.bookName { +#pubCertificate .bookName { padding-top: 260px; text-align: center; font-size: 30px; @@ -453,7 +453,7 @@ font-family: 'FZXBSJW'; } -.author { +#pubCertificate .author { margin-top: 30px; font-size: 24px; margin-left: 250px; @@ -462,24 +462,117 @@ font-family: 'FZXBSJW'; } -.affiliatedUnit { +#pubCertificate .affiliatedUnit { margin-top: 13px; margin-left: 46%; color: #000; font-family: 'SimHei', sans-serif; } -.website { +#pubCertificate .website { margin-top: 62px; margin-left: 27%; color: #000; font-family: 'SimHei', sans-serif; } -.codeBox { +#pubCertificate .codeBox { margin-top: 24px; text-align: center; } + +#textCertificate { + width: 595px; + height: 845px; + position: relative; +} + +#textCertificate .userIcon { + padding-top: 233px; +} + +#textCertificate .hexagon { + width: 103px; + height: 117px; + display: flex; + align-items: center; + justify-content: center; + clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); + margin: 0 auto; + overflow: hidden; + + +} + +#textCertificate .img { + width: 103px; + height: 117px; +} + +#textCertificate .userName { + height: 120rpx; + font-size: 38px; + padding-top: 26px; + text-align: center; + font-family: 'FZXBSJW'; +} + +#textCertificate .bookName { + padding-top: 30px; + margin-left: 215px; + + font-size: 20px; + color: #000; + font-family: 'FZXBSJW'; +} + +#textCertificate .author { + margin-top: 43px; + margin-left: 52%; + color: #000; + font-family: 'SimHei', sans-serif; +} + +#textCertificate .classHours { + margin-top: 12px; + margin-left: 52%; + color: #000; + font-family: 'SimHei', sans-serif; +} + +#textCertificate .affiliatedUnit { + margin-top: 13px; + margin-left: 40%; + color: #000; + font-family: 'SimHei', sans-serif; +} + +#textCertificate .studyTime { + margin-top: 13px; + margin-left: 33%; + color: #000; + font-family: 'SimHei', sans-serif; +} + +#textCertificate .website { + margin-top: 22px; + margin-left: 27%; + color: #000; + font-family: 'SimHei', sans-serif; +} + +#textCertificate .codeBox { + margin-top: 16px; + text-align: center; +} + +#textCertificate .updateDate { + margin-top: 30px; + text-align: center; + font-size: 12px; + color: #000; +} + .rubricBox { @@ -508,6 +601,8 @@ .correlationImage { width: 300rpx; height: 180rpx; + /* background: #D9D9D9; */ + border: 2rpx solid #ddd; } .correlation { @@ -530,4 +625,49 @@ font-weight: bold; font-size: 25rpx; color: #333333; +} + +.textBook { + background-color: #fff6f0; + display: flex; + justify-content: space-between; + padding: 20rpx 32rpx; + margin-top: 30rpx; + +} + +.testBtnBox { + display: flex; + justify-content: space-between; + padding: 20rpx 32rpx; + margin-top: 30rpx; + border-top: 2rpx solid #ededed; + border-bottom: 2rpx solid #ededed; +} + +.textTile { + display: flex; + align-items: center; +} + +.leftImg { + width: 56rpx; + height: 56rpx; + margin-right: 28rpx; +} + +.reabtn { + color: #FF6C00; +} + +.reabtn { + display: flex; + align-items: center; +} + +.readImage { + width: 32rpx; + height: 30rpx; + margin-right: 8rpx; + } \ No newline at end of file -- Gitblit v1.9.1