jhbigscreen/src/pages/style/index.less

58 lines
1002 B
Plaintext
Raw Normal View History

2023-08-10 01:16:23 +08:00
.el-tooltip__popper{
max-width: 50%;
2023-08-12 00:51:55 +08:00
}
.font-size-tools{
.set-font-size{
cursor: pointer;
position: relative;
&.active{
color: aqua;
.svg-icon{
*{
fill: aqua;
}
}
}
.svg-icon{
width: 40px !important;
height: 40px !important;
}
&.font-size2{
&::after{
content: "+";
font-style: normal;
right: 0px;
font-weight: bold;
position: absolute;
font-size: 16px !important;
}
margin-right:4px;
}
&.font-size0{
&::after{
content: "-";
font-style: normal;
right: 0px;
font-weight: bold;
position: absolute;
font-size: 16px !important;
}
}
}
2023-08-20 00:25:52 +08:00
}
.finish-0{
2023-08-23 00:03:22 +08:00
color: #e6a23c;
2023-08-20 00:25:52 +08:00
}
.finish-1{
color: red;
}
.finish-2{
2023-08-23 00:03:22 +08:00
color: #01A9FF;
}
.finish-3{
2023-08-20 00:25:52 +08:00
color: green;
2023-08-23 00:03:22 +08:00
}
.finish-4{
color: #a2c8f9;
2023-08-10 01:16:23 +08:00
}