From 3c61c2d657121482389c0518ac2c81c6df1e704b Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 20 六月 2024 18:59:05 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- policy/translate/translate.scss | 125 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 125 insertions(+), 0 deletions(-) diff --git a/policy/translate/translate.scss b/policy/translate/translate.scss new file mode 100644 index 0000000..0b2161f --- /dev/null +++ b/policy/translate/translate.scss @@ -0,0 +1,125 @@ +.page-box{ + .list{ + margin: 20rpx 32rpx; + .select-image{ + margin-right: 28rpx; + } + image{ + width: 40rpx; + height: 40rpx; + } + .select-box{ + display: flex; + justify-content: flex-start; + align-items: center; + } + .start{ + .list-item{ + width: calc(100% - 68rpx); + } + } + .list-item{ + width: 100%; + padding: 24rpx; + background-color: white; + border-radius: 10rpx; + margin-bottom: 20rpx; + .top-title{ + display: flex; + justify-content: space-between; + align-items: center; + font-size: 32rpx; + margin-bottom: 28rpx; + .status{ + font-size: 28rpx; + color: #FE7B32; + } + } + .user-info{ + font-size: 28rpx; + color: #4A4E60; + display: flex; + justify-content: flex-start; + align-items: center; + .driver{ + width: 2rpx; + height: 20rpx; + background: #F1F1F1; + margin: 0 20rpx; + } + } + .set-line{ + font-size: 26rpx; + color: #4A4E60; + margin-top: 12rpx; + text{ + color: #C3C6CD; + } + } + .line{ + border-bottom: 3rpx dotted #F4F4F4; + margin: 24rpx 0; + } + .set-line1{ + font-size: 24rpx; + color: #4A4E60; + margin-top: 12rpx; + text{ + color: #C3C6CD; + } + } + .button{ + background-color: #1171E0; + display: inline-block; + color: white; + padding: 10rpx 36rpx; + border-radius: 10rpx; + } + .set-start{ + align-items: flex-end; + } + } + } + .down{ + position: fixed; + background: white; + width: 100%; + bottom: 0; + padding: 32rpx 22rpx 40rpx; + text-align: center; + box-sizing: border-box; + display: flex; + justify-content: space-between; + align-items: center; + .button{ + border-radius: 20rpx; + border: 2rpx solid #ABD2FF; + background: #F0F8FF; + color: #1171E0; + padding: 20rpx 30rpx; + } + .more-options{ + width: 60%; + background: #1171E0; + color: #F0F8FF; + } + .start-option{ + width: calc(100% - 98rpx) !important; + } + } + .show-check{ + font-size: 26rpx; + color: #202D44; + } + .judge{ + .select-image{ + margin-right: 28rpx; + width: 70rpx; + } + image{ + width: 40rpx; + height: 40rpx; + } + + } +} \ No newline at end of file -- Gitblit v1.9.1