fuc-new/doc/node_modules/@vuepress/plugin-photo-swipe/lib/client/styles/photo-swipe.css.map
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

1 line
922 B
Plaintext

{"version":3,"sourceRoot":"","sources":["../../../src/client/styles/photo-swipe.css"],"names":[],"mappings":"AAAA,qBACE,kBACA,QAEA,aACA,mBACA,uBAGF,+BACE,kBACA,YACA,SAEA,aACA,cACA,mBAEA,6BAGF,oBACE,WACA,WACA,aACA,kBAEA,uCAEA,WACE,oBAIJ,2BACE,WACA","file":"photo-swipe.css","sourcesContent":[".photo-swipe-loading {\n position: absolute;\n inset: 0;\n\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.photo-swipe-bullets-indicator {\n position: absolute;\n bottom: 30px;\n left: 50%;\n\n display: flex;\n flex-flow: row;\n align-items: center;\n\n transform: translate(-50%, 0);\n}\n\n.photo-swipe-bullet {\n width: 12px;\n height: 6px;\n margin: 0 5px;\n border-radius: 3px;\n\n background: var(--photo-swipe-c-bullet);\n\n transition:\n width 0.3s,\n color 0.3s;\n}\n\n.photo-swipe-bullet.active {\n width: 30px;\n background: var(--photo-swipe-c-bullet-active);\n}\n"]}