From f16f827b03d7b148e6ea4a52b66d14c577f1d0ca Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 11 七月 2024 14:07:26 +0800
Subject: [PATCH] url

---
 pages/digitalCourses/index.wxss |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss
index c0bbe5e..1b15ed5 100644
--- a/pages/digitalCourses/index.wxss
+++ b/pages/digitalCourses/index.wxss
@@ -12,10 +12,14 @@
   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;
 }
 
@@ -28,6 +32,10 @@
   /* height: ; */
   height: calc(100vh - 300rpx);
   color: var(--td-text-color-primary);
+}
+
+.t-tabs .t-tabs__track {
+  display: none;
 }
 
 .t-tabs__item--active {
@@ -43,8 +51,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%;
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
 
@@ -57,7 +65,6 @@
 .titleBox {
   display: flex;
   align-items: center;
-  margin: 10px;
   margin-left: 0;
   padding-top: 30rpx;
 }
@@ -83,8 +90,9 @@
 }
 
 .informationBox {
-  width: 340rpx;
-  min-height: 470rpx;
+  width: calc(100%/2 - 15rpx);
+  min-height: 450rpx;
+  overflow: hidden;
   border-radius: 9rpx 9rpx 9rpx 9rpx;
   background-color: #fff;
   margin-bottom: 40rpx;
@@ -93,13 +101,16 @@
 
 .book-img {
   width: 100%;
-  height: 250rpx;
+  height: 194rpx;
   margin: 0 auto;
   /* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); */
 }
 
+.book-Info {
+  padding: 20rpx;
+}
+
 .book-name {
-  margin: 15rpx 30rpx;
   color: #333;
   font-size: 28rpx;
   font-weight: 700;
@@ -113,11 +124,10 @@
 }
 
 .author {
-  margin: 0 30rpx;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
-  margin-bottom: 15rpx;
+  margin-bottom: 20rpx;
   font-weight: bold;
   font-weight: 400;
   font-size: 25rpx;
@@ -125,20 +135,17 @@
 }
 
 .money {
-  margin: 0 30rpx;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   color: #ff6c00;
-  margin-bottom: 30rpx;
-
 }
 
 .ExternalInformationBox {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
-  padding: 0 15rpx;
+  padding: 0 25rpx;
   margin-top: 40rpx;
 }
 
@@ -152,7 +159,7 @@
 }
 
 .viewCount {
-  margin: 10rpx 30rpx;
+  margin: 16rpx 0;
   font-weight: 400;
   font-size: 22rpx;
   color: #AEAFC0;

--
Gitblit v1.9.1