From 244d89b41c0e0e995d38f635a126a0959b9ba25b Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 25 六月 2024 18:16:42 +0800 Subject: [PATCH] 问题处理 --- policy/applyRecordDetails/applyRecordDetails.scss | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/policy/applyRecordDetails/applyRecordDetails.scss b/policy/applyRecordDetails/applyRecordDetails.scss index 8d98922..0ed415d 100644 --- a/policy/applyRecordDetails/applyRecordDetails.scss +++ b/policy/applyRecordDetails/applyRecordDetails.scss @@ -9,8 +9,9 @@ .status{ color: white; margin: 20rpx 32rpx; - font-size: 36rpx; + font-size: 44rpx; margin-bottom: 24rpx; + font-weight: 700; } .base-card{ margin: 20rpx 32rpx; @@ -60,6 +61,7 @@ image{ width: 100%; height: 220rpx; + border: 2rpx solid gray; } } .view-step{ @@ -68,7 +70,7 @@ .step-content{ position: relative; padding-left: 64rpx; - height: 100rpx; + // height: 100rpx; padding-bottom: 64rpx; &::before{ content: ''; @@ -84,23 +86,25 @@ left: 0; width: 40rpx; height: 40rpx; + top: 0; } .top-title{ font-size: 32rpx; color: #202D44; margin-bottom: 16rpx; + line-height: 30rpx; } .down-tips{ color: #7E8596; - display: flex; - justify-content: flex-start; - align-items: center; + // display: flex; + // justify-content: flex-start; + // align-items: center; .time{ - margin-left: 32rpx; - width: 58%; + // margin-left: 32rpx; + // width: 60%; } .submit-per{ - width: 42%; + // width: 40%; } text{ color: #4A4E60; -- Gitblit v1.9.1