|
@@ -293,7 +293,7 @@ export default {
|
|
|
height: 100%;
|
|
|
li {
|
|
|
// border: 1px solid rgb(60, 206, 16);
|
|
|
- background-color: #0D1943;
|
|
|
+ // background-color: #060a2d;
|
|
|
width: 24%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
@@ -313,8 +313,10 @@ export default {
|
|
|
}
|
|
|
> .warp {
|
|
|
flex-grow: 1;
|
|
|
+ background-color: #0E1E51;
|
|
|
// border: 1px solid rgb(221, 218, 16);
|
|
|
.gutter {
|
|
|
+ background-color: #0E1E51;
|
|
|
padding: 30px 0 20px 0;
|
|
|
text-align: center;
|
|
|
font-size: 22px;
|