From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 10 七月 2024 17:39:02 +0800
Subject: [PATCH] 二维码

---
 pages/digitalCourses/digitalCoursesDetails/index.wxss |  207 +++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 148 insertions(+), 59 deletions(-)

diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss
index 9e8523c..11d0415 100644
--- a/pages/digitalCourses/digitalCoursesDetails/index.wxss
+++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -6,6 +6,22 @@
   height: 100%;
 }
 
+.page-bookService {
+  width: 100vw;
+  height: 100%;
+
+}
+
+.t-image-viewer {
+  --td-image-viewer-top: 0 !important;
+}
+
+.outsideContentBox {
+  position: relative;
+  background-color: #F2F3F8;
+  height: calc(100vh - env(safe-area-inset-bottom) - 60px);
+}
+
 .digitalCoursesDetailsTitle {
   background: #FFFFFF;
   /* box-shadow: 0rpx 9rpx 18rpx 2rpx rgba(0, 0, 0, 0.08); */
@@ -15,8 +31,10 @@
 }
 
 .imageBox {
-  width: 690rpx;
+  /* width: 100%; */
   height: 400rpx;
+  border-radius: 20rpx;
+  overflow: hidden;
 }
 
 .nameBox {
@@ -52,7 +70,6 @@
 
 .digital {
   background-color: #F2F3F8;
-  padding-bottom: 20rpx;
 }
 
 .right-background {
@@ -64,26 +81,36 @@
   z-index: 0;
 }
 
+.tabBox {
+  min-height: calc(100% - 800rpx);
+  margin-top: 20rpx;
+  background-color: #fff;
+  --td-tab-item-height: 140rpx;
+}
+
 .t-tabs__item--active {
   color: #FF6C00 !important;
+  background-repeat: no-repeat;
+  background-size: 30%;
+  background-position: 50% 40%;
+  background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
 }
 
 .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; */
+.t-tabs__item-inner .t-icon {
+  margin-bottom: 20rpx;
+}
+
+.t-tabs__item-inner .t-icon__image {
+  width: 36rpx !important;
+  height: 44rpx !important;
 }
 
 .rubricBox {
@@ -106,10 +133,13 @@
   font-weight: bold;
 }
 
-.lecturer {
+.course-content {
   padding: 30rpx;
+}
+
+.lecturer {
   display: flex;
-  margin-bottom: 170rpx;
+  margin-bottom: 30rpx
 }
 
 
@@ -117,18 +147,28 @@
   width: 140rpx;
   height: 180rpx;
   border: 2rpx solid #ccc;
+  position: relative;
 }
 
 .lecturerInformation {
   width: 518rpx;
-  height: 143rpx;
+  /* height: 143rpx; */
   margin-left: 30rpx;
 }
 
 .lecturerName {
   display: flex;
-  justify-content: space-between;
+  /* justify-content: space-between; */
   margin-bottom: 10rpx;
+}
+
+.lecturerName .name {
+  color: #333;
+  width: 200rpx;
+}
+
+.lecturerName .title {
+  color: #949494;
 }
 
 .lecturerContent {
@@ -138,9 +178,60 @@
   line-height: 35rpx;
 }
 
-.outsideContentBox {
-  height: calc(100vh - 120rpx);
+.tabsSelect {
+  width: 400rpx;
+  height: 68rpx;
+  margin: 0 auto;
+  display: flex;
+  align-items: center;
+  border: 2rpx solid #FF6C00;
+  border-radius: 10rpx;
 }
+
+.tabs-item {
+  height: 68rpx;
+  line-height: 68rpx;
+  text-align: center;
+
+  flex: 1;
+}
+
+.selectActive {
+  color: #fff;
+  border-radius: 8rpx;
+  background-color: #FF6C00;
+}
+
+.topBox {
+  display: flex;
+  justify-content: space-between;
+  padding-bottom: 20rpx;
+  border-bottom: 2rpx solid #EFF0F1;
+}
+
+.note-btn {
+  display: flex;
+  --td-button-primary-bg-color: #fff;
+  --td-button-primary-border-color: #ff6c00;
+  --td-button-primary-color: #ff6c00;
+  --td-button-primary-active-bg-color: #fff0e6;
+}
+
+.note-btn image {
+  width: 28rpx;
+  height: 32rpx;
+  margin-right: 10rpx;
+}
+
+.note-btn-text {
+  font-size: 28rpx;
+}
+
+.btn-content {
+  display: flex;
+  align-items: center;
+}
+
 
 .box-bottom {
   position: fixed;
@@ -151,12 +242,31 @@
   margin-bottom: env(safe-area-inset-bottom);
   display: flex;
   flex-direction: row;
-  background-color: #ccc;
+  border: 1px solid #DDD;
+}
+
+.box-bottom image {
+  width: 38rpx;
+  height: 40rpx;
+}
+
+.bottom-btn {
+  background-color: #fff;
+  width: 25%;
+  display: flex;
+  flex: 1;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+  box-sizing: border-box;
+}
+
+.bottom-btn:nth-child(1),
+.bottom-btn:nth-child(2) {
+  border-right: 1px solid #DDD;
 }
 
 .shopCarColor {
-  width: 200rpx;
-  height: 110rpx;
   border-right: 1px solid #DDD;
   color: #fff;
   background-color: #f0ad36;
@@ -166,8 +276,6 @@
 }
 
 .buyColor {
-  width: 200rpx;
-  height: 110rpx;
   border-right: 1px solid #DDD;
   color: #fff;
   background-color: #f04d3b;
@@ -176,25 +284,6 @@
   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 {
@@ -209,18 +298,6 @@
   height: 325rpx;
   border: 1rpx solid #ccc;
   margin-right: 50rpx;
-}
-
-.custom-panel {
-  min-height: 400px;
-
-}
-
-
-
-
-.wrapper {
-  margin-bottom: 32rpx;
 }
 
 .placeholder {
@@ -310,16 +387,28 @@
   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;
+  padding: var(--td-input-vertical-padding, 10rpx) !important;
+}
+
+.t-input__content,
+.t-textarea {
+  border: 2rpx solid #D9D9D9 !important;
+  border-radius: 15rpx;
+  padding: 10rpx !important;
+}
+
+.t-input__tips,
+.from-item .label .icon {
+  color: #f56c6c !important;
+  margin-right: 5rpx;
+}
+
+.t-input__placeholder,
+.t-textarea__placeholder {
+  font-size: 28rpx !important;
 }
\ No newline at end of file

--
Gitblit v1.9.1