From b8e3dc3c89fcc278ed8fe409c09fe938bdda0e23 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 26 九月 2024 11:31:04 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxss |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
index 7c78cad..f73b654 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
@@ -2,7 +2,7 @@
 
 @import "./index.skeleton.wxss";
 
-image {
+.img {
   width: 100%;
   height: 100%;
 }
@@ -242,6 +242,10 @@
   align-items: center;
 }
 
+.receive {
+  width: 400rpx;
+}
+
 .suggestion {
   width: 35rpx;
   height: 35rpx;
@@ -357,9 +361,6 @@
   border: 1rpx solid #ccc;
   margin-right: 50rpx;
 }
-
-
-.noData {}
 
 .collection {
   width: 175rpx;
@@ -491,7 +492,8 @@
   border-top: 1rpx solid #f1f1f1;
 }
 
-.row-btn view {
+.row-btn .left-btn,
+.row-btn .right-btn {
   flex: 1;
   text-align: center;
   margin: 20rpx 10%;

--
Gitblit v1.9.1