初始化
This commit is contained in:
@@ -131,24 +131,3 @@
|
||||
background: var(--bim-primary-color);
|
||||
}
|
||||
|
||||
/* 数值显示气泡 */
|
||||
.section-box-slider-handle::after {
|
||||
content: attr(data-value);
|
||||
position: absolute;
|
||||
top: -22px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
color: #fff;
|
||||
padding: 2px 5px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.section-box-slider-handle:hover::after,
|
||||
.section-box-slider-handle.dragging::after {
|
||||
opacity: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user