Authored by zhangxiaoru

merge

@@ -46,8 +46,8 @@ @@ -46,8 +46,8 @@
46 overflow: hidden; 46 overflow: hidden;
47 width: 100%; 47 width: 100%;
48 height: 90px; 48 height: 90px;
49 - background-color: #000;  
50 - background-image: linear-gradient(#323232, #414141); 49 + background-color: #fff;
  50 + //background-image: linear-gradient(#323232, #414141);
51 color: #fff; 51 color: #fff;
52 line-height: 90px; 52 line-height: 90px;
53 53
@@ -14,8 +14,8 @@ @@ -14,8 +14,8 @@
14 padding: 10px 30px; 14 padding: 10px 30px;
15 min-width: 246px; 15 min-width: 246px;
16 border-radius: 10px; 16 border-radius: 10px;
17 - background-color: #000;  
18 - background-image: linear-gradient(to bottom, #000 0%, #333 100%); 17 + background-color: #fff;
  18 + //background-image: linear-gradient(to bottom, #000 0%, #333 100%);
19 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6); 19 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
20 text-align: center; 20 text-align: center;
21 font-size: 28px; 21 font-size: 28px;