From a0fef082fa78b78c6bb70ce709c180229f6c85a4 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Tue, 27 Oct 2020 16:24:36 +0800
Subject: [PATCH] 测试

---
 guodongRecharge/css/index2.css  | 6 ++----
 guodongRecharge/css/index2.less | 5 +++--
 guodongRecharge/index2.html     | 2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/guodongRecharge/css/index2.css b/guodongRecharge/css/index2.css
index 3a3430b..8975ea1 100644
--- a/guodongRecharge/css/index2.css
+++ b/guodongRecharge/css/index2.css
@@ -23,12 +23,13 @@
   bottom: -0.05rem;
 }
 .reg-ul {
-  width: 9.35rem;
+  width: 10rem;
   margin: 0 auto;
   height: 5.5rem;
   margin-top: 0.1rem;
 }
 .reg-ul li {
+  margin-left: 0.3rem;
   position: relative;
   height: 1.55rem;
   width: 4.4rem;
@@ -77,9 +78,6 @@
 .reg-ul .reg-click p {
   color: #58410B !important;
 }
-.reg-ul li:nth-child(even) {
-  margin-left: 0.27rem;
-}
 .reg-ul li:nth-child(even) .hot {
   left: 3.65rem;
 }
diff --git a/guodongRecharge/css/index2.less b/guodongRecharge/css/index2.less
index 904f284..1a6d94d 100644
--- a/guodongRecharge/css/index2.less
+++ b/guodongRecharge/css/index2.less
@@ -23,12 +23,13 @@
     }
 }
 .reg-ul{
-    width: 9.35rem;
+    width: 10rem;
     margin: 0 auto;
     height: 5.5rem;
 
     margin-top: 0.1rem;
     li{
+        margin-left: 0.3rem;
         .hot{
             width: 0.92rem;
             position: absolute;
@@ -82,7 +83,7 @@
         }
     }
     li:nth-child(even){
-        margin-left: 0.27rem;
+       
         .hot{
             left: 3.65rem;
         }
diff --git a/guodongRecharge/index2.html b/guodongRecharge/index2.html
index ce9db90..b590a38 100644
--- a/guodongRecharge/index2.html
+++ b/guodongRecharge/index2.html
@@ -10,7 +10,7 @@
     <title>优惠充值</title>
     <link rel="stylesheet" href="css/base.css">
     <link rel="stylesheet" href="css/layer.css">
-    <link rel="stylesheet" href="css/index2.css?v='20180221018'">
+    <link rel="stylesheet" href="css/index2.css?v='201802210188'">
     <script src="lib/fsize.js"></script>
 </head>
 <body style="background:rgba(0,0,0,0)">
--
libgit2 0.25.0