From fb6e62d3f24c3c29ca19e57b9a8f459874cc9052 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 16 一月 2025 16:52:05 +0800 Subject: [PATCH] fix --- pages/home/home.wxss | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 47 insertions(+), 1 deletions(-) diff --git a/pages/home/home.wxss b/pages/home/home.wxss index 9aefaae..75a69f2 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -622,11 +622,12 @@ text-align: center; width: 350rpx; height: 40rpx; - margin-top: 24rpx; + /* margin-top: 24rpx; */ font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(0, 0, 0, 1) + } .three { @@ -1458,10 +1459,55 @@ margin: auto; margin-top: 50rpx; } + .blackList .close { width: 32rpx; height: 32rpx; position: absolute; top: 40rpx; right: 32rpx; +} + +.bor-R { + border-right: 1rpx solid rgba(232, 232, 232, 1); +} + + +.van_title { + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 31rpx; + color: rgba(0, 0, 0, .8); + text-align: center; + margin-top: 34.62rpx; +} + +.check-icon-item { + width: 34.62rpx; + height: 34.62rpx; + margin-right: 19.23rpx; +} + +.van-item { + margin-left: 26.92rpx; + margin-right: 26.92rpx; + display: flex; + align-items: center; + height: 90.38rpx; + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 23rpx; + border-bottom: 1rpx solid rgba(151, 151, 151, .15); +} + +.sure-btn { + width: 515rpx !important; + height: 77rpx; + background: #4D8BFF; + border-radius: 8rpx; + margin-top: 65.38rpx; + font-family: PingFangSC, PingFang SC; + font-weight: 500; + font-size: 29rpx; + color: #FFFFFF; } \ No newline at end of file -- Gitblit v1.7.1