From 74ff2cd15d65511c26b6a1a2e58e6153deb1e938 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 12 七月 2024 14:40:17 +0800
Subject: [PATCH] 1

---
 common/self.scss |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/common/self.scss b/common/self.scss
index 0b28d8e..8cf4eea 100644
--- a/common/self.scss
+++ b/common/self.scss
@@ -177,7 +177,13 @@
 .m-l-40 {
 	margin-left: 80rpx;
 }
-
+.m-l-5{
+	margin-left: 10rpx;
+}
+.m-l-12{
+	margin-left: 24rpx;
+	
+}
 .m-r-a {
 	margin-right: auto;
 }
@@ -195,7 +201,9 @@
 	margin-right: 4rpx;
 
 }
-
+.m-r-5{
+	margin-right: 10rpx;
+}
 .m-r-10 {
 	margin-right: 20rpx;
 
@@ -481,7 +489,10 @@
 .el-icon-arrow-down {
 	font-size: 12px;
 }
-
+.icon-arrow-down {
+	width: 24rpx;
+	height: 24rpx;
+}
 .app-tips {}
 
 .app-tips .app-tip {
@@ -738,6 +749,7 @@
 		line-height:36rpx;
 		padding-top:30rpx;
 		padding-bottom:30rpx;
+		position: relative;
 		.require::before{
 			content:'*';
 			color:red;

--
Gitblit v1.9.3