This commit is contained in:
ZhuRui
2026-08-25 12:01:09 +08:00
commit 944005507f
252 changed files with 145378 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.banner{width:100%;height:520px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__bg{z-index:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner__body{z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__body__title{font-size:60px;line-height:90px}.banner__body__sub{margin-top:0;font-size:20px}.main{display:flex;flex-direction:column;align-items:center}.main__title{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:85px;font-size:38px;font-weight:bold;color:#191919}.main__about{margin-top:75px;display:flex;flex-direction:row;justify-content:center}.main__about img{height:285px;-o-object-fit:cover;object-fit:cover;margin-right:25px}.main__about .tex{text-indent:2em;line-height:24px;font-size:14px;max-width:450px}.main .certificate-con{margin-top:75px;display:flex;gap:30px}.main .certificate-con img{height:245px;-o-object-fit:contain;object-fit:contain}.main .copyright-con{margin-top:75px}.main .copyright-con img{width:945px;-o-object-fit:contain;object-fit:contain}
/*# sourceMappingURL=about.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/about.css?hash=b446ba1443bc4913f472","mappings":"AAAA,QACI,WACA,aACA,kBACA,aACA,sBACA,uBACA,mBAEA,YACI,UACA,kBACA,WACA,YACA,qCACA,cAGJ,cACI,UACA,gEACA,WACA,aACA,sBACA,uBACA,mBAEA,qBACI,eACA,iBAGJ,mBACI,aACA,eAKZ,MACI,aACA,sBACA,mBAEA,aACI,gEACA,gBACA,eACA,iBACA,cAGJ,aACI,gBACA,aACA,mBACA,uBAEA,iBACI,aACA,qCACA,kBAGJ,kBACI,gBACA,iBACA,eACA,gBAIR,uBACI,gBACA,aACA,SAEA,2BACI,aACA,yCAIR,qBACI,gBAEA,yBACI,YACA,yC","sources":["webpack://liu-official/./src/assets/scss/about.scss"],"sourcesContent":[".banner {\r\n width: 100%;\r\n height: 520px;\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n &__bg {\r\n z-index: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n object-fit: cover;\r\n display: block;\r\n }\r\n\r\n &__body {\r\n z-index: 1;\r\n user-select: none;\r\n color: white;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n &__title {\r\n font-size: 60px;\r\n line-height: 90px;\r\n }\r\n\r\n &__sub {\r\n margin-top: 0;\r\n font-size: 20px;\r\n }\r\n }\r\n}\r\n\r\n.main {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n\r\n &__title {\r\n user-select: none;\r\n margin-top: 85px;\r\n font-size: 38px;\r\n font-weight: bold;\r\n color: #191919;\r\n }\r\n\r\n &__about {\r\n margin-top: 75px;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n\r\n img {\r\n height: 285px;\r\n object-fit: cover;\r\n margin-right: 25px;\r\n }\r\n\r\n .tex {\r\n text-indent: 2em;\r\n line-height: 24px;\r\n font-size: 14px;\r\n max-width: 450px;\r\n }\r\n }\r\n\r\n .certificate-con {\r\n margin-top: 75px;\r\n display: flex;\r\n gap: 30px;\r\n\r\n img {\r\n height: 245px;\r\n object-fit: contain;\r\n }\r\n }\r\n\r\n .copyright-con {\r\n margin-top: 75px;\r\n\r\n img {\r\n width: 945px;\r\n object-fit: contain;\r\n }\r\n }\r\n}\r\n"],"names":[],"sourceRoot":""}
+3
View File
@@ -0,0 +1,3 @@
#board{position:absolute;left:0;right:0;bottom:0;top:0;min-height:650px;min-width:1470px}#board .container{position:fixed;background-color:#fff;left:0;right:0;bottom:0;top:0;min-width:1470px}#board .container--show{display:block}#board .container .right-bg{position:absolute;top:0;bottom:0;right:0}#board .container .main-img{position:absolute;min-height:800px;height:100%;top:50%;right:0;transform:translateY(-50%)}#board .container .title-con{position:absolute;top:20%;left:9%}#board .container .title-con .title{font-size:42px;color:#191919}#board .container .title-con .sub{margin-top:12px;font-size:30px;color:#717171}#board .container .qr-p-con{position:absolute;top:50%;transform:translateY(-50%);width:100%;height:90%;min-height:920px}#board .container .qr-code-con{position:absolute;display:flex;flex-direction:column;bottom:20%;left:9%}#board .container .qr-code-con .qr-img{width:210px;height:210px}#board .container .qr-code-con .qr-dep{margin:20px 0;font-weight:bold;font-size:16px;color:#191919}#board .container .qr-code-con .qr-btn-con{display:flex;flex-direction:column;gap:10px}#board .container .qr-code-con .qr-btn-con .row{display:flex;gap:10px}#board .container .qr-code-con .qr-btn-con .row .btn{display:flex;justify-content:center;align-items:center;border-radius:5px;color:#fff;width:100px;height:40px;font-size:14px;background-color:#ff5b00}.cggl{position:fixed;background-color:#fff;left:0;right:0;bottom:0;top:0;min-width:1470px}.cggl>img{width:100%;height:auto;display:block;cursor:pointer}.cggl__inner{width:100%;height:100%;transform-origin:top left;position:absolute;top:0;left:0}.cggl__inner .right-main-bg{position:absolute;right:0;width:auto;height:100%}.cggl__inner .title-con{position:absolute;top:10%;left:8%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cggl__inner .title-con .title{font-size:40px;color:#191919}.cggl__inner .title-con .sub{margin-top:12px;font-size:28px;color:#717171}.cggl__inner .hint-img-con{position:absolute;left:8%;bottom:42%;width:auto}.cggl__inner .hint-img-con .row{display:flex;align-items:center;justify-content:space-around;gap:18px}.cggl__inner .hint-img-con .row+.row{margin-top:23px}.cggl__inner .hint-img-con .hint-con{width:80px;display:flex;flex-direction:column;align-items:center}.cggl__inner .hint-img-con .hint-con img{width:34px;height:34px}.cggl__inner .hint-img-con .hint-con .hint-tex{color:#191919;margin-top:12px;font-size:14px}.cggl__inner .QR-code-con{position:absolute;display:flex;bottom:10%;left:8%;width:auto;height:auto}.cggl__inner .QR-code-con .QR-code{width:185px;height:185px}.cggl__inner .QR-code-con .QR-code-title{line-height:28px;font-size:24px;color:#191919;font-weight:bold;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cggl__inner .QR-code-con .QR-code-describe{margin-top:20px;line-height:28px;font-size:16px;color:#717171}.cggl__inner .subject{position:absolute;right:0;top:50%;height:98%;transform:translateY(-50%)}.cggl__inner .subject img{height:100%}
/*# sourceMappingURL=board.css.map?hash=b446ba1443bc4913f472*/
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
:root{font-size:16px;font-family:MiSans,PingFang SC-Bold,PingFang SC,sans-serif;word-break:break-all}.page{background-color:#f8f9fb;box-sizing:border-box}.reserve-main{display:flex;flex-direction:column;align-items:center;width:1200px;margin:0 auto;box-sizing:border-box}.reserve-main .header-placeholder{height:88px}.reserve-main .bread-crumb{width:100%;margin-top:20px;display:flex;align-items:center}.reserve-main .bread-crumb .active{color:#b91d22}.reserve-main .bread-crumb .normal{color:#000;text-decoration:none}.reserve-main .bread-crumb .normal:hover{color:#b91d22}.reserve-main .bread-crumb .el-icon{margin-right:8px}.reserve-main .search{height:80px;margin-top:20px;box-shadow:0 8px 20px 0 rgba(0,0,0,.05);border:1px solid #eee;display:flex}.reserve-main .search .keyword{height:78px;width:860px;line-height:78px;padding:0 12px;border:none;display:block}.reserve-main .search .keyword:focus-visible{outline:none}.reserve-main .search button{height:100%;width:120px;line-height:80px;font-size:22px}.reserve-main .search .el-cascader{width:200px;border-right:1px solid #e8eaec}.reserve-main .search .el-cascader .el-input.is-focus{box-shadow:none}.reserve-main .search .el-cascader .el-input{height:80px;font-size:18px}.reserve-main .search .el-cascader .el-input__wrapper{box-shadow:none}.reserve-main .center{display:flex;justify-content:space-between;align-items:flex-start;margin-top:32px;width:100%}.reserve-main .center .left{width:895px}.reserve-main .shop-list{display:flex;align-items:center;background-color:#fff;padding:20px}.reserve-main .shop-list img{width:240px;height:180px;-o-object-fit:cover;object-fit:cover}.reserve-main .shop-list .message{height:180px;margin-left:20px;flex:1;border-right:1px solid #eee}.reserve-main .shop-list .list-right{padding:0 4px 0 24px}.reserve-main .shop-list button{height:44px;width:96px}.reserve-main .shop-list+.shop-list{margin-top:36px}.reserve-main .title{font-size:24px;font-weight:500;color:#333}.reserve-main .mini-font{font-size:16px;font-weight:400;color:#666;margin-top:24px;display:flex;align-items:center}.reserve-main .mini-font .el-icon{margin-right:8px}.reserve-main .tag{display:flex;flex-wrap:wrap;margin-top:24px}.reserve-main .tag .tag-item{font-size:14px;line-height:14px;padding:4px 8px;margin:0 12px 12px 0;background-color:#019e5f;color:#fff}.reserve-main .pink-qr{width:285px;background:linear-gradient(#ffebec, white);padding:20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.reserve-main .pink-qr .qr-title:first-child{font-size:22px}.reserve-main .pink-qr img{margin-top:24px;width:200px;height:200px}.reserve-main .common-button{background-color:#b91d22;color:#fff;border:none}.reserve-main .common-button:focus-visible{outline:none}.reserve-main .el-pagination{margin:40px 0;--el-color-primary: #b91d22}.reserve-main .content{margin:24px 0;display:flex;background-color:#fff;width:100%;padding:20px}.reserve-main .content .img-box{display:flex}.reserve-main .content .show-img{width:530px;height:354px;position:relative}.reserve-main .content .show-img img{height:100%;width:100%}.reserve-main .content .show-img .total-label{position:absolute;right:16px;bottom:16px;background-color:rgba(0,0,1,.65);color:#fff;font-size:12px;padding:8px 12px}.reserve-main .content .img-list{margin-left:8px;height:354px;overflow-y:auto}.reserve-main .content .img-list img{width:110px;height:65px;margin-bottom:7px;cursor:pointer}.reserve-main .content .right{flex:1;margin-left:26px;position:relative}.reserve-main .content .qrcode-box{position:absolute;right:0;bottom:0;background-color:#b91d22;padding:8px;color:#fff;font-size:14px}.reserve-main .content .qrcode-box img{height:120px;width:120px}.reserve-main .content .qrcode-box div{margin:4px 0 8px 0}.reserve-main .content .location{display:flex;justify-content:space-between;width:100%}.reserve-main .content .location a{margin-top:24px;color:#1890ff;text-decoration:none}.reserve-main .more-message{padding:20px;margin:24px;background-color:#fff;width:100%;display:flex;align-items:flex-start}.reserve-main .more-message .left{flex:1}.reserve-main .more-message .right{margin-left:24px}.reserve-main .more-message .title{height:75px;line-height:75px;font-size:22px;font-weight:500;color:#333}.reserve-main .more-message .info{color:#666;font-size:16px}.reserve-main .more-message .line{margin:46px 0 20px;height:1px;width:100%;background-color:#eee}
.full-popup[data-v-39f97449]{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:999;display:none}.full-popup--show[data-v-39f97449]{display:block}.full-popup--show .full-popup__inner[data-v-39f97449]{transform:translate(-50%, -50%) scale(1)}.full-popup__inner[data-v-39f97449]{height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);transition:scale .3s}.full-popup__close[data-v-39f97449]{position:absolute;top:50px;right:50px;width:42px;height:42px;cursor:pointer}.full-popup__close>img[data-v-39f97449]{width:100%;height:100%;display:block}
.mobile-reserve{background-color:#f5f5f5;color:#191919}.mobile-reserve .top{background-color:#fff;margin-bottom:12px}.mobile-reserve .search{height:42px;display:flex;align-items:center;padding:10px 12px}.mobile-reserve .search .keyword{height:40px;flex:1;line-height:40px;padding:0 8px;border:none;display:block;background-color:#f7f8fa}.mobile-reserve .search .keyword:focus-visible{outline:none}.mobile-reserve .search button{height:100%;width:52px;background-color:#ff5b00;color:#fff;border-radius:0 8px 8px 0;border-width:0}.mobile-reserve .search .el-cascader{width:86px}.mobile-reserve .search .el-cascader .el-input.is-focus{box-shadow:none}.mobile-reserve .search .el-cascader .el-input{height:42px}.mobile-reserve .search .el-cascader .el-input__wrapper{box-shadow:none;padding:0 6px;background-color:#f7f8fa}.mobile-reserve .search .separator-line{height:16px;width:2px;background-color:#d9d9d9}.mobile-reserve .qr-box{display:flex;padding:16px;align-items:center}.mobile-reserve .qr-box img{height:52px;width:52px}.mobile-reserve .qr-box .right{margin-left:8px}.mobile-reserve .shop-list{padding:16px;background-color:#fff}.mobile-reserve .shop-list img{border-radius:8px;height:193px;width:100%;margin-bottom:12px}.mobile-reserve .shop-list .title{font-size:16px;font-weight:500;margin-bottom:12px}.mobile-reserve .shop-list .address{color:#717171;padding-top:12px;border-top:1px dashed #d9d9d9;margin-top:12px;display:flex}.mobile-reserve .shop-list .content{display:flex;align-items:center;margin-top:12px}.mobile-reserve .shop-list .content-left{flex:1}.mobile-reserve .shop-list .tag{display:flex;flex-wrap:wrap}.mobile-reserve .shop-list .tag-item{color:#fff;font-size:12px;line-height:12px;border-radius:4px;padding:4px 8px;background-color:#019e5f;margin:0 12px 12px 0}.mobile-reserve .shop-list .content-right button{background-color:#ff5b00;height:32px;line-height:32px;width:80px;border:none;font-size:14px;color:#fff;border-radius:4px;padding:0}.mobile-reserve .shop-list+.shop-list{margin-top:12px}.mobile-reserve .more-message{margin-top:12px;padding:16px;background-color:#fff}.mobile-reserve .more-message .title{font-size:18px;line-height:18px;font-weight:500;margin-bottom:12px;padding-left:12px;border-left:4px solid #ff5b00}.mobile-reserve .more-message .info{color:#717171}
h1,h2,h3,h4,h5,h6{margin:0}.section-bar__title{font-weight:600;font-size:18px;color:#191919}.banner{width:100%;overflow:hidden;background-image:url(../../assets/modules/c1666e324390215be9e3.png);background-size:cover;background-position:center;height:678px;display:flow-root}.banner__title{margin-top:126px;text-align:center;font-weight:600;font-size:44px;line-height:56px;background-image:linear-gradient(to right, #ff6e2f 27%, #05f7ff 87%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.banner__title2{margin-top:13px;font-weight:600;font-size:24px;color:#fd6b2c;text-align:center}.banner-card{position:relative;margin:88px 46px auto 16px;background:#fff;box-shadow:0px 10px 40px 0px rgba(0,0,0,.05);border-radius:12px 12px 12px 12px;padding:25px 20px}.banner-card__list{display:flex;flex-direction:column;gap:24px}.banner-card__item{display:flex}.banner-card__item__icon{margin-right:16px;flex:0 0 auto;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.banner-card__item__icon>img{width:24px;height:24px;display:block}.banner-card__item__main{flex:1 1 0}.banner-card__item__title{font-weight:500;font-size:18px;color:#191919;line-height:24px}.banner-card__item__desc{margin-top:8px;font-weight:400;font-size:14px;color:#717171;line-height:20px}.banner-card__btn{position:absolute;right:-30px;top:96px;width:60px;height:60px;display:block;cursor:pointer}.cgyd-box{padding:16px 16px 0;border-radius:16px 16px 0px 0px;margin-top:-16px;position:relative;background-color:#fff}.cgyd-list{margin-top:12px;display:flex;flex-direction:column;gap:12px}.cgyd-item{width:100%;height:auto;display:block;cursor:pointer;background-image:url(../../assets/modules/e51e4e7244f208337d51.png);background-size:cover;background-position:center;border-radius:8px 8px 8px 8px;padding:12px;box-sizing:border-box}.cgyd-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cgyd-item__title{font-weight:600;font-size:16px;color:#fff;line-height:30px}.cgyd-item__actions{height:13px}.cgyd-item__court-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:11px}.cgyd-item__court{border-radius:3px 3px 3px 3px;height:64px;background-image:url(../../assets/modules/2382ab185a68d02b3e48.png);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.cgyd-item__court__title{font-weight:500;font-size:12px;color:#fff;text-align:center}.cgyd-item__court__price{margin-top:4px;font-weight:400;font-size:8px;color:#fff;text-align:center}.jjfa{position:relative;display:block;cursor:pointer;margin-top:8px;padding:30px 22px 34px}.jjfa__top{position:relative;background-image:url(../../assets/modules/c8dc6a01fb550da13c99.png);background-size:cover;background-position:center;height:580px;border-radius:8px}.jjfa__body{padding:32px}.jjfa__title{font-family:Plus Jakarta Sans,sans-serif;font-weight:bold;font-size:32px;color:#191919;line-height:46px}.jjfa__desc{margin-top:8px;font-family:Plus Jakarta Sans,sans-serif;font-weight:500;font-size:16px;color:#717171;line-height:26px}.jjfa__btn{position:absolute;left:24px;right:24px;bottom:24px;font-weight:bold;font-size:14px;color:#fff;line-height:20px;text-align:center;height:40px;background:#ff5b00;border-radius:8px 8px 8px 8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.jjfa__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px 16px;margin-top:24px}.jjfa__item{display:flex;flex-direction:column;align-items:center;gap:12px}.jjfa__item__img{width:32px;height:32px;display:block}.jjfa__item__title{font-weight:400;font-size:14px;color:#191919;text-align:center}.lgyy-yqpt{height:auto;display:block;cursor:pointer;padding:24px}.lgyy-yqpt__top{position:relative;background-image:url(../../assets/modules/b95f4cb5f792ccbdb091.png);background-size:cover;background-position:center;height:580px;border-radius:8px}.lgyy-yqpt__title{font-family:Plus Jakarta Sans,Plus Jakarta Sans;font-weight:bold;font-size:32px;color:#191919;line-height:46px}.lgyy-yqpt__title-box{padding:32px}.lgyy-yqpt__top-actions{padding:24px;position:absolute;bottom:0;left:0;right:0}.lgyy-yqpt__btn{height:40px;background:#ff5b00;border-radius:8px 8px 8px 8px;font-weight:bold;font-size:14px;color:#fff;line-height:20px;text-align:center;display:flex;align-items:center;justify-content:center;cursor:pointer}.lgyy-yqpt__list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.lgyy-yqpt__item{display:flex;gap:24px}.lgyy-yqpt__item__img{flex:0 0 auto;width:56px;height:56px;display:block}.lgyy-yqpt__item__main{flex:1 1 0}.lgyy-yqpt__item__title{font-weight:600;font-size:24px;color:#000929;line-height:36px}.lgyy-yqpt__item__desc{font-weight:400;font-size:16px;color:#717171;line-height:26px}.lgyy-popup-img{height:auto;width:100%;display:block}#cgyd{position:relative;top:-100px}#cggl{position:relative;top:-72px}#gywm{position:relative;top:-72px}
.ad-popup[data-v-9febef54]{position:fixed;bottom:0;left:0;height:auto;width:100vw;z-index:999;transition:transform .3s;transform:translateY(100vh)}.ad-popup--show[data-v-9febef54]{transform:translateY(0%)}.ad-popup__mask[data-v-9febef54]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);z-index:998;transition:opacity .3s}.ad-popup__close[data-v-9febef54]{position:absolute;top:16px;right:16px;width:16px;height:16px;cursor:pointer}.ad-popup__close>img[data-v-9febef54]{width:100%;height:100%;display:block}
.menu-popup[data-v-59c089ba]{position:fixed;top:0;left:0;height:auto;width:100vw;z-index:999;transition:transform .3s;transform:translateY(-100vh)}.menu-popup--show[data-v-59c089ba]{transform:translateY(0%)}.menu-popup__mask[data-v-59c089ba]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);z-index:998;transition:opacity .3s}.menu-popup__inner[data-v-59c089ba]{padding:16px 24px;background-color:#fff}.menu-popup__close[data-v-59c089ba]{position:absolute;top:24px;right:24px;width:24px;height:24px;cursor:pointer}.menu-popup__close>img[data-v-59c089ba]{width:100%;height:100%;display:block}.menu-popup__logo[data-v-59c089ba]{margin-bottom:16px}.menu-popup__logo>img[data-v-59c089ba]{width:auto;height:40px;display:block}.menu-popup__nav[data-v-59c089ba]{height:48px;font-weight:400;font-size:14px;color:#191919;display:flex;align-items:center;text-decoration:none}
/*# sourceMappingURL=common.css.map?hash=b446ba1443bc4913f472*/
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
.ad-popup[data-v-9febef54]{position:fixed;bottom:0;left:0;height:auto;width:100vw;z-index:999;transition:transform .3s;transform:translateY(100vh)}.ad-popup--show[data-v-9febef54]{transform:translateY(0%)}.ad-popup__mask[data-v-9febef54]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);z-index:998;transition:opacity .3s}.ad-popup__close[data-v-9febef54]{position:absolute;top:16px;right:16px;width:16px;height:16px;cursor:pointer}.ad-popup__close>img[data-v-9febef54]{width:100%;height:100%;display:block}
.menu-popup[data-v-53a53f9a]{position:fixed;top:0;left:0;height:auto;width:100vw;z-index:999;transition:transform .3s;transform:translateY(-100vh)}.menu-popup--show[data-v-53a53f9a]{transform:translateY(0%)}.menu-popup__mask[data-v-53a53f9a]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);z-index:998;transition:opacity .3s}.menu-popup__inner[data-v-53a53f9a]{padding:16px 24px;background-color:#fff}.menu-popup__close[data-v-53a53f9a]{position:absolute;top:24px;right:24px;width:24px;height:24px;cursor:pointer}.menu-popup__close>img[data-v-53a53f9a]{width:100%;height:100%;display:block}.menu-popup__logo[data-v-53a53f9a]{margin-bottom:16px}.menu-popup__logo>img[data-v-53a53f9a]{width:auto;height:40px;display:block}.menu-popup__nav[data-v-53a53f9a]{height:48px;font-weight:400;font-size:14px;color:#191919;display:flex;align-items:center;text-decoration:none}
/*# sourceMappingURL=homeM.css.map?hash=cd032953bb2cd665645b*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/homeM.css?hash=cd032953bb2cd665645b","mappings":"AACA,2BACE,eACA,SACA,OACA,YACA,YACA,YACA,yBACA,4BAEA,iCACE,yBAEF,iCACE,eACA,MACA,OACA,YACA,aACA,gCACA,YACA,uBAKF,kCACE,kBACA,SACA,WACA,WACA,YACA,eACA,sCACE,WACA,YACA,c;ACpCN,6BACE,eACA,MACA,OACA,YACA,YACA,YACA,yBACA,6BAEA,mCACE,yBAGF,mCACE,eACA,MACA,OACA,YACA,aACA,gCACA,YACA,uBAEF,oCACE,kBACA,sBAEF,oCACE,kBACA,SACA,WACA,WACA,YACA,eACA,wCACE,WACA,YACA,cAIJ,mCACE,mBACA,uCACE,WACA,YACA,cAGJ,kCACE,YACA,gBACA,eACA,cACA,aACA,mBACA,qB","sources":["webpack://liu-official/./src/components/vue/mobile/AdPopup.vue","webpack://liu-official/./src/components/vue/mobile/MenuPopup.vue"],"sourcesContent":["\n.ad-popup {\n position: fixed;\n bottom: 0;\n left: 0;\n height: auto;\n width: 100vw;\n z-index: 999;\n transition: transform 0.3s;\n transform: translateY(100vh);\n\n &--show {\n transform: translateY(0%);\n }\n &__mask{\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background-color: rgba(0, 0, 0, 0.3);\n z-index: 998;\n transition: opacity 0.3s;\n }\n &__inner {\n // position: absolute;\n }\n &__close {\n position: absolute;\n top: 16px;\n right: 16px;\n width: 16px;\n height: 16px;\n cursor: pointer;\n > img {\n width: 100%;\n height: 100%;\n display: block;\n }\n }\n}\n","\n.menu-popup {\n position: fixed;\n top: 0;\n left: 0;\n height: auto;\n width: 100vw;\n z-index: 999;\n transition: transform 0.3s;\n transform: translateY(-100vh);\n\n &--show {\n transform: translateY(0%);\n }\n\n &__mask {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background-color: rgba(0, 0, 0, 0.3);\n z-index: 998;\n transition: opacity 0.3s;\n }\n &__inner {\n padding: 16px 24px;\n background-color: #fff;\n }\n &__close {\n position: absolute;\n top: 24px;\n right: 24px;\n width: 24px;\n height: 24px;\n cursor: pointer;\n > img {\n width: 100%;\n height: 100%;\n display: block;\n }\n }\n\n &__logo {\n margin-bottom: 16px;\n > img {\n width: auto;\n height: 40px;\n display: block;\n }\n }\n &__nav {\n height: 48px;\n font-weight: 400;\n font-size: 14px;\n color: #191919;\n display: flex;\n align-items: center;\n text-decoration: none;\n }\n}\n"],"names":[],"sourceRoot":""}
+3
View File
@@ -0,0 +1,3 @@
:root{font-size:16px;font-family:MiSans,PingFang SC-Bold,PingFang SC,sans-serif;word-break:break-all}button{cursor:pointer}.page{min-height:100vh}.header{display:flex;justify-content:center;background:rgba(0,0,0,.3);backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:10}.header #app-left-logo{position:absolute;left:50px;top:50%;transform:translateY(-50%);cursor:pointer}.header__inner{padding:22px 0;width:1290px;margin:0 auto;display:flex;align-items:center}.header__menu-con{width:100%;display:flex;justify-content:center}.header__logo{margin-right:30px}.header__logo>img{width:auto;height:32px;display:block}.header__nav{font-weight:400;font-size:15px;color:#fff;cursor:pointer;height:44px;padding:8px 20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;text-decoration:none}.header__nav--active{color:#eb662b}.footer{background:#1b1b1b;font-weight:400;font-size:16px;color:#fff;overflow:hidden}.footer__inner{max-width:1290px;margin:0 auto;display:flex;padding-top:67px;padding-bottom:80px}.footer__logo>img{width:auto;height:32px;display:block}.footer .copyright{font-family:Inter,sans-serif;text-align:center;font-weight:400;font-size:12px;color:#666;padding:25px 0;border-top:1px solid #383838;}.footer .links{display:flex;justify-content:center;align-items:center;color:#666;gap:15px;padding:12px;font-size:12px;border-top:1px solid #383838}.footer .links a{color:inherit;text-decoration:none}.footer .qr-code-list{display:flex;gap:36px;margin-top:66px}.footer .qr-code{width:132px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer .qr-code>img{border-radius:8px;width:132px;height:132px;display:block}.footer .qr-code>div{margin-top:12px;font-size:12px;font-weight:200;color:#999}.footer__left{flex:0 0 auto}.footer__right{flex:1 1 0;width:0;display:flex;gap:52px;margin-left:57px}.footer__nav{flex:0 0 164px}.footer__nav__title{font-weight:500;font-size:20px;color:#fff;line-height:30px;margin-bottom:30px}.footer__nav__item{margin-bottom:20px;font-weight:400;font-size:15px;color:#fff}.footer__nav__item a{color:inherit;text-decoration:none}.section-header{display:flex;align-items:center;justify-content:space-between}.section-header__title{line-height:45px;font-weight:600;font-size:30px;color:#191919}.section-header__more{font-weight:400;font-size:16px;color:#05073c;line-height:28px;display:flex;align-items:center;cursor:pointer}.section-header__more img{width:20px;height:20px}
/*# sourceMappingURL=main.css.map?hash=b446ba1443bc4913f472*/
File diff suppressed because one or more lines are too long
+3
View File
@@ -0,0 +1,3 @@
:root{font-size:16px;font-family:MiSans,PingFang SC-Bold,PingFang SC,sans-serif;word-break:break-all}.header{position:fixed;top:0;left:0;width:100%;height:72px;background:rgba(0,0,0,.3);backdrop-filter:blur(10px);z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;box-sizing:border-box}.header__logo>img{width:auto;height:40px;display:block}.header__menu__icon{width:24px;height:24px;display:block}.footer{background-color:#1b1b1b;padding:43px 24px 24px;color:#fff}.footer__logo{font-weight:400;font-size:12px;color:#fff}.footer__logo>img{width:auto;height:28.24px;display:block;margin-bottom:12px}.footer__row{display:flex;justify-content:space-between;gap:1em;margin-top:37px}.footer__nav-list{flex:1 1 0;display:flex;flex-direction:column;gap:24px}.footer__nav__title{font-weight:bold;font-size:14px;color:#fff;line-height:20px;margin-bottom:20px}.footer__nav__item{font-size:14px;color:#fff;line-height:32px}.footer__nav__item a{color:inherit;text-decoration:none}.footer__qr-code-list{flex:0 0 auto;display:flex;flex-direction:column;gap:32px}.footer__qr-code-item{width:132px;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:12px;color:#fff}.footer__qr-code-item>img{width:132px;height:132px;display:block}.footer__qr-code-item>div{margin-top:12px}.footer__qr-code-list2{display:flex;justify-content:space-between;margin-top:20px}.footer .copyright{font-size:12px;color:#fff;margin-top:66px;text-align:center}.section-bar{font-weight:600;font-size:18px;color:#191919;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.section-bar__more{font-weight:400;font-size:13px;color:#717171;display:flex;align-items:center;cursor:pointer}.section-bar__more img{margin-left:5px;width:16px;height:16px}
/*# sourceMappingURL=mobile.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/mobile.css?hash=b446ba1443bc4913f472","mappings":"AAAA,MACI,eACA,0DACI,CAIJ,qBCPJ,QACI,eACA,MACA,OACA,WACA,YACA,0BACA,2BACA,WACA,aACA,mBACA,8BACA,kBACA,sBAEI,kBACI,WACA,YACA,cAIJ,oBACI,WACA,YACA,cAKZ,QACI,yBACA,uBACA,WACA,cACI,gBACA,eACA,WACA,kBACI,WACA,eACA,cACA,mBAGR,aACI,aACA,8BACA,QACA,gBAEJ,kBACI,WACA,aACA,sBACA,SAGA,oBACI,iBACA,eACA,WACA,iBACA,mBAEJ,mBACI,eACA,WACA,iBACA,qBACI,cACA,qBAIZ,sBACI,cACA,aACA,sBACA,SAEJ,sBACI,YACA,aACA,sBACA,mBACA,kBACA,eACA,WACA,0BACI,YACA,aACA,cAEJ,0BACI,gBAGR,uBACI,aACA,8BACA,gBAEJ,mBACI,eACA,WACA,gBACA,kBAIR,aACI,gBACA,eACA,cACA,aACA,mBACA,8BACA,sBAEA,mBACI,gBACA,eACA,cACA,aACA,mBACA,eACA,uBACI,gBACA,WACA,Y","sources":["webpack://liu-official/./src/assets/scss/mobile/global.scss","webpack://liu-official/./src/assets/scss/mobile/common.scss"],"sourcesContent":[":root {\r\n font-size: 16px;\r\n font-family:\r\n MiSans,\r\n PingFang SC-Bold,\r\n PingFang SC,\r\n sans-serif;\r\n word-break: break-all;\r\n}\r\n",".header {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n height: 72px;\r\n background: rgba(0, 0, 0, 0.3);\r\n backdrop-filter: blur(10px);\r\n z-index: 10;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding: 16px 24px;\r\n box-sizing: border-box;\r\n &__logo {\r\n > img {\r\n width: auto;\r\n height: 40px;\r\n display: block;\r\n }\r\n }\r\n &__menu {\r\n &__icon {\r\n width: 24px;\r\n height: 24px;\r\n display: block;\r\n }\r\n }\r\n}\r\n\r\n.footer {\r\n background-color: #1b1b1b;\r\n padding: 43px 24px 24px;\r\n color: #ffffff;\r\n &__logo {\r\n font-weight: 400;\r\n font-size: 12px;\r\n color: #ffffff;\r\n > img {\r\n width: auto;\r\n height: 28.24px;\r\n display: block;\r\n margin-bottom: 12px;\r\n }\r\n }\r\n &__row {\r\n display: flex;\r\n justify-content: space-between;\r\n gap: 1em;\r\n margin-top: 37px;\r\n }\r\n &__nav-list {\r\n flex: 1 1 0;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 24px;\r\n }\r\n &__nav {\r\n &__title {\r\n font-weight: bold;\r\n font-size: 14px;\r\n color: #ffffff;\r\n line-height: 20px;\r\n margin-bottom: 20px;\r\n }\r\n &__item {\r\n font-size: 14px;\r\n color: #ffffff;\r\n line-height: 32px;\r\n a {\r\n color: inherit;\r\n text-decoration: none;\r\n }\r\n }\r\n }\r\n &__qr-code-list {\r\n flex: 0 0 auto;\r\n display: flex;\r\n flex-direction: column;\r\n gap: 32px;\r\n }\r\n &__qr-code-item {\r\n width: 132px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n text-align: center;\r\n font-size: 12px;\r\n color: #ffffff;\r\n > img {\r\n width: 132px;\r\n height: 132px;\r\n display: block;\r\n }\r\n > div {\r\n margin-top: 12px;\r\n }\r\n }\r\n &__qr-code-list2 {\r\n display: flex;\r\n justify-content: space-between;\r\n margin-top: 20px;\r\n }\r\n .copyright {\r\n font-size: 12px;\r\n color: #ffffff;\r\n margin-top: 66px;\r\n text-align: center;\r\n }\r\n}\r\n\r\n.section-bar {\r\n font-weight: 600;\r\n font-size: 18px;\r\n color: #191919;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n box-sizing: border-box;\r\n\r\n &__more {\r\n font-weight: 400;\r\n font-size: 13px;\r\n color: #717171;\r\n display: flex;\r\n align-items: center;\r\n cursor: pointer;\r\n img {\r\n margin-left: 5px;\r\n width: 16px;\r\n height: 16px;\r\n }\r\n }\r\n}\r\n"],"names":[],"sourceRoot":""}
+3
View File
@@ -0,0 +1,3 @@
.container[data-v-2f0e53ec]{position:relative;display:flex;flex-direction:column;align-items:center}.container .main-bg[data-v-2f0e53ec]{position:relative;width:100%;-o-object-fit:contain;object-fit:contain;z-index:1}.main-body[data-v-2f0e53ec]{position:relative;margin-top:-50px;z-index:2;background:#fff;display:flex;flex-direction:column;align-items:center;border-radius:25px;padding:0 20px 20px 20px}.main-body .body-tex-title[data-v-2f0e53ec]{margin:35px 0 30px 0;font-size:24px;font-weight:bold}.main-body .body-tex-sub[data-v-2f0e53ec]{color:#717171;font-size:.8rem;margin-bottom:25px}.main-body .tex-div[data-v-2f0e53ec]{color:#191919;font-size:1rem;line-height:1.65rem;text-indent:2rem}.main-body .body-table[data-v-2f0e53ec]{width:100%}.main-body .body-table .row[data-v-2f0e53ec]{display:flex;align-items:center;gap:1.85rem}.main-body .body-table .row[data-v-2f0e53ec]>*{flex:1;-o-object-fit:cover;object-fit:cover}.main-body .body-table .row span[data-v-2f0e53ec]{padding:10px 0;display:flex;justify-content:center;align-items:center;color:#717171;font-size:1rem}
/*# sourceMappingURL=mobileAbout.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/mobileAbout.css?hash=b446ba1443bc4913f472","mappings":"AACA,4BACE,kBACA,aACA,sBACA,mBAEA,qCACE,kBACA,WACA,yCACA,UAGJ,4BACE,kBACA,iBACA,UACA,gBACA,aACA,sBACA,mBACA,mBACA,yBAEA,4CACE,qBACA,eACA,iBAGF,0CACE,cACA,gBACA,mBAGF,qCACE,cACA,eACA,oBACA,iBAGF,wCACE,WACA,6CACE,aACA,mBACA,YAEA,+CACE,OACA,qCAGF,kDACE,eACA,aACA,uBACA,mBACA,cACA,e","sources":["webpack://liu-official/./src/components/vue/mobile/pages/About.vue"],"sourcesContent":["\r\n.container {\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n\r\n .main-bg {\r\n position: relative;\r\n width: 100%;\r\n object-fit: contain;\r\n z-index: 1;\r\n }\r\n}\r\n.main-body {\r\n position: relative;\r\n margin-top: -50px;\r\n z-index: 2;\r\n background: white;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n border-radius: 25px;\r\n padding: 0 20px 20px 20px;\r\n\r\n .body-tex-title {\r\n margin: 35px 0 30px 0;\r\n font-size: 24px;\r\n font-weight: bold;\r\n }\r\n\r\n .body-tex-sub {\r\n color: #717171;\r\n font-size: 0.8rem;\r\n margin-bottom: 25px;\r\n }\r\n\r\n .tex-div {\r\n color: #191919;\r\n font-size: 1rem;\r\n line-height: 1.65rem;\r\n text-indent: 2rem;\r\n }\r\n\r\n .body-table {\r\n width: 100%;\r\n .row {\r\n display: flex;\r\n align-items: center;\r\n gap: 1.85rem;\r\n\r\n & > * {\r\n flex: 1;\r\n object-fit: cover;\r\n }\r\n\r\n span {\r\n padding: 10px 0;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n color: #717171;\r\n font-size: 1rem;\r\n }\r\n }\r\n }\r\n}\r\n"],"names":[],"sourceRoot":""}
+3
View File
@@ -0,0 +1,3 @@
.container[data-v-5da04a37]{position:relative;display:flex;flex-direction:column;align-items:center}.container .main-bg[data-v-5da04a37]{position:relative;width:100%;-o-object-fit:contain;object-fit:contain;z-index:1}.main-body[data-v-5da04a37]{min-height:300px;width:100%;z-index:2;margin-top:-50px;background-color:#fff;display:flex;flex-direction:column;align-items:center;border-radius:25px}.main-body .body-title[data-v-5da04a37]{margin-top:40px;color:#000;font-size:25px;font-weight:bold}.form-con[data-v-5da04a37]{width:90%;display:flex;margin:50px 0 35px 0;flex-direction:column;align-items:center;background-color:#fff}.form-con .form-item-row[data-v-5da04a37]{display:flex;gap:10px;flex:1}.form-con .form-submit[data-v-5da04a37]{width:260px;height:48px;margin-top:30px;background-color:#ffc300;color:#000}.form-con .remark[data-v-5da04a37]{margin-top:20px;text-align:center;font-size:12px;color:#717171}
/*# sourceMappingURL=mobileRegister.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/mobileRegister.css?hash=b446ba1443bc4913f472","mappings":"AACA,4BACE,kBACA,aACA,sBACA,mBAEA,qCACE,kBACA,WACA,yCACA,UAIJ,4BACE,iBACA,WACA,UACA,iBACA,sBACA,aACA,sBACA,mBACA,mBAEA,wCACE,gBACA,WACA,eACA,iBAIJ,2BACE,UACA,aACA,qBACA,sBACA,mBACA,sBAEA,0CACE,aACA,SACA,OAGF,wCACE,YACA,YACA,gBACA,yBACA,WAGF,mCACE,gBACA,kBACA,eACA,c","sources":["webpack://liu-official/./src/components/vue/mobile/pages/Register.vue"],"sourcesContent":["\r\n.container {\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n\r\n .main-bg {\r\n position: relative;\r\n width: 100%;\r\n object-fit: contain;\r\n z-index: 1;\r\n }\r\n}\r\n\r\n.main-body {\r\n min-height: 300px;\r\n width: 100%;\r\n z-index: 2;\r\n margin-top: -50px;\r\n background-color: rgb(255, 255, 255);\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n border-radius: 25px;\r\n\r\n .body-title {\r\n margin-top: 40px;\r\n color: #000000;\r\n font-size: 25px;\r\n font-weight: bold;\r\n }\r\n}\r\n\r\n.form-con {\r\n width: 90%;\r\n display: flex;\r\n margin: 50px 0 35px 0;\r\n flex-direction: column;\r\n align-items: center;\r\n background-color: white;\r\n\r\n .form-item-row {\r\n display: flex;\r\n gap: 10px;\r\n flex: 1;\r\n }\r\n\r\n .form-submit {\r\n width: 260px;\r\n height: 48px;\r\n margin-top: 30px;\r\n background-color: #ffc300;\r\n color: black;\r\n }\r\n\r\n .remark {\r\n margin-top: 20px;\r\n text-align: center;\r\n font-size: 12px;\r\n color: #717171;\r\n }\r\n}\r\n"],"names":[],"sourceRoot":""}
+4
View File
@@ -0,0 +1,4 @@
.banner{width:100%;height:520px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__bg{z-index:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner__body{z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__body__title{font-size:60px;line-height:90px}.banner__body__sub{margin-top:0;font-size:20px}.main{display:flex;flex-direction:column;align-items:center}.main__title{font-weight:bold;margin:95px 0 65px 0;font-size:28px}.main__bottom{margin-top:80px}
.form-con[data-v-6899443a]{display:flex;flex-direction:column;align-items:center;width:380px;padding:60px 75px;box-shadow:#ccc 0 0 5px;border-radius:8px}.form-con .form-item-row[data-v-6899443a]{display:flex;gap:10px;flex:1}.form-submit[data-v-6899443a]{width:260px;height:48px;margin-top:30px;background-color:#ffc300;color:#000}.remark[data-v-6899443a]{margin-top:20px;text-align:center;font-size:12px;color:#717171}
/*# sourceMappingURL=register.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/register.css?hash=b446ba1443bc4913f472","mappings":"AAAA,QACI,WACA,aACA,kBACA,aACA,sBACA,uBACA,mBAEA,YACI,UACA,kBACA,WACA,YACA,qCACA,cAGJ,cACI,UACA,gEACA,WACA,aACA,sBACA,uBACA,mBAEA,qBACI,eACA,iBAGJ,mBACI,aACA,eAKZ,MACI,aACA,sBACA,mBAEA,aACI,iBACA,qBACA,eAGJ,cACI,gB;AClDR,2BACE,aACA,sBACA,mBACA,YACA,kBACA,wBACA,kBAEA,0CACE,aACA,SACA,OAGJ,8BACE,YACA,YACA,gBACA,yBACA,WAGF,yBACE,gBACA,kBACA,eACA,c","sources":["webpack://liu-official/./src/assets/scss/register.scss","webpack://liu-official/./src/components/vue/register/RegisterForm.vue"],"sourcesContent":[".banner {\r\n width: 100%;\r\n height: 520px;\r\n position: relative;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n &__bg {\r\n z-index: 0;\r\n position: absolute;\r\n width: 100%;\r\n height: 100%;\r\n object-fit: cover;\r\n display: block;\r\n }\r\n\r\n &__body {\r\n z-index: 1;\r\n user-select: none;\r\n color: white;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n &__title {\r\n font-size: 60px;\r\n line-height: 90px;\r\n }\r\n\r\n &__sub {\r\n margin-top: 0;\r\n font-size: 20px;\r\n }\r\n }\r\n}\r\n\r\n.main {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n\r\n &__title {\r\n font-weight: bold;\r\n margin: 95px 0 65px 0;\r\n font-size: 28px;\r\n }\r\n\r\n &__bottom {\r\n margin-top: 80px;\r\n }\r\n}\r\n","\r\n.form-con {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n width: 380px;\r\n padding: 60px 75px;\r\n box-shadow: #cccccc 0 0 5px;\r\n border-radius: 8px;\r\n\r\n .form-item-row {\r\n display: flex;\r\n gap: 10px;\r\n flex: 1;\r\n }\r\n}\r\n.form-submit {\r\n width: 260px;\r\n height: 48px;\r\n margin-top: 30px;\r\n background-color: #ffc300;\r\n color: black;\r\n}\r\n\r\n.remark {\r\n margin-top: 20px;\r\n text-align: center;\r\n font-size: 12px;\r\n color: #717171;\r\n}\r\n"],"names":[],"sourceRoot":""}
+3
View File
@@ -0,0 +1,3 @@
.mobile-carousel[data-v-8dc6d67e]{position:relative;width:100%;overflow:hidden;touch-action:pan-y}.mobile-carousel .carousel-image[data-v-8dc6d67e]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-carousel[data-v-8dc6d67e] .el-carousel__arrow{display:none}.mobile-carousel[data-v-8dc6d67e] .el-carousel__indicators{bottom:10px}.mobile-carousel[data-v-8dc6d67e] .el-carousel__indicator{padding:8px 4px}.mobile-carousel[data-v-8dc6d67e] .el-carousel__button{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.5)}.mobile-carousel[data-v-8dc6d67e] .el-carousel__indicator.is-active .el-carousel__button{background:#fff}
/*# sourceMappingURL=stadiumReserveDetailM.css.map?hash=b446ba1443bc4913f472*/
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"assets/css/stadiumReserveDetailM.css?hash=b446ba1443bc4913f472","mappings":"AACA,kCACI,kBACA,WACA,gBACA,mBAGA,kDACI,WACA,YACA,qCAIJ,sDACI,aAIJ,2DACI,YAGJ,0DACI,gBAGJ,uDACI,UACA,WACA,kBACA,8BAGJ,yFACI,gB","sources":["webpack://liu-official/./src/components/vue/mobile/MobileCarousel.vue"],"sourcesContent":["\r\n.mobile-carousel {\r\n position: relative;\r\n width: 100%;\r\n overflow: hidden;\r\n touch-action: pan-y;\r\n\r\n\r\n .carousel-image {\r\n width: 100%;\r\n height: 100%;\r\n object-fit: cover;\r\n }\r\n\r\n /* 移动端优化 */\r\n :deep(.el-carousel__arrow) {\r\n display: none;\r\n /* 移动端隐藏箭头 */\r\n }\r\n\r\n :deep(.el-carousel__indicators) {\r\n bottom: 10px;\r\n }\r\n\r\n :deep(.el-carousel__indicator) {\r\n padding: 8px 4px;\r\n }\r\n\r\n :deep(.el-carousel__button) {\r\n width: 6px;\r\n height: 6px;\r\n border-radius: 50%;\r\n background: rgba(255, 255, 255, 0.5);\r\n }\r\n\r\n :deep(.el-carousel__indicator.is-active .el-carousel__button) {\r\n background: #fff;\r\n }\r\n}\r\n"],"names":[],"sourceRoot":""}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long