From 59f4dc012a2c42eebd31301444e0f8df9af088e0 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 26 六月 2024 10:13:12 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- policy/judgeApply/judgeApply.scss | 123 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 123 insertions(+), 0 deletions(-) diff --git a/policy/judgeApply/judgeApply.scss b/policy/judgeApply/judgeApply.scss new file mode 100644 index 0000000..849f9a5 --- /dev/null +++ b/policy/judgeApply/judgeApply.scss @@ -0,0 +1,123 @@ +.top-content{ + width: 100%; + height: 380rpx; + background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%); +} +.main-page{ + position: relative; + top: -380rpx; + .status{ + color: white; + margin: 20rpx 32rpx; + font-size: 44rpx; + margin-bottom: 24rpx; + font-weight: 700; + } + .base-card{ + margin: 20rpx 32rpx; + border-radius: 10rpx; + background-color: white; + padding: 24rpx 0; + .title{ + padding: 0 24rpx; + font-size: 32rpx; + font-weight: 700; + border-bottom: 2rpx solid #EEEEEE; + padding-bottom: 14rpx; + margin-bottom: 15rpx; + } + .view-form{ + padding: 0 24rpx; + .view-form-item{ + display: flex; + justify-content: flex-start; + align-items: flex-start; + margin-bottom: 34rpx; + font-size: 30rpx; + &:last-child{ + margin-bottom: 0; + } + &>view{ + width: 60%; + font-weight: 500; + } + .label{ + color: #7E8596; + font-weight: normal; + width: 40%; + } + } + } + .view-content{ + font-size: 30rpx; + padding: 0 24rpx; + line-height: 52rpx; + } + .view-image{ + display: grid; + grid-template-columns: 1fr 1fr 1fr; + grid-gap: 22rpx; + padding: 0 32rpx; + image{ + width: 100%; + height: 220rpx; + border: 2rpx solid gray; + } + } + .view-step{ + padding: 0 24rpx; + + .step-content{ + position: relative; + padding-left: 64rpx; + // height: 100rpx; + padding-bottom: 64rpx; + &::before{ + content: ''; + display: block; + height: 100%; + width: 4rpx; + background-color: #E7F8F0; + position: absolute; + left: 19rpx; + } + .icon{ + position: absolute; + left: 0; + width: 40rpx; + height: 40rpx; + } + .top-title{ + font-size: 32rpx; + color: #202D44; + margin-bottom: 16rpx; + } + .down-tips{ + color: #7E8596; + // display: flex; + // justify-content: flex-start; + // align-items: center; + .time{ + // margin-left: 32rpx; + // width: 60%; + } + .submit-per{ + // width: 40%; + margin-bottom: 10rpx; + } + text{ + color: #4A4E60; + } + + } + } + .none{ + &::before{ + display: none; + } + padding-bottom: 0; + } + + } + } +} \ No newline at end of file -- Gitblit v1.9.1