From f1e20feafa89c8d50af5e69c0333a9efc239ee49 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 四月 2024 14:09:11 +0800 Subject: [PATCH] 图书详情页bug修改,我的错题、收藏模式下答题卡添加题目类型,非单选题添加查看解析按钮 --- packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss b/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss index ce6e254..4e10ed6 100644 --- a/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss +++ b/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss @@ -60,6 +60,9 @@ .content { position: relative; + display: flex; + flex-direction: column; + align-items: center; border-radius: 40rpx; padding: 100rpx 40rpx 0rpx 40rpx; width: 600rpx; @@ -68,7 +71,7 @@ .demo-rate { width: 350rpx; - margin: 20rpx auto 20rpx auto; + margin: 20rpx 0; } .phone { @@ -77,6 +80,9 @@ border-radius: 20rpx; } +.phone-input { + width: 100%; +} .submit-btn { padding: 40rpx; @@ -100,8 +106,15 @@ .top-title { width: 160rpx; - margin: 0 auto; color: #0F1214; font-size: 40rpx; font-weight: bold; +} + +.t-input__placeholder { + font-size: 28rpx; +} + +.phone-input .t-input__placeholder { + font-size: 28rpx !important } \ No newline at end of file -- Gitblit v1.9.1