From a9c680d3fcde05afbbca0bb03f95e75027608b22 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期六, 07 九月 2024 15:47:59 +0800
Subject: [PATCH] btn

---
 pages/digitalTextbooks/digitalTextbooksDetails/index.wxss |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
index bf3e2be..f2c2bc4 100644
--- a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
+++ b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss
@@ -23,9 +23,6 @@
   border-radius: 0 0 20rpx 20rpx;
 }
 
-.book-img {
-  border: 1rpx solid #ccc;
-}
 
 .setCoolect {
   display: flex;
@@ -38,6 +35,7 @@
 .imageBox {
   width: 220rpx;
   height: 310rpx;
+  border: 1rpx solid #ccc;
 }
 
 .bookContent {
@@ -244,6 +242,10 @@
   align-items: center;
 }
 
+.receive {
+  width: 400rpx;
+}
+
 .suggestion {
   width: 35rpx;
   height: 35rpx;
@@ -359,9 +361,6 @@
   border: 1rpx solid #ccc;
   margin-right: 50rpx;
 }
-
-
-.noData {}
 
 .collection {
   width: 175rpx;
@@ -523,4 +522,16 @@
 .t-input__placeholder,
 .t-textarea__placeholder {
   font-size: 28rpx !important;
+}
+
+.contentImg {
+  width: 189rpx;
+  height: 264rpx;
+  border: 2rpx solid #949494;
+  margin: 0 auto;
+}
+
+.buttonBox {
+  margin: 10rpx;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1