...
|
...
|
@@ -10,6 +10,7 @@ |
|
|
box-sizing: border-box;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
}
|
|
|
|
|
|
html,
|
|
|
body {
|
|
|
width: 100%;
|
...
|
...
|
@@ -17,11 +18,14 @@ body { |
|
|
font-family: helvetica, Arial, "黑体";
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
|
|
|
.width750 {
|
|
|
font-size: 28px;
|
|
|
|
|
|
.main-wrap {
|
|
|
max-width: 750px;
|
|
|
}
|
|
|
|
|
|
.good-failure {
|
|
|
background-size: 155px !important;
|
|
|
}
|
...
|
...
|
@@ -79,8 +83,8 @@ button { |
|
|
|
|
|
@font-face {
|
|
|
font-family: "iconfont";
|
|
|
src: resolve('iconfont.eot'); /* IE9 */
|
|
|
src: resolve('iconfont.eot?#iefix') format('embedded-opentype'), resolve('iconfont.woff') format('woff'), resolve('iconfont.ttf') format('truetype'), resolve('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
|
|
|
src: resolve("iconfont.eot"); /* IE9 */
|
|
|
src: resolve("iconfont.eot?#iefix") format("embedded-opentype"), resolve("iconfont.woff") format("woff"), resolve("iconfont.ttf") format("truetype"), resolve("iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
|
|
|
}
|
|
|
|
|
|
.iconfont {
|
...
|
...
|
@@ -99,7 +103,7 @@ button { |
|
|
text-align: center;
|
|
|
padding: 15PX;
|
|
|
top: 50%;
|
|
|
background-color: rgba(0,0,0,.7);
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
color: #fff;
|
|
|
font-size: 18PX;
|
|
|
border: none;
|
...
|
...
|
@@ -108,15 +112,16 @@ button { |
|
|
margin: 0 auto;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.order-failure {
|
|
|
background-image: resolve('common/order-good.jpg');
|
|
|
background-image: resolve("common/order-good.jpg");
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
|
|
|
.good-failure {
|
|
|
background-image: resolve('common/order-good.jpg');
|
|
|
background-image: resolve("common/order-good.jpg");
|
|
|
background-position-x: 40%;
|
|
|
background-size: 132px !important;
|
|
|
} |
...
|
...
|
|