Authored by zhangxiaoru

merge

... ... @@ -46,8 +46,8 @@
overflow: hidden;
width: 100%;
height: 90px;
background-color: #000;
background-image: linear-gradient(#323232, #414141);
background-color: #fff;
//background-image: linear-gradient(#323232, #414141);
color: #fff;
line-height: 90px;
... ...
... ... @@ -14,8 +14,8 @@
padding: 10px 30px;
min-width: 246px;
border-radius: 10px;
background-color: #000;
background-image: linear-gradient(to bottom, #000 0%, #333 100%);
background-color: #fff;
//background-image: linear-gradient(to bottom, #000 0%, #333 100%);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
text-align: center;
font-size: 28px;
... ...