UNPKG

@truenewx/tnxvue2

Version:

互联网技术解决方案:Vue2扩展支持

43 lines (34 loc) 587 B
/** * tnxvw.css */ body { --weui-cellMarginLR: 0; background-color: var(--weui-BG-0); } .weui-form, .weui-msg { background-color: transparent; } .text-info { color: var(--weui-FG-1); } .text-placeholder { color: var(--weui-FG-2); } .text-warning { color: var(--weui-YELLOW); } .text-error { color: var(--weui-RED); } .weui-dialog__hd { padding-top: 1rem; } .weui-dialog__title { font-weight: 400; font-size: 1rem; } .weui-form-preview__label { text-align: left; text-align-last: auto; }