From 6851680b996e64c1d66c035245b2f0f6eb3425c6 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期六, 07 九月 2024 15:33:42 +0800 Subject: [PATCH] 1 --- pages/digitalTextbooks/digitalTextbooksDetails/index.wxss | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss index bf3e2be..9b35f1c 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 { @@ -242,6 +240,10 @@ display: flex; justify-content: center; align-items: center; +} + +.receive { + width: 400rpx; } .suggestion { @@ -523,4 +525,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