ffi
This commit is contained in:
parent
bed35b701e
commit
91f1701479
13
package-lock.json
generated
13
package-lock.json
generated
@ -27,7 +27,7 @@
|
|||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"rollup-plugin-polyfill-node": "^0.12.0",
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"swiper": "8",
|
"swiper": "^8.4.7",
|
||||||
"util": "^0.12.5",
|
"util": "^0.12.5",
|
||||||
"video.js": "^8.0.4",
|
"video.js": "^8.0.4",
|
||||||
"videojs-flash": "^2.2.1",
|
"videojs-flash": "^2.2.1",
|
||||||
@ -9727,18 +9727,7 @@
|
|||||||
"version": "8.4.7",
|
"version": "8.4.7",
|
||||||
"resolved": "https://registry.npmmirror.com/swiper/-/swiper-8.4.7.tgz",
|
"resolved": "https://registry.npmmirror.com/swiper/-/swiper-8.4.7.tgz",
|
||||||
"integrity": "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g==",
|
"integrity": "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g==",
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"type": "patreon",
|
|
||||||
"url": "https://www.patreon.com/swiperjs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "open_collective",
|
|
||||||
"url": "http://opencollective.com/swiper"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dom7": "^4.0.4",
|
"dom7": "^4.0.4",
|
||||||
"ssr-window": "^4.0.2"
|
"ssr-window": "^4.0.2"
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"rollup-plugin-polyfill-node": "^0.12.0",
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"swiper": "8",
|
"swiper": "^8.4.7",
|
||||||
"util": "^0.12.5",
|
"util": "^0.12.5",
|
||||||
"video.js": "^8.0.4",
|
"video.js": "^8.0.4",
|
||||||
"videojs-flash": "^2.2.1",
|
"videojs-flash": "^2.2.1",
|
||||||
|
@ -131,17 +131,18 @@ const onCancel = () => {
|
|||||||
.exclusive {
|
.exclusive {
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
|
padding-left: 55px;
|
||||||
width:calc(100% - 432px) ;
|
width:calc(100% - 432px) ;
|
||||||
|
|
||||||
// margin-left: 45%;
|
// margin-left: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1400px) {
|
// @media (max-width: 1400px) {
|
||||||
.exclusive {
|
// .exclusive {
|
||||||
width: 50%;
|
// width: 50%;
|
||||||
// margin-left: 35%;
|
// // margin-left: 35%;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.web {
|
.web {
|
||||||
|
@ -5895,7 +5895,7 @@
|
|||||||
"tar" "^4.0.2"
|
"tar" "^4.0.2"
|
||||||
"xhr-request" "^1.0.1"
|
"xhr-request" "^1.0.1"
|
||||||
|
|
||||||
"swiper@8":
|
"swiper@^8.4.7":
|
||||||
"integrity" "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g=="
|
"integrity" "sha512-VwO/KU3i9IV2Sf+W2NqyzwWob4yX9Qdedq6vBtS0rFqJ6Fa5iLUJwxQkuD4I38w0WDJwmFl8ojkdcRFPHWD+2g=="
|
||||||
"resolved" "https://registry.npmmirror.com/swiper/-/swiper-8.4.7.tgz"
|
"resolved" "https://registry.npmmirror.com/swiper/-/swiper-8.4.7.tgz"
|
||||||
"version" "8.4.7"
|
"version" "8.4.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user