UNPKG

@omni-door/tpl-spa-vue

Version:
10 lines (9 loc) 983 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tpl_src_style = void 0; var utils_1 = require("@omni-door/utils"); var tpl = "`.main {\n position: relative;\n height: 100vh;\n padding-top: 10vh;\n color: white;\n font-weight: 600;\n font-size: 16px;\n font-family: sans-serif;\n text-align: center;\n background-color: rgba(170, 30, 38, 100%);\n}\n\n.main-btn {\n position: absolute;\n left: 50%;\n width: 200px;\n height: 50px;\n font-size: 20px;\n line-height: 50px;\n background: #000;\n border-radius: 10px;\n transform: translate(-50%, 0);\n}\n\n.main-btn-home {\n top: 40%;\n}\n\n.main-btn-detail {\n top: 50%;\n}\n\n.main-btn-detail-1 {\n top: 60%;\n}\n\n.main-btn-detail-2 {\n top: 70%;\n}\n\n.main-footer {\n position: absolute;\n bottom: 2vh;\n left: 50%;\n transform: translate(-50%, 0);\n}\n`"; exports.tpl_src_style = { tpl: tpl }; exports.default = utils_1.tplEngineInit(exports.tpl_src_style, 'tpl');