|
@@ -10,8 +10,8 @@ body {
|
|
|
min-width: 7640px;
|
|
|
font-size: 20px;
|
|
|
color: #fff;
|
|
|
- font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
|
|
|
- 'Hiragino Sans GB', Arial, sans-serif;
|
|
|
+ font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC",
|
|
|
+ "Hiragino Sans GB", Arial, sans-serif;
|
|
|
}
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
@@ -79,7 +79,7 @@ a {
|
|
|
display: none;
|
|
|
}
|
|
|
#app {
|
|
|
- background: url('../images/page-bg.png') center center no-repeat;
|
|
|
+ background: url("../images/page-bg.png") center center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
padding-top: 10px;
|
|
|
position: relative;
|
|
@@ -88,7 +88,7 @@ a {
|
|
|
position: relative;
|
|
|
height: 140px;
|
|
|
line-height: 140px;
|
|
|
- background: url('../images/header-bg2.png') center center no-repeat;
|
|
|
+ background: url("../images/header-bg2.png") center center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
@@ -205,7 +205,7 @@ a {
|
|
|
color: #fff;
|
|
|
font-weight: 600;
|
|
|
font-size: 22px;
|
|
|
- background: url('../images/footer-item.png') no-repeat;
|
|
|
+ background: url("../images/footer-item.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.footer a img {
|
|
@@ -214,7 +214,7 @@ a {
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
.footer a:hover {
|
|
|
- background: url('../images/footer-item-checked.png') no-repeat;
|
|
|
+ background: url("../images/footer-item-checked.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
color: #15f7ff;
|
|
|
}
|
|
@@ -226,7 +226,7 @@ a {
|
|
|
height: 60px;
|
|
|
line-height: 60px;
|
|
|
padding-left: 6%;
|
|
|
- background: url('../images/title-bg.png') no-repeat;
|
|
|
+ background: url("../images/title-bg.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.panel-title .text {
|
|
@@ -292,7 +292,7 @@ a {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- background: url('../images/sex-bg.png') no-repeat center;
|
|
|
+ background: url("../images/sex-bg.png") no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
padding: 1.5%;
|
|
|
margin: 0 10px;
|
|
@@ -353,12 +353,12 @@ a {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
.tip {
|
|
|
- position: fixed;
|
|
|
+
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
top: 0;
|
|
|
- left: 0;
|
|
|
+ left: 0; */
|
|
|
}
|
|
|
.tip-box {
|
|
|
position: absolute;
|
|
@@ -370,8 +370,8 @@ a {
|
|
|
height: 850px;
|
|
|
top: calc(50% - 375px);
|
|
|
left: calc(50% - 600px);
|
|
|
- background: url('../images/alert.png') no-repeat center;
|
|
|
-
|
|
|
+ background: url("../images/alert.png") no-repeat center;
|
|
|
+ background-color: #133b65;
|
|
|
background-size: 100% 100%;
|
|
|
padding: 100px 60px 50px;
|
|
|
}
|
|
@@ -387,13 +387,13 @@ a {
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.red {
|
|
|
- background: url('../images/red.png');
|
|
|
+ background: url("../images/red.png");
|
|
|
}
|
|
|
.green {
|
|
|
- background: url('../images/green.png');
|
|
|
+ background: url("../images/green.png");
|
|
|
}
|
|
|
.yellow {
|
|
|
- background: url('../images/yellow.png');
|
|
|
+ background: url("../images/yellow.png");
|
|
|
}
|
|
|
.lightOut {
|
|
|
display: flex;
|
|
@@ -434,4 +434,4 @@ div::-webkit-scrollbar-track {
|
|
|
cursor: pointer;
|
|
|
border-radius: 50%;
|
|
|
font-size: 24px;
|
|
|
-}
|
|
|
+}
|