From eff088cef8591694ca72ba32e5d29950a5cce3a6 Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Sat, 24 Aug 2024 13:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/starting/starting.vue | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/starting/starting.vue b/pages/starting/starting.vue index 3c9d2c0..1dbc54f 100644 --- a/pages/starting/starting.vue +++ b/pages/starting/starting.vue @@ -32,12 +32,12 @@ - + Auto-match - + The steps @@ -126,20 +126,20 @@ margin: 20rpx 0rpx; box-sizing: border-box; padding: 0rpx 30rpx; - - .today-info-l , - .booking-info-r{ + + .today-info-l, + .booking-info-r { display: flex; flex-direction: column; justify-content: center; width: 50%; font-size: 28rpx; - + .today-income, - .booking-income{ + .booking-income { color: #8e8e98; } - + .money, .booking-data { font-weight: bold; @@ -148,11 +148,11 @@ } } } - - .btn{ + + .btn { padding: 20rpx; - - .submit{ + + .submit { background: rgb(0, 208, 234); color: white; height: 80rpx; @@ -164,20 +164,20 @@ border-radius: 20rpx; } } - + } - - .steps{ + + .steps { width: 90%; margin: 0rpx auto; padding-top: 80rpx; - - .steps-title{ + + .steps-title { font-size: 36rpx; font-weight: bold; } - - .steps-content{ + + .steps-content { color: #8e8e98; font-size: 30rpx; margin-top: 20rpx;