...
|
...
|
@@ -173,7 +173,8 @@ |
|
|
}
|
|
|
|
|
|
span:first-child {
|
|
|
border-right: 1px solid #fff;
|
|
|
border-right: 1px solid;
|
|
|
border-color: rgba(255, 255, 255, 0.6);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -208,7 +209,7 @@ |
|
|
width: 190px;
|
|
|
height: 60px;
|
|
|
line-height: 60px;
|
|
|
background: #454a4c;
|
|
|
background: rgba(69, 74, 76, 0.5);
|
|
|
color: #fff;
|
|
|
display: block;
|
|
|
margin: 30px auto 0;
|
...
|
...
|
|