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

fix: 调试qs

parent 3abb7c62
......@@ -152,8 +152,8 @@
}
*,
*:before,
*:after {
*::before,
*::after {
box-sizing: border-box;
}
......@@ -176,13 +176,15 @@
box-sizing: content-box;
}
@media screen and (min-width: 769Px) {
@media screen and (min-width: 769px) {
html {
font-size: 37.5Px !important;
font-size: 37.5px !important;
}
body {
max-width: 375Px;
/*max-height: 667Px;*/
max-width: 375px;
/* max-height: 667Px; */
margin: 0 auto !important;
}
}
......@@ -199,44 +201,52 @@
z-index: 999;
background-color: #fff;
}
.mainload .container {
text-align: center;
}
.mainload p {
font-size: 16px;
color: #666;
margin-top: 10px;
}
.mainload .circular {
height: 36px;
width: 36px;
animation: loading-rotate 2s linear infinite;
}
.mainload .path {
animation: loading-dash 1.5s ease-in-out infinite;
stroke-dasharray: 90,150;
stroke-dasharray: 90, 150;
stroke-dashoffset: 0;
stroke-width: 3;
stroke: #ec3333;
stroke-linecap: round;
}
@keyframes loading-rotate {
to {
transform: rotate(1turn)
transform: rotate(1turn);
}
}
@keyframes loading-dash {
0% {
stroke-dasharray: 1,200;
stroke-dashoffset: 0
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90,150;
stroke-dashoffset: -40px
stroke-dasharray: 90, 150;
stroke-dashoffset: -40px;
}
to {
stroke-dasharray: 90,150;
stroke-dashoffset: -120px
stroke-dasharray: 90, 150;
stroke-dashoffset: -120px;
}
}
......@@ -247,9 +257,11 @@
overflow: hidden;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
z-index: 1;
}
.swiper-wrapper {
position: relative;
width: 100%;
......@@ -267,16 +279,19 @@
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
......@@ -290,6 +305,7 @@
transition-property: transform;
transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
......@@ -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-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="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/swiper/4.5.1/swiper.min.js"></script>
<script src="https://activitystatic.lkbang.net/axios/0.19.2/axios.min.js"></script>
......
......@@ -1653,13 +1653,13 @@
}
},
"@qg/citrus-ui": {
"version": "0.0.87",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.87.tgz",
"integrity": "sha512-XWKVSfCdhZGGxWKL6g16VvCohZkzjDL506O83VwJ4eLOySVOX7s6uE5rcTxHvp7IQ+klB9ofnyJWxVgJhsyKHQ==",
"version": "0.0.88",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.88.tgz",
"integrity": "sha512-IrqRCFIRqSBMRUppXhe1gAcpZBvLJTz51YCLGNJONyyEUB+lxwZGDwy5e572nIDfAhZ4l6tS3NSftKx8PT3zvg==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.17",
"@qg/js-bridge": "1.2.0-beta0",
"@qg/js-bridge": "1.1.11",
"axios": "^0.21.1",
"intersection-observer": "^0.12.0",
"js-cookie": "^2.2.1",
......@@ -1670,12 +1670,11 @@
}
},
"@qg/js-bridge": {
"version": "1.2.0-beta0",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fjs-bridge/-/js-bridge-1.2.0-beta0.tgz",
"integrity": "sha512-+Fo4t+0oA7HI1muY3/THoAUwVfCLUIbUaxX05X3tl7xOiYsQZCj0YsSt7272bO2UI5AHXEOhBZl0DR9DTFu93Q==",
"version": "1.1.11",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fjs-bridge/-/js-bridge-1.1.11.tgz",
"integrity": "sha512-WVvkSUg2zcc2nblzYGxM/bVo+VDcANy/dw7vcbxLoW1Jega9Jm2d5FGSb7uS6m4746waghUUqcAWNJZ0Q5yeqA==",
"requires": {
"qs": "^6.10.1",
"weixin-js-sdk": "^1.6.0"
"rollup": "^2.41.3"
}
},
"@tootallnate/once": {
......@@ -20865,6 +20864,22 @@
"resolved": "http://npmprivate.quantgroups.com/rndm/-/rndm-1.2.0.tgz",
"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": {
"version": "2.4.1",
"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