From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 48 ++++++++++++++++++++++++++++++++++-------------- 1 files changed, 34 insertions(+), 14 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index 208d751..27193be 100644 --- a/pages/digitalCourses/digitalCoursesDetails/index.wxss +++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss @@ -68,6 +68,12 @@ color: #fff; } +.old-price { + margin-left: 30rpx; + font-size: 28rpx; + text-decoration: line-through; +} + .digital { background-color: #F2F3F8; } @@ -159,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; } @@ -192,7 +200,7 @@ height: 68rpx; line-height: 68rpx; text-align: center; - + color: #ff6c00; flex: 1; } @@ -245,9 +253,19 @@ border: 1px solid #DDD; } +.btn-text { + font-size: 24rpx; + color: #010101; +} + .box-bottom image { width: 38rpx; height: 40rpx; +} + +.collectionImage image { + width: 38rpx; + height: 38rpx; } .bottom-btn { @@ -425,11 +443,12 @@ text-align: center; } + #pubCertificate { width: 595px; height: 845px; position: relative; - /* background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); */ + background-image: url('https://jsek.bnuic.com/home/certificate/szkc.jpg'); } #pubCertificate .bgImg { @@ -485,6 +504,7 @@ width: 595px; height: 845px; position: relative; + /* background-image: url('https://jsek.bnuic.com/home/certificate/kczs.jpg'); */ } #textCertificate .userIcon { @@ -510,8 +530,8 @@ } #textCertificate .userName { - height: 120rpx; - font-size: 38px; + height: 74rpx; + font-size: 70rpx; padding-top: 26px; text-align: center; font-family: 'FZXBSJW'; @@ -519,7 +539,7 @@ #textCertificate .bookName { padding-top: 30px; - margin-left: 215px; + margin-left: 460rpx; font-size: 20px; color: #000; @@ -527,35 +547,35 @@ } #textCertificate .author { - margin-top: 43px; + margin-top: 84rpx; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .classHours { - margin-top: 12px; + margin-top: 20rpx; margin-left: 52%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .affiliatedUnit { - margin-top: 13px; + margin-top: 24rpx; margin-left: 40%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .studyTime { - margin-top: 13px; + margin-top: 24rpx; margin-left: 33%; color: #000; font-family: 'SimHei', sans-serif; } #textCertificate .website { - margin-top: 22px; + margin-top: 40rpx; margin-left: 27%; color: #000; font-family: 'SimHei', sans-serif; @@ -631,7 +651,7 @@ background-color: #fff6f0; display: flex; justify-content: space-between; - padding: 20rpx 32rpx; + padding: 20rpx; margin-top: 30rpx; } -- Gitblit v1.9.1