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/translateRecord/translateRecord.scss |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 104 insertions(+), 0 deletions(-)

diff --git a/policy/translateRecord/translateRecord.scss b/policy/translateRecord/translateRecord.scss
new file mode 100644
index 0000000..673bb9b
--- /dev/null
+++ b/policy/translateRecord/translateRecord.scss
@@ -0,0 +1,104 @@
+.page-box{
+	padding-bottom: 40rpx;
+	.list{
+		margin: 20rpx 32rpx;
+		.list-item{
+			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: #B4B9BF;
+				}
+				.status1{
+					color: #FE7B32;
+				}
+				.status2{
+					color: #3EB47A;
+				}
+				.status3{
+					color: #1171E0;
+				}
+				.status4{
+					color: #EB4746;
+				}
+			}
+			.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;
+		.button{
+			border-radius: 20rpx;
+			border: 2rpx solid #ABD2FF;
+			background: #F0F8FF;
+			color: #1171E0;
+			padding: 20rpx 0;
+		}
+	}
+	.set-search{
+		margin: 0 32rpx 0;
+		padding-top: 26rpx;
+		
+	}
+	.border{
+		border-bottom: 2rpx solid #F6F6F6;
+		margin: 20rpx 0 0;
+	}
+
+}
\ No newline at end of file

--
Gitblit v1.9.1