From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 29 四月 2025 10:11:25 +0800
Subject: [PATCH] 扫码视频播放

---
 pages/specialDiscussion/index.wxss |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/pages/specialDiscussion/index.wxss b/pages/specialDiscussion/index.wxss
index 00c6af4..97ec9dd 100644
--- a/pages/specialDiscussion/index.wxss
+++ b/pages/specialDiscussion/index.wxss
@@ -6,15 +6,25 @@
   height: 100%;
 }
 
+.back-icon {
+  width: 48rpx;
+  height: 100%;
+}
+
 .nacigationBar {
   display: flex;
   align-items: center;
   --td-search-font-size: 28rpx;
   margin-bottom: 30rpx;
+  padding-left: 10rpx;
 }
 
 
-.nacigationBar .t-icon-base {
+.t-search__input-box {
+  height: 70rpx !important;
+}
+
+.nacigationBar .t-icon-search {
   font-size: 38rpx;
 }
 
@@ -31,20 +41,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 +83,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 +99,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 +150,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