2020-08-13 15:18:26 +08:00
|
|
|
.demo-tooltip {
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-tooltip + .#{$namespace}-tooltip {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
.box {
|
|
|
|
width: 400px;
|
|
|
|
|
|
|
|
.top {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
float: left;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
float: right;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
clear: both;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
margin: 4px;
|
|
|
|
}
|
|
|
|
|
2021-02-04 16:29:23 +08:00
|
|
|
.left .#{$namespace}-tooltip__popper,
|
|
|
|
.right .#{$namespace}-tooltip__popper {
|
2020-08-13 15:18:26 +08:00
|
|
|
padding: 8px 10px;
|
|
|
|
}
|
2021-02-04 16:29:23 +08:00
|
|
|
.#{$namespace}-tooltip {
|
2020-08-13 15:18:26 +08:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|