From 4c46ea24641b5c1e18c55eb86477d0e0bc444580 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 18 六月 2024 17:52:47 +0800 Subject: [PATCH] 数字课程详情 --- pages/digitalCourses/digitalCoursesDetails/index.wxss | 326 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 325 insertions(+), 1 deletions(-) diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss index 5af9dd4..9e8523c 100644 --- a/pages/digitalCourses/digitalCoursesDetails/index.wxss +++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss @@ -1 +1,325 @@ -/* pages/digitalCourses/digitalCoursesDetails/index.wxss */ \ No newline at end of file +/* pages/digitalCourses/digitalCoursesDetails/index.wxss */ +@import "./index.skeleton.wxss"; + +image { + width: 100%; + height: 100%; +} + +.digitalCoursesDetailsTitle { + background: #FFFFFF; + /* box-shadow: 0rpx 9rpx 18rpx 2rpx rgba(0, 0, 0, 0.08); */ + border-radius: 0 0 20rpx 20rpx; + padding: 30rpx; + position: relative; +} + +.imageBox { + width: 690rpx; + height: 400rpx; +} + +.nameBox { + font-weight: 800; + font-size: 33rpx; + color: #000000; + margin: 30rpx 0; +} + + +.styleCssBox { + display: flex; + font-weight: 400; + font-size: 25rpx; + color: #333333; + margin: 30rpx 0; +} + +.book-box { + background: linear-gradient(to right, #FF6C00, #FFB400); + border-radius: 0 0 20rpx 20rpx; +} + +.certificate { + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + height: 120rpx; + border-radius: 0 0 20rpx 20rpx; + color: #fff; +} + +.digital { + background-color: #F2F3F8; + padding-bottom: 20rpx; +} + +.right-background { + width: 160rpx; + height: 160rpx; + position: absolute; + top: 480rpx; + right: -50rpx; + z-index: 0; +} + +.t-tabs__item--active { + color: #FF6C00 !important; +} + +.t-tabs__track { + background-color: #FF6C00 !important; +} + +.tabBox { + background-color: #fff; + border-radius: 18rpx 18rpx 0rpx 0rpx; +} + +.t-tabs__item-inner { + flex-direction: column; + +} + +.t-tabs__track { + /* bottom: -20rpx !important; */ +} + +.rubricBox { + display: flex; + flex-direction: row; + margin: 50rpx; + margin-bottom: 0; + margin-left: 30rpx; +} + +.rubricimgBox { + width: 40rpx; + height: 45rpx; +} + +.basic { + margin-left: 18rpx; + font-size: 32rpx; + color: #333; + font-weight: bold; +} + +.lecturer { + padding: 30rpx; + display: flex; + margin-bottom: 170rpx; +} + + +.lecturerImangBox { + width: 140rpx; + height: 180rpx; + border: 2rpx solid #ccc; +} + +.lecturerInformation { + width: 518rpx; + height: 143rpx; + margin-left: 30rpx; +} + +.lecturerName { + display: flex; + justify-content: space-between; + margin-bottom: 10rpx; +} + +.lecturerContent { + font-weight: 400; + font-size: 25rpx; + color: #333333; + line-height: 35rpx; +} + +.outsideContentBox { + height: calc(100vh - 120rpx); +} + +.box-bottom { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + height: 110rpx; + margin-bottom: env(safe-area-inset-bottom); + display: flex; + flex-direction: row; + background-color: #ccc; +} + +.shopCarColor { + width: 200rpx; + height: 110rpx; + border-right: 1px solid #DDD; + color: #fff; + background-color: #f0ad36; + display: flex; + justify-content: center; + align-items: center; +} + +.buyColor { + width: 200rpx; + height: 110rpx; + border-right: 1px solid #DDD; + color: #fff; + background-color: #f04d3b; + display: flex; + justify-content: center; + align-items: center; +} + +.application { + width: 351rpx; + /* height: 100rpx; */ + background: #FFF; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border-top: 2rpx solid #eee; + font-weight: 400; + font-size: 22rpx; + color: #010101; +} + +.applicationImageBox { + width: 35rpx; + height: 35rpx; + margin-bottom: 5rpx; +} + + +.certificateChart { + display: flex; + flex-direction: row; + margin-top: 30rpx; + margin-left: 40rpx; +} + +.chart { + width: 230rpx; + height: 325rpx; + border: 1rpx solid #ccc; + margin-right: 50rpx; +} + +.custom-panel { + min-height: 400px; + +} + + + + +.wrapper { + margin-bottom: 32rpx; +} + +.placeholder { + color: var(--td-text-color-placeholder); + line-height: 96rpx; + height: 96rpx !important; + display: flex; + align-items: center; +} + +.dialog-input { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + margin-top: 32rpx; + border-radius: 8rpx; + background-color: var(--td-bg-color-page); + box-sizing: border-box; +} + +/* 钂欏眰 */ +.popup-box { + position: absolute; + z-index: 99; + top: 0; + background-color: rgba(0, 0, 0, 0.5); + width: 100%; + height: 100vh; +} + +.info-center { + position: fixed; + top: 32%; + z-index: 999; + background-color: white; + align-items: center; + justify-content: center; + border-radius: 10rpx; + width: 80%; + margin-left: 10%; + margin-right: 10%; +} + +.row-info .body { + min-height: 300rpx; +} + +.dialog-title { + padding: 20rpx 0; + text-align: center; + font-weight: bold; + font-size: 29rpx; + color: #333333; +} + +.input-box { + padding: 0 20rpx; + width: 92%; + margin-bottom: 16rpx; + margin-top: 60rpx; +} + +.row-btn { + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + border-top: 1rpx solid #f1f1f1; +} + +.row-btn view { + flex: 1; + text-align: center; + margin: 20rpx 10%; + padding: 12rpx 0; + font-size: 32rpx; + border-radius: 10rpx; +} + +.left-btn { + background-color: #f1f1f1; + color: #5C5C5C; +} + +.right-btn { + background-color: #ff6c00; + color: white; +} + +.input { + --td-input-border-radius: 20rpx; + border-radius: 20rpx; + border: 2rpx solid #ccc; +} + +.t-input { + background-color: var(--td-input-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff))); + display: flex; + align-items: center; + flex: 1; + padding: var(--td-input-vertical-padding, 22rpx) !important; +} \ No newline at end of file -- Gitblit v1.9.1