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 |   37 ++++++++++++++++++++++++++++++-------
 1 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/pages/specialDiscussion/index.wxss b/pages/specialDiscussion/index.wxss
index 83603bf..97ec9dd 100644
--- a/pages/specialDiscussion/index.wxss
+++ b/pages/specialDiscussion/index.wxss
@@ -1,6 +1,13 @@
 /* pages/specialDiscussion/index.wxss */
+@import "./index.skeleton.wxss";
+
 image {
   width: 100%;
+  height: 100%;
+}
+
+.back-icon {
+  width: 48rpx;
   height: 100%;
 }
 
@@ -9,10 +16,15 @@
   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;
 }
 
@@ -29,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);
@@ -72,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);
@@ -85,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 {
@@ -135,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