2023-12-17 19:34:37 +08:00
|
|
|
const _style_0 = { "u-line-1": { "": { "lines": 1, "textOverflow": "ellipsis", "overflow": "hidden", "flex": 1 } }, "u-line-2": { "": { "lines": 2, "textOverflow": "ellipsis", "overflow": "hidden", "flex": 1 } }, "u-line-3": { "": { "lines": 3, "textOverflow": "ellipsis", "overflow": "hidden", "flex": 1 } }, "u-line-4": { "": { "lines": 4, "textOverflow": "ellipsis", "overflow": "hidden", "flex": 1 } }, "u-line-5": { "": { "lines": 5, "textOverflow": "ellipsis", "overflow": "hidden", "flex": 1 } }, "u-border": { "": { "!borderWidth": 0.5, "!borderColor": "#dadbde", "borderStyle": "solid" } }, "u-border-top": { "": { "!borderTopWidth": 0.5, "!borderColor": "#dadbde", "borderTopStyle": "solid" } }, "u-border-left": { "": { "!borderLeftWidth": 0.5, "!borderColor": "#dadbde", "borderLeftStyle": "solid" } }, "u-border-right": { "": { "!borderRightWidth": 0.5, "!borderColor": "#dadbde", "borderRightStyle": "solid" } }, "u-border-bottom": { "": { "!borderBottomWidth": 0.5, "!borderColor": "#dadbde", "borderBottomStyle": "solid" } }, "u-border-top-bottom": { "": { "!borderTopWidth": 0.5, "!borderBottomWidth": 0.5, "!borderColor": "#dadbde", "borderTopStyle": "solid", "borderBottomStyle": "solid" } }, "u-reset-button": { "": { "paddingTop": 0, "paddingRight": 0, "paddingBottom": 0, "paddingLeft": 0, "backgroundColor": "rgba(0,0,0,0)", "borderWidth": 0 } }, "u-hover-class": { "": { "opacity": 0.7 } }, "u-flex": { "": { "flexDirection": "row" } }, "u-flex-row": { "": { "flexDirection": "row" } }, "u-flex-x": { "": { "flexDirection": "row" } }, "u-flex-y": { "": { "flexDirection": "column" } }, "u-flex-column": { "": { "flexDirection": "column" } }, "u-flex-x-center": { "": { "flexDirection": "row", "justifyContent": "center" } }, "u-flex-xy-center": { "": { "flexDirection": "row", "justifyContent": "center", "alignItems": "center" } }, "u-flex-y-center": { "": { "flexDirection": "row", "alignItems": "center" } }, "u-flex-x-left": { "": { "flexDirection": "row" } }, "u-flex-x-reverse": { "": { "flexDirection": "row-reverse" } }, "u-flex-row-reverse": { "": { "flexDirection": "row-reverse" } }, "u-flex-y-reverse": { "": { "flexDirection": "column-reverse" } }, "u-flex-column-reverse": { "": { "flexDirection": "column-reverse" } }, "u-flex-wrap": { "": { "flexWrap": "wrap" } }, "u-flex-wrap-reverse": { "": { "flexWrap": "wrap-reverse" } }, "u-flex-start": { "": { "justifyContent": "flex-start" } }, "u-flex-center": { "": { "justifyContent": "center" } }, "u-flex-end": { "": { "justifyContent": "flex-end" } }, "u-flex-between": { "": { "justifyContent": "space-between" } }, "u-flex-around": { "": { "justifyContent": "space-around" } }, "u-flex-items-start": { "": { "alignItems": "flex-start" } }, "u-flex-items-center": { "": { "alignItems": "center" } }, "u-flex-items-end": { "": { "alignItems": "flex-end" } }, "u-flex-items-stretch": { "": { "alignItems": "stretch" } }, "u-flex-self-start": { "": { "alignSelf": "flex-start" } }, "u-flex-self-center": { "": { "alignSelf": "center" } }, "u-flex-self-end": { "": { "alignSelf": "flex-end" } }, "u-flex-self-baseline": { "": { "alignSelf": "baseline" } }, "u-flex-self-stretch": { "": { "alignSelf": "stretch" } }, "u-flex-content-start": { "": { "alignContent": "flex-start" } }, "u-flex-content-center": { "": { "alignContent": "center" } }, "u-flex-content-end": { "": { "alignContent": "flex-end" } }, "u-flex-content-between": { "": { "alignContent": "space-between" } }, "u-flex-content-around": { "": { "alignContent": "space-around" } }, "u-flex-middle": { "": { "justifyContent": "center", "alignItems": "center", "alignSelf": "center", "alignContent": "center" } }, "u-flex-grow": { "": { "flexGrow": 1 } }, "u-flex-shrink": { "": { "flexShrink": 1 } }, "u-margin-0": { "": { "!marginTop": "0rpx", "!marginRight": "0rpx", "!marginBottom": "0rpx", "!marginLeft": "0rpx" } }, "u-m-0": { "": { "!marginTop": "0rpx", "!marginRight": "0rpx", "!marginBottom": "0rpx", "!marginLeft": "0rpx" } }, "u-padding-0": { "": { "!paddingTop": "0rpx", "!paddingRight": "0rpx", "!paddingBottom": "0rpx", "!paddin
|