From b0e2bf29dd96e7100f06b27997a6d4c6c3630374 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 02 九月 2024 20:16:44 +0800
Subject: [PATCH] ceshi

---
 pages/digitalCourses/index.wxss |   34 ++++++++++++++++++++++++----------
 1 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss
index 24f4226..9795663 100644
--- a/pages/digitalCourses/index.wxss
+++ b/pages/digitalCourses/index.wxss
@@ -12,22 +12,36 @@
   align-items: center;
   --td-search-font-size: 28rpx;
   margin-bottom: 30rpx;
+  padding-left: 10rpx;
 }
 
+.t-search__input-box {
+  height: 70rpx !important;
+}
 
-.nacigationBar .t-icon-base {
+.nacigationBar .t-icon-search {
   font-size: 38rpx;
 }
 
-
-.custom-tabs {
-  margin-bottom: 32rpx;
+.heardTab {
+  display: flex;
+  justify-content: space-between;
 }
 
-.custom-panel {
-  /* height: ; */
-  height: calc(100vh - 300rpx);
-  color: var(--td-text-color-primary);
+.tabBox {
+  width: 70vw
+}
+
+.dropdown {
+  z-index: 1;
+  width: 29vw;
+  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
+}
+
+.t-dropdown-menu__item--active,
+.t-radio__icon--checked,
+.t-checkbox__icon--checked {
+  color: #FF6C00 !important
 }
 
 .t-tabs .t-tabs__track {
@@ -47,8 +61,8 @@
   /* background-size: 100% 100%;
   background-position: 100% 100%; */
   background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
-  background-position: 85% center;
-  background-size: 20% 50%;
+  background-position: 90% center;
+  background-size: 25% 50%;
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
 

--
Gitblit v1.9.1