From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 26 六月 2024 15:02:28 +0800
Subject: [PATCH] 小程序,教材,课程

---
 pages/specialDiscussion/index.wxss |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/pages/specialDiscussion/index.wxss b/pages/specialDiscussion/index.wxss
index 00c6af4..99c196e 100644
--- a/pages/specialDiscussion/index.wxss
+++ b/pages/specialDiscussion/index.wxss
@@ -31,20 +31,19 @@
   width: 100%;
   display: flex;
   justify-content: flex-start;
-  border-bottom: 1rpx solid #ccc;
+  padding: 40rpx 40rpx 20rpx 40rpx;
 }
 
 .tabsNameBox {
-  margin: 0 50rpx;
+  width: 200rpx;
 }
 
 .tabsSelect {
-  margin: 0 50rpx;
   color: #FF6C00;
+  width: 200rpx;
 }
 
 .tabsNameSelect {
-  min-width: 170rpx;
   height: 40rpx;
   background-repeat: no-repeat;
   background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
@@ -74,8 +73,11 @@
   margin-bottom: 1rpx;
 }
 
+.list-box {
+  padding: 0 30rpx;
+}
+
 .displayContent {
-  width: 692rpx;
   height: 250rpx;
   background: #FFFFFF;
   box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
@@ -87,16 +89,17 @@
 }
 
 .imageBox {
-  width: 464rpx;
   height: 100%;
   background: #EAEAEA;
   border-radius: 9rpx 0rpx 0rpx 9rpx;
   object-fit: contain;
+  flex: 1;
 }
 
 
 .tltieBox {
   margin: 15rpx;
+  flex: 1;
 }
 
 .nameTltieBox {
@@ -137,6 +140,14 @@
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
 
+.t-tabs__item {
+  padding: 0px 20rpx !important;
+}
+
+.t-sticky__content {
+  padding: 0 20rpx !important;
+}
+
 .noDataBox {
   width: 100%;
   /* margin-top: 200rpx; */

--
Gitblit v1.9.1