2026-09-01 15:24:09 +08:00
|
|
|
{"version":3,"file":"assets/css/register.css","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":""}
|