UNPKG

enoad-component-web

Version:

针对web端的控件

14 lines (13 loc) 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ViewLabel = exports.ViewContainer = void 0; var tslib_1 = require("tslib"); var styled_components_1 = (0, tslib_1.__importDefault)(require("styled-components")); exports.ViewContainer = styled_components_1.default.div.attrs({ height: "48px", })(templateObject_1 || (templateObject_1 = (0, tslib_1.__makeTemplateObject)(["\n width: 100%;\n height: ", ";\n border: none;\n margin-bottom: 10px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n"], ["\n width: 100%;\n height: ", ";\n border: none;\n margin-bottom: 10px;\n box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);\n"])), function (props) { return props.height; }); exports.ViewLabel = styled_components_1.default.span.attrs({ height: "48px", })(templateObject_2 || (templateObject_2 = (0, tslib_1.__makeTemplateObject)(["\n float: left;\n width: 100%;\n line-height: 48px;\n text-align: center;\n font-size: 1.2em;\n font-family: Arial, Helvetica, sans-serif;\n color: black;\n /* background-image: linear-gradient(#e0e0e0, #ffffff, #e0e0e0); */\n"], ["\n float: left;\n width: 100%;\n line-height: 48px;\n text-align: center;\n font-size: 1.2em;\n font-family: Arial, Helvetica, sans-serif;\n color: black;\n /* background-image: linear-gradient(#e0e0e0, #ffffff, #e0e0e0); */\n"]))); var templateObject_1, templateObject_2; //# sourceMappingURL=./components/EnoadSession/styled.js.map