UNPKG

@jdlinker/ui

Version:

jdLinker UI库,基于ant-design-vue封装

103 lines (83 loc) 1.62 kB
/* 全局css变量 */ //@primary-color: #409EFF; //.primary-color { // color: @primary-color; //} .background-opacity { background: rgba(64, 158, 255, 0.6); } .form-widget-list { .ghost{ content: ''; font-size: 0; height: 3px; box-sizing: border-box; background: @primary-color; border: 2px solid @primary-color; outline-width: 0; padding: 0; overflow: hidden; } } .el-form-item { .el-rate{ margin-top: 8px; } } .el-form-item--medium { .el-radio { line-height: 36px !important; } .el-rate{ margin-top: 8px; } } .el-form-item--small { .el-radio { line-height: 32px !important; } .el-rate{ margin-top: 6px; } } .el-form-item--mini { .el-radio { line-height: 28px !important; } .el-rate{ margin-top: 4px; } } .el-card { margin-top: 3px; margin-bottom: 3px; } input[type="password"]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */ display: none; } .auto-full-width.el-date-editor.el-input, .auto-full-width.el-date-editor.el-input__inner { width: 100% !important; } /* 滚动条样式 begin */ ::-webkit-scrollbar { width: 0px; height: 0px; } ::-webkit-scrollbar-track { width: 8px; background: rgba(#101F1C, 0.1); -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } ::-webkit-scrollbar-thumb { background-color: rgba(#101F1C, 0.35); background-clip: padding-box; min-height: 28px; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(#101F1C, 0.85); }