|
|
|
@ -23,6 +23,56 @@ img { |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
|
|
|
|
/* 鼠标悬浮交互元素时显示小手 |
|
|
|
------------------------------ */ |
|
|
|
a, |
|
|
|
button, |
|
|
|
summary, |
|
|
|
[role="button"], |
|
|
|
input[type="submit"], |
|
|
|
input[type="button"], |
|
|
|
input[type="reset"], |
|
|
|
input[type="checkbox"], |
|
|
|
input[type="radio"], |
|
|
|
input[type="file"], |
|
|
|
select, |
|
|
|
label[for], |
|
|
|
.el-button, |
|
|
|
.el-checkbox, |
|
|
|
.el-checkbox__input, |
|
|
|
.el-checkbox__label, |
|
|
|
.el-radio, |
|
|
|
.el-radio__input, |
|
|
|
.el-radio__label, |
|
|
|
.el-switch, |
|
|
|
.el-select .el-input, |
|
|
|
.el-pagination button, |
|
|
|
.el-pagination .el-pager li, |
|
|
|
.el-tabs__item, |
|
|
|
.el-menu-item, |
|
|
|
.el-submenu__title, |
|
|
|
.el-tag .el-tag__close, |
|
|
|
.el-upload, |
|
|
|
.el-tree-node__content, |
|
|
|
.el-collapse-item__header, |
|
|
|
.el-table th.is-sortable, |
|
|
|
.el-date-table td, |
|
|
|
.el-month-table td, |
|
|
|
.el-year-table td, |
|
|
|
.el-time-spinner__item, |
|
|
|
.el-color-picker, |
|
|
|
.el-slider__button, |
|
|
|
.el-slider__runway, |
|
|
|
.el-cascader, |
|
|
|
.el-transfer-panel__item, |
|
|
|
.el-dropdown-menu__item, |
|
|
|
.el-icon-close, |
|
|
|
[class*="-close"], |
|
|
|
[class*="btn"], |
|
|
|
[onclick] { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Utils |
|
|
|
------------------------------ */ |
|
|
|
|