Files
LiuGeYuYou-HTML/assets/css/mobile.css.map
T

1 line
4.1 KiB
Plaintext
Raw Normal View History

2026-08-25 12:01:09 +08:00
{"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 marg