From 3d78ac0ece15f043390a351c70e99b287d0c42e1 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 06 三月 2024 15:26:56 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/jsek-applet

---
 pages/home/home.wxss |   62 +++++++++++++++++++++++++++---
 1 files changed, 55 insertions(+), 7 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index fa02cf0..8be0612 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -197,17 +197,22 @@
 
 .listBox1,
 .listBox2 {
-  padding: 50rpx 0;
+  padding: 30rpx 0;
 }
 
 .listBox1 .listItemBox {
-  height: 220rpx;
+  height: 210rpx;
   margin-bottom: 30rpx;
 }
 
 .listBox1 .specialSubject-img {
-  width: 400rpx;
-  height: 218rpx;
+  width: 480rpx;
+  height: 210rpx;
+  flex: 1;
+}
+
+.listBox1 .body-info {
+  flex: 1;
 }
 
 .listBox1 .addCartImg,
@@ -217,7 +222,7 @@
 }
 
 .listBox1 .priceBox {
-  margin-top: 14rpx;
+  margin-top: 10rpx;
 }
 
 .listBox2 {
@@ -240,7 +245,7 @@
 }
 
 .listBox2 .specialSubject-img {
-  height: 300rpx;
+  height: 280rpx;
   width: 100%;
   box-shadow: 0px 0px 20rpx 2px #f1f1f1;
 }
@@ -267,13 +272,17 @@
   box-sizing: border-box;
 }
 
+.listBox3 {
+  padding: 10rpx 0;
+}
+
 .listBox3 .textbooksItemBox {
   margin-bottom: 30rpx;
 }
 
 .listBox3 .textbooksItemBox .specialSubject-img {
   width: 190rpx;
-  height: 260rpx;
+  height: 250rpx;
   box-shadow: 0px 0px 20rpx 2px #f1f1f1;
 }
 
@@ -313,4 +322,43 @@
 
 .readList {
   overflow: auto;
+}
+
+.rankingList .listItem {
+  padding: 20rpx 0;
+}
+
+.srcolbox {
+  width: 100%;
+  height: 480rpx;
+  white-space: nowrap;
+}
+
+.srcolbox .booksListItemBox {
+  display: inline-block;
+  width: 188rpx;
+  margin-right: 30rpx;
+}
+
+.rankingList .specialSubject-img {
+  height: 254rpx;
+  width: 100%;
+  box-shadow: 0px 0px 20rpx 2px #f1f1f1;
+}
+
+.rankingList .body-info {
+  padding: 20rpx 0;
+}
+
+.rankingList .author {
+  height: 30rpx;
+  color: #333333;
+  font-weight: bold;
+  line-height: 30rpx;
+  display: -webkit-box;
+  margin-bottom: 10rpx;
+  -webkit-box-orient: vertical;
+  -webkit-line-clamp: 1;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
\ No newline at end of file

--
Gitblit v1.9.1