From 8dc4e50769a7ebc5f0a3d766f61aa08b8f23b772 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 06 九月 2024 11:23:21 +0800 Subject: [PATCH] login --- pages/digitalTextbooks/digitalTextbooksDetails/index.wxss | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss index bf3e2be..7c78cad 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 { @@ -523,4 +521,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