UNPKG

enoad-component-web

Version:

针对web端的控件

14 lines (13 loc) 2.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeaderDefault = exports.HeaderLight = void 0; var tslib_1 = require("tslib"); var styled_components_1 = (0, tslib_1.__importDefault)(require("styled-components")); exports.HeaderLight = styled_components_1.default.div.attrs({ height: "58px", })(templateObject_1 || (templateObject_1 = (0, tslib_1.__makeTemplateObject)(["\n position: relative;\n margin: 0;\n padding: 0;\n font-size: 1.5em;\n height: ", ";\n line-height: ", ";\n border-bottom: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n"], ["\n position: relative;\n margin: 0;\n padding: 0;\n font-size: 1.5em;\n height: ", ";\n line-height: ", ";\n border-bottom: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n"])), function (props) { return props.height; }, function (props) { return props.height; }); exports.HeaderDefault = styled_components_1.default.div.attrs({ height: "58px", })(templateObject_2 || (templateObject_2 = (0, tslib_1.__makeTemplateObject)(["\n position: relative;\n margin: 0;\n padding: 0;\n font-size: 1.5em;\n height: ", ";\n line-height: ", ";\n border-bottom: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n color: aquamarine;\n ::before {\n content: '\uFF01\uFF01\uFF01';\n }\n\n :hover {\n color: red;\n }\n"], ["\n position: relative;\n margin: 0;\n padding: 0;\n font-size: 1.5em;\n height: ", ";\n line-height: ", ";\n border-bottom: 1px solid #f0f0f0;\n text-align: center;\n border: none;\n margin-bottom: 4px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n color: aquamarine;\n ::before {\n content: '\uFF01\uFF01\uFF01';\n }\n\n :hover {\n color: red;\n }\n"])), function (props) { return props.height; }, function (props) { return props.height; }); var templateObject_1, templateObject_2; //# sourceMappingURL=./components/Header/styled.js.map