常志远 2 anni fa
parent
commit
4a5d8de9a1
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      pages/user/index.vue

+ 3 - 2
pages/user/index.vue

@@ -728,10 +728,11 @@
 	}
 	}
 // 引导模块
 // 引导模块
    .userLead{
    .userLead{
-	   padding: 16px;
+	   padding: 16px 20px;
 	   margin: 16px;
 	   margin: 16px;
 	   border-radius: 12px;
 	   border-radius: 12px;
 	   display: flex;
 	   display: flex;
+	   justify-content: space-between;
 	   background-color: rgba(255, 255, 243, 100);
 	   background-color: rgba(255, 255, 243, 100);
 	   border: 1px solid rgba(226, 210, 187, 100);
 	   border: 1px solid rgba(226, 210, 187, 100);
 	   .text1{
 	   .text1{
@@ -762,7 +763,7 @@
 			   font-size: 32rpx;
 			   font-size: 32rpx;
 			   line-height: 32px;
 			   line-height: 32px;
 			   border-radius: 8px;
 			   border-radius: 8px;
-			   background: linear-gradient(#ff3d00, #ff9600);
+			   background: linear-gradient(to right,#ff9600,#ff3d00);
 			   color: #fff;
 			   color: #fff;