...
|
...
|
@@ -364,6 +364,10 @@ export default { |
|
|
font-size: 36px !important;
|
|
|
}
|
|
|
|
|
|
.icon-ke_xuanzhongx {
|
|
|
font-size: 36px !important;
|
|
|
}
|
|
|
|
|
|
.click-wrap {
|
|
|
width: 150%;
|
|
|
height: calc(100% + 30px);
|
...
|
...
|
@@ -375,12 +379,16 @@ export default { |
|
|
|
|
|
.icon-btn-text {
|
|
|
position: relative;
|
|
|
max-width: 50px;
|
|
|
white-space: nowrap;
|
|
|
|
|
|
.view-text {
|
|
|
position: absolute;
|
|
|
font-weight: bold;
|
|
|
top: -5px;
|
|
|
left: -5px;
|
|
|
max-width: 56px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.view-text.change {
|
...
|
...
|
@@ -390,6 +398,8 @@ export default { |
|
|
|
|
|
.placeholder-text {
|
|
|
opacity: 0;
|
|
|
max-width: 56px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|