From c24e49083d4419300bcee0f0ca926c084037d665 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 08 一月 2025 09:04:48 +0800 Subject: [PATCH] 1.订单支付倒计时配置 2.服务热线配置 --- pages/user/user.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pages/user/user.scss b/pages/user/user.scss index 796cbff..ad8999a 100644 --- a/pages/user/user.scss +++ b/pages/user/user.scss @@ -152,6 +152,9 @@ background: #FFFFFF; border-radius: 16rpx; padding: 22rpx 28rpx; + .logout{ + justify-content: center; + } .user-util{ border-bottom: 2rpx solid #EEEEEE; .title{ @@ -161,6 +164,13 @@ line-height: 44rpx; margin-bottom: 20rpx; } + .title2{ + font-weight: 600; + font-size: 32rpx; + color: red; + line-height: 44rpx; + margin-bottom: 20rpx; + } .name{ font-size: 600; font-size: 28rpx; -- Gitblit v1.9.3