|
@@ -14,7 +14,7 @@ html, |
|
@@ -14,7 +14,7 @@ html, |
14
|
body {
|
14
|
body {
|
15
|
font-family: helvetica, Arial, "黑体";
|
15
|
font-family: helvetica, Arial, "黑体";
|
16
|
width: 100%;
|
16
|
width: 100%;
|
17
|
- font-size: 12PX;
|
17
|
+ font-size: 24px;
|
18
|
line-height: 1.4;
|
18
|
line-height: 1.4;
|
19
|
}
|
19
|
}
|
20
|
|
20
|
|
|
@@ -59,11 +59,11 @@ a { |
|
@@ -59,11 +59,11 @@ a { |
59
|
|
59
|
|
60
|
.iconfont {
|
60
|
.iconfont {
|
61
|
font-family: "iconfont" !important;
|
61
|
font-family: "iconfont" !important;
|
62
|
- font-size: 16PX;
|
62
|
+ font-size: 32px;
|
63
|
font-style: normal;
|
63
|
font-style: normal;
|
64
|
text-decoration: none;
|
64
|
text-decoration: none;
|
65
|
-webkit-font-smoothing: antialiased;
|
65
|
-webkit-font-smoothing: antialiased;
|
66
|
- -webkit-text-stroke-width: 0.2PX;
|
66
|
+ -webkit-text-stroke-width: 0.4px;
|
67
|
-moz-osx-font-smoothing: grayscale;
|
67
|
-moz-osx-font-smoothing: grayscale;
|
68
|
}
|
68
|
}
|
69
|
|
69
|
|
|
@@ -72,17 +72,17 @@ a { |
|
@@ -72,17 +72,17 @@ a { |
72
|
display: none;
|
72
|
display: none;
|
73
|
text-align: center;
|
73
|
text-align: center;
|
74
|
width: 70%;
|
74
|
width: 70%;
|
75
|
- padding: 34PX 0;
|
75
|
+ padding: 68px 0;
|
76
|
top: 50%;
|
76
|
top: 50%;
|
77
|
left: 50%;
|
77
|
left: 50%;
|
78
|
margin-left: -35%;
|
78
|
margin-left: -35%;
|
79
|
- margin-top: -45PX;
|
79
|
+ margin-top: -90px;
|
80
|
background-color: rgba(0, 0, 0, 0.7);
|
80
|
background-color: rgba(0, 0, 0, 0.7);
|
81
|
color: #fff;
|
81
|
color: #fff;
|
82
|
- font-size: 18PX;
|
82
|
+ font-size: 36px;
|
83
|
border: none;
|
83
|
border: none;
|
84
|
z-index: 4;
|
84
|
z-index: 4;
|
85
|
- border-radius: 10PX;
|
85
|
+ border-radius: 20px;
|
86
|
}
|
86
|
}
|
87
|
|
87
|
|
88
|
@import "common/lazy-failure";
|
88
|
@import "common/lazy-failure";
|