|
@@ -1,72 +1,68 @@
|
|
|
html,
|
|
|
- body,
|
|
|
- h1,
|
|
|
- h2,
|
|
|
- h3,
|
|
|
- h4,
|
|
|
- h5,
|
|
|
- h6,
|
|
|
- p,
|
|
|
- ul,
|
|
|
- li,
|
|
|
- div,
|
|
|
- section {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
-
|
|
|
- html,
|
|
|
- body {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- font-family: "微软雅黑";
|
|
|
- }
|
|
|
-
|
|
|
- .full {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .end-box {
|
|
|
- background: rgba(0, 0, 0, 0.8);
|
|
|
- }
|
|
|
-
|
|
|
- .end-box:before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- top: 20vh;
|
|
|
- left: 10vw;
|
|
|
- width: 80vw;
|
|
|
- height: 5vh;
|
|
|
- background: url(../img/qus-top.png) no-repeat center top;
|
|
|
- background-size: auto 5vh;
|
|
|
- }
|
|
|
-
|
|
|
- .end {
|
|
|
- margin: 25vh auto 0;
|
|
|
- background-color: #fede82;
|
|
|
- height: 60vw;
|
|
|
- width: 80vw;
|
|
|
- border-radius: 5vw;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 20vw 5px;
|
|
|
- line-height: 10vw;
|
|
|
- font-size: 6vw;
|
|
|
- text-align: center;
|
|
|
- color: #FF5216;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .btn{
|
|
|
- display:block;
|
|
|
- width:50vw;
|
|
|
- margin:20px auto;
|
|
|
- }
|
|
|
- .btn img{
|
|
|
- display:block;
|
|
|
- width:100%;
|
|
|
- height:auto;
|
|
|
- }
|
|
|
+body,
|
|
|
+h1,
|
|
|
+h2,
|
|
|
+h3,
|
|
|
+h4,
|
|
|
+h5,
|
|
|
+h6,
|
|
|
+p,
|
|
|
+ul,
|
|
|
+li,
|
|
|
+div,
|
|
|
+section {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+html,
|
|
|
+body {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ font-family: "微软雅黑";
|
|
|
+}
|
|
|
+body{
|
|
|
+}
|
|
|
+.full {
|
|
|
+ position: fixed;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.end-box {
|
|
|
+ /* background: rgba(0, 0, 0, 0.8); */
|
|
|
+ background:url(../img/bg.png) no-repeat center top;
|
|
|
+ background-size:cover;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.end {
|
|
|
+ margin: 25vw auto 0;
|
|
|
+ min-height: 75vw;
|
|
|
+ width: 86vw;
|
|
|
+ line-height: 10vw;
|
|
|
+ font-size: 6vw;
|
|
|
+ text-align: center;
|
|
|
+ color: #FF5216;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.end img{
|
|
|
+ display:block;
|
|
|
+ width:100%;
|
|
|
+ height:auto;
|
|
|
+}
|
|
|
+
|
|
|
+.btn {
|
|
|
+ display: block;
|
|
|
+ width: 43vw;
|
|
|
+ min-height:12vw;
|
|
|
+ margin: 10vw auto;
|
|
|
+}
|
|
|
+
|
|
|
+.btn img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+}
|