liuqiao пре 9 месеци
родитељ
комит
1cf1381427
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      src/style/style.css

+ 4 - 2
src/style/style.css

@@ -339,6 +339,7 @@ color: #fff;
     height: 30px;
     font-size: 12px;
     font-weight: bold;
+    margin: 0 auto;
     /* border-radius: 4px;
     display: flex;
     display: inline-block;
@@ -537,10 +538,11 @@ color: #fff;
 
 .l_btn {
     width: 100%;
-
     bottom: 17px;
     display: flex;
     border-radius: 4px;
+    justify-content: center;
+    align-items: center;
 
 }
 
@@ -658,7 +660,7 @@ border-image: linear-gradient(90deg, rgba(91, 175, 222, 0), rgba(91, 175, 222, 1
 		} */
 .flex1 {
     flex: 1;
-    /* text-align: center; */
+  text-align: center; 
 }
 
 .el-radio__input.is-checked .el-radio__inner {