From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 03 一月 2025 16:57:38 +0800 Subject: [PATCH] 111 --- pages/digitalTextbooks/digitalTextbooksDetails/index.wxss | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss b/pages/digitalTextbooks/digitalTextbooksDetails/index.wxss index fb36cab..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%; @@ -521,4 +523,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