You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
296 lines
6.2 KiB
296 lines
6.2 KiB
/* BEM support Func |
|
-------------------------- */ |
|
/* Element Chalk Variables */ |
|
/* Transition |
|
-------------------------- */ |
|
/* Color |
|
-------------------------- */ |
|
/* 53a8ff */ |
|
/* 66b1ff */ |
|
/* 79bbff */ |
|
/* 8cc5ff */ |
|
/* a0cfff */ |
|
/* b3d8ff */ |
|
/* c6e2ff */ |
|
/* d9ecff */ |
|
/* ecf5ff */ |
|
/* Link |
|
-------------------------- */ |
|
/* Border |
|
-------------------------- */ |
|
/* Fill |
|
-------------------------- */ |
|
/* Typography |
|
-------------------------- */ |
|
/* Size |
|
-------------------------- */ |
|
/* z-index |
|
-------------------------- */ |
|
/* Disable base |
|
-------------------------- */ |
|
/* Icon |
|
-------------------------- */ |
|
/* Checkbox |
|
-------------------------- */ |
|
/* Radio |
|
-------------------------- */ |
|
/* Select |
|
-------------------------- */ |
|
/* Alert |
|
-------------------------- */ |
|
/* MessageBox |
|
-------------------------- */ |
|
/* Message |
|
-------------------------- */ |
|
/* Notification |
|
-------------------------- */ |
|
/* Input |
|
-------------------------- */ |
|
/* Cascader |
|
-------------------------- */ |
|
/* Group |
|
-------------------------- */ |
|
/* Tab |
|
-------------------------- */ |
|
/* Button |
|
-------------------------- */ |
|
/* cascader |
|
-------------------------- */ |
|
/* Switch |
|
-------------------------- */ |
|
/* Dialog |
|
-------------------------- */ |
|
/* Table |
|
-------------------------- */ |
|
/* Pagination |
|
-------------------------- */ |
|
/* Popup |
|
-------------------------- */ |
|
/* Popover |
|
-------------------------- */ |
|
/* Tooltip |
|
-------------------------- */ |
|
/* Tag |
|
-------------------------- */ |
|
/* Tree |
|
-------------------------- */ |
|
/* Dropdown |
|
-------------------------- */ |
|
/* Badge |
|
-------------------------- */ |
|
/* Card |
|
--------------------------*/ |
|
/* Slider |
|
--------------------------*/ |
|
/* Steps |
|
--------------------------*/ |
|
/* Menu |
|
--------------------------*/ |
|
/* Rate |
|
--------------------------*/ |
|
/* DatePicker |
|
--------------------------*/ |
|
/* Loading |
|
--------------------------*/ |
|
/* Scrollbar |
|
--------------------------*/ |
|
/* Carousel |
|
--------------------------*/ |
|
/* Collapse |
|
--------------------------*/ |
|
/* Transfer |
|
--------------------------*/ |
|
/* Header |
|
--------------------------*/ |
|
/* Footer |
|
--------------------------*/ |
|
/* Main |
|
--------------------------*/ |
|
/* Timeline |
|
--------------------------*/ |
|
/* Backtop |
|
--------------------------*/ |
|
/* Link |
|
--------------------------*/ |
|
/* Calendar |
|
--------------------------*/ |
|
/* Form |
|
-------------------------- */ |
|
/* Avatar |
|
--------------------------*/ |
|
/* Break-point |
|
--------------------------*/ |
|
/* Break-points |
|
-------------------------- */ |
|
/* Scrollbar |
|
-------------------------- */ |
|
/* Placeholder |
|
-------------------------- */ |
|
/* BEM |
|
-------------------------- */ |
|
/* Element Chalk Variables */ |
|
/* Transition |
|
-------------------------- */ |
|
/* Color |
|
-------------------------- */ |
|
/* 53a8ff */ |
|
/* 66b1ff */ |
|
/* 79bbff */ |
|
/* 8cc5ff */ |
|
/* a0cfff */ |
|
/* b3d8ff */ |
|
/* c6e2ff */ |
|
/* d9ecff */ |
|
/* ecf5ff */ |
|
/* Link |
|
-------------------------- */ |
|
/* Border |
|
-------------------------- */ |
|
/* Fill |
|
-------------------------- */ |
|
/* Typography |
|
-------------------------- */ |
|
/* Size |
|
-------------------------- */ |
|
/* z-index |
|
-------------------------- */ |
|
/* Disable base |
|
-------------------------- */ |
|
/* Icon |
|
-------------------------- */ |
|
/* Checkbox |
|
-------------------------- */ |
|
/* Radio |
|
-------------------------- */ |
|
/* Select |
|
-------------------------- */ |
|
/* Alert |
|
-------------------------- */ |
|
/* MessageBox |
|
-------------------------- */ |
|
/* Message |
|
-------------------------- */ |
|
/* Notification |
|
-------------------------- */ |
|
/* Input |
|
-------------------------- */ |
|
/* Cascader |
|
-------------------------- */ |
|
/* Group |
|
-------------------------- */ |
|
/* Tab |
|
-------------------------- */ |
|
/* Button |
|
-------------------------- */ |
|
/* cascader |
|
-------------------------- */ |
|
/* Switch |
|
-------------------------- */ |
|
/* Dialog |
|
-------------------------- */ |
|
/* Table |
|
-------------------------- */ |
|
/* Pagination |
|
-------------------------- */ |
|
/* Popup |
|
-------------------------- */ |
|
/* Popover |
|
-------------------------- */ |
|
/* Tooltip |
|
-------------------------- */ |
|
/* Tag |
|
-------------------------- */ |
|
/* Tree |
|
-------------------------- */ |
|
/* Dropdown |
|
-------------------------- */ |
|
/* Badge |
|
-------------------------- */ |
|
/* Card |
|
--------------------------*/ |
|
/* Slider |
|
--------------------------*/ |
|
/* Steps |
|
--------------------------*/ |
|
/* Menu |
|
--------------------------*/ |
|
/* Rate |
|
--------------------------*/ |
|
/* DatePicker |
|
--------------------------*/ |
|
/* Loading |
|
--------------------------*/ |
|
/* Scrollbar |
|
--------------------------*/ |
|
/* Carousel |
|
--------------------------*/ |
|
/* Collapse |
|
--------------------------*/ |
|
/* Transfer |
|
--------------------------*/ |
|
/* Header |
|
--------------------------*/ |
|
/* Footer |
|
--------------------------*/ |
|
/* Main |
|
--------------------------*/ |
|
/* Timeline |
|
--------------------------*/ |
|
/* Backtop |
|
--------------------------*/ |
|
/* Link |
|
--------------------------*/ |
|
/* Calendar |
|
--------------------------*/ |
|
/* Form |
|
-------------------------- */ |
|
/* Avatar |
|
--------------------------*/ |
|
/* Break-point |
|
--------------------------*/ |
|
.el-scrollbar { |
|
overflow: hidden; |
|
position: relative; } |
|
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar { |
|
opacity: 1; |
|
-webkit-transition: opacity 340ms ease-out; |
|
transition: opacity 340ms ease-out; } |
|
.el-scrollbar__wrap { |
|
overflow: scroll; |
|
height: 100%; } |
|
.el-scrollbar__wrap--hidden-default { |
|
scrollbar-width: none; } |
|
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar { |
|
width: 0; |
|
height: 0; } |
|
.el-scrollbar__thumb { |
|
position: relative; |
|
display: block; |
|
width: 0; |
|
height: 0; |
|
cursor: pointer; |
|
border-radius: inherit; |
|
background-color: rgba(144, 147, 153, 0.3); |
|
-webkit-transition: .3s background-color; |
|
transition: .3s background-color; } |
|
.el-scrollbar__thumb:hover { |
|
background-color: rgba(144, 147, 153, 0.5); } |
|
.el-scrollbar__bar { |
|
position: absolute; |
|
right: 2px; |
|
bottom: 2px; |
|
z-index: 1; |
|
border-radius: 4px; |
|
opacity: 0; |
|
-webkit-transition: opacity 120ms ease-out; |
|
transition: opacity 120ms ease-out; } |
|
.el-scrollbar__bar.is-vertical { |
|
width: 6px; |
|
top: 2px; } |
|
.el-scrollbar__bar.is-vertical > div { |
|
width: 100%; } |
|
.el-scrollbar__bar.is-horizontal { |
|
height: 6px; |
|
left: 2px; } |
|
.el-scrollbar__bar.is-horizontal > div { |
|
height: 100%; }
|
|
|