Commit 8b8cc835 authored by 郭志伟's avatar 郭志伟

fix: 调试qs

parent 3abb7c62
...@@ -152,8 +152,8 @@ ...@@ -152,8 +152,8 @@
} }
*, *,
*:before, *::before,
*:after { *::after {
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -176,13 +176,15 @@ ...@@ -176,13 +176,15 @@
box-sizing: content-box; box-sizing: content-box;
} }
@media screen and (min-width: 769Px) { @media screen and (min-width: 769px) {
html { html {
font-size: 37.5Px !important; font-size: 37.5px !important;
} }
body { body {
max-width: 375Px; max-width: 375px;
/*max-height: 667Px;*/
/* max-height: 667Px; */
margin: 0 auto !important; margin: 0 auto !important;
} }
} }
...@@ -199,44 +201,52 @@ ...@@ -199,44 +201,52 @@
z-index: 999; z-index: 999;
background-color: #fff; background-color: #fff;
} }
.mainload .container { .mainload .container {
text-align: center; text-align: center;
} }
.mainload p { .mainload p {
font-size: 16px; font-size: 16px;
color: #666; color: #666;
margin-top: 10px; margin-top: 10px;
} }
.mainload .circular { .mainload .circular {
height: 36px; height: 36px;
width: 36px; width: 36px;
animation: loading-rotate 2s linear infinite; animation: loading-rotate 2s linear infinite;
} }
.mainload .path { .mainload .path {
animation: loading-dash 1.5s ease-in-out infinite; animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90,150; stroke-dasharray: 90, 150;
stroke-dashoffset: 0; stroke-dashoffset: 0;
stroke-width: 3; stroke-width: 3;
stroke: #ec3333; stroke: #ec3333;
stroke-linecap: round; stroke-linecap: round;
} }
@keyframes loading-rotate { @keyframes loading-rotate {
to { to {
transform: rotate(1turn) transform: rotate(1turn);
} }
} }
@keyframes loading-dash { @keyframes loading-dash {
0% { 0% {
stroke-dasharray: 1,200; stroke-dasharray: 1, 200;
stroke-dashoffset: 0 stroke-dashoffset: 0;
} }
50% { 50% {
stroke-dasharray: 90,150; stroke-dasharray: 90, 150;
stroke-dashoffset: -40px stroke-dashoffset: -40px;
} }
to { to {
stroke-dasharray: 90,150; stroke-dasharray: 90, 150;
stroke-dashoffset: -120px stroke-dashoffset: -120px;
} }
} }
...@@ -247,9 +257,11 @@ ...@@ -247,9 +257,11 @@
overflow: hidden; overflow: hidden;
list-style: none; list-style: none;
padding: 0; padding: 0;
/* Fix of Webkit flickering */ /* Fix of Webkit flickering */
z-index: 1; z-index: 1;
} }
.swiper-wrapper { .swiper-wrapper {
position: relative; position: relative;
width: 100%; width: 100%;
...@@ -267,16 +279,19 @@ ...@@ -267,16 +279,19 @@
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
.swiper-container-android .swiper-slide, .swiper-container-android .swiper-slide,
.swiper-wrapper { .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0px, 0, 0); transform: translate3d(0, 0, 0);
} }
.swiper-container-multirow > .swiper-wrapper { .swiper-container-multirow > .swiper-wrapper {
-webkit-flex-wrap: wrap; -webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap; -ms-flex-wrap: wrap;
flex-wrap: wrap; flex-wrap: wrap;
} }
.swiper-slide { .swiper-slide {
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
-ms-flex-negative: 0; -ms-flex-negative: 0;
...@@ -290,6 +305,7 @@ ...@@ -290,6 +305,7 @@
transition-property: transform; transition-property: transform;
transition-property: transform, -webkit-transform; transition-property: transform, -webkit-transform;
} }
.swiper-slide-invisible-blank { .swiper-slide-invisible-blank {
visibility: hidden; visibility: hidden;
} }
...@@ -310,6 +326,8 @@ ...@@ -310,6 +326,8 @@
<!-- <script src="https://activitystatic.lkbang.net/vue/2.6.11/vue.min.js"></script> --> <!-- <script src="https://activitystatic.lkbang.net/vue/2.6.11/vue.min.js"></script> -->
<!-- <script src="https://activitystatic.lkbang.net/vue-router/3.2.0/vue-router.min.js"></script> --> <!-- <script src="https://activitystatic.lkbang.net/vue-router/3.2.0/vue-router.min.js"></script> -->
<!-- <script src="https://activitystatic.lkbang.net/vuex/3.4.0/vuex.min.js"></script> --> <!-- <script src="https://activitystatic.lkbang.net/vuex/3.4.0/vuex.min.js"></script> -->
<script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
<script src="https://activitystatic.lkbang.net/sa-sdk-javascript/1.15.16/sensorsdata.min.js"></script> <script src="https://activitystatic.lkbang.net/sa-sdk-javascript/1.15.16/sensorsdata.min.js"></script>
<script src="https://activitystatic.lkbang.net/swiper/4.5.1/swiper.min.js"></script> <script src="https://activitystatic.lkbang.net/swiper/4.5.1/swiper.min.js"></script>
<script src="https://activitystatic.lkbang.net/axios/0.19.2/axios.min.js"></script> <script src="https://activitystatic.lkbang.net/axios/0.19.2/axios.min.js"></script>
......
...@@ -1653,13 +1653,13 @@ ...@@ -1653,13 +1653,13 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.0.87", "version": "0.0.88",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.87.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.88.tgz",
"integrity": "sha512-XWKVSfCdhZGGxWKL6g16VvCohZkzjDL506O83VwJ4eLOySVOX7s6uE5rcTxHvp7IQ+klB9ofnyJWxVgJhsyKHQ==", "integrity": "sha512-IrqRCFIRqSBMRUppXhe1gAcpZBvLJTz51YCLGNJONyyEUB+lxwZGDwy5e572nIDfAhZ4l6tS3NSftKx8PT3zvg==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.17", "@qg/cherry-ui": "^2.20.17",
"@qg/js-bridge": "1.2.0-beta0", "@qg/js-bridge": "1.1.11",
"axios": "^0.21.1", "axios": "^0.21.1",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
...@@ -1670,12 +1670,11 @@ ...@@ -1670,12 +1670,11 @@
} }
}, },
"@qg/js-bridge": { "@qg/js-bridge": {
"version": "1.2.0-beta0", "version": "1.1.11",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fjs-bridge/-/js-bridge-1.2.0-beta0.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fjs-bridge/-/js-bridge-1.1.11.tgz",
"integrity": "sha512-+Fo4t+0oA7HI1muY3/THoAUwVfCLUIbUaxX05X3tl7xOiYsQZCj0YsSt7272bO2UI5AHXEOhBZl0DR9DTFu93Q==", "integrity": "sha512-WVvkSUg2zcc2nblzYGxM/bVo+VDcANy/dw7vcbxLoW1Jega9Jm2d5FGSb7uS6m4746waghUUqcAWNJZ0Q5yeqA==",
"requires": { "requires": {
"qs": "^6.10.1", "rollup": "^2.41.3"
"weixin-js-sdk": "^1.6.0"
} }
}, },
"@tootallnate/once": { "@tootallnate/once": {
...@@ -20865,6 +20864,22 @@ ...@@ -20865,6 +20864,22 @@
"resolved": "http://npmprivate.quantgroups.com/rndm/-/rndm-1.2.0.tgz", "resolved": "http://npmprivate.quantgroups.com/rndm/-/rndm-1.2.0.tgz",
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
}, },
"rollup": {
"version": "2.47.0",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.47.0.tgz",
"integrity": "sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==",
"requires": {
"fsevents": "~2.3.1"
},
"dependencies": {
"fsevents": {
"version": "2.3.2",
"resolved": "http://npmprivate.quantgroups.com/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"optional": true
}
}
},
"run-async": { "run-async": {
"version": "2.4.1", "version": "2.4.1",
"resolved": "http://npmprivate.quantgroups.com/run-async/-/run-async-2.4.1.tgz", "resolved": "http://npmprivate.quantgroups.com/run-async/-/run-async-2.4.1.tgz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment