From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss b/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss index ab4504c..d648b7c 100644 --- a/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss +++ b/packageBookService/pages/bookServices/detail/components/suggest/suggest.wxss @@ -1,5 +1,10 @@ /* pages/bookServices/detail/components/suggest/suggest.wxss */ +.t-input__wrap .t-input__content, +.t-input__control { + font-size: 28rpx !important; +} + .placeholder { color: rgba(0, 0, 0, 0.26); line-height: 96rpx; @@ -57,6 +62,9 @@ .content { position: relative; + display: flex; + flex-direction: column; + align-items: center; border-radius: 40rpx; padding: 100rpx 40rpx 0rpx 40rpx; width: 600rpx; @@ -65,15 +73,18 @@ .demo-rate { width: 350rpx; - margin: 20rpx auto 20rpx auto; + margin: 20rpx 0; } .phone { - margin-bottom: 16rpx; --td-input-border-radius: 20rpx; border-radius: 20rpx; } +.phone-input { + width: 100%; + margin-bottom: 16rpx; +} .submit-btn { padding: 40rpx; @@ -97,8 +108,12 @@ .top-title { width: 160rpx; - margin: 0 auto; color: #0F1214; font-size: 40rpx; font-weight: bold; +} + + +.phone-input .input-placeholder { + font-size: 28rpx !important } \ No newline at end of file -- Gitblit v1.9.1