UNPKG

980 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.tpl_src_style = void 0;
4var utils_1 = require("@omni-door/utils");
5var 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, 1);\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`";
6exports.tpl_src_style = {
7 tpl: tpl
8};
9exports.default = utils_1.tplEngineInit(exports.tpl_src_style, 'tpl');