mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 样式优化
This commit is contained in:
parent
568184ffd9
commit
d46edf9df3
@ -1,4 +1,5 @@
|
||||
$themeColor: #d14424;
|
||||
$themeHoverColor: #de6949;
|
||||
$textColor: #41464b;
|
||||
$borderColor: #eee;
|
||||
$lightGray: #f9f9f9;
|
||||
|
@ -331,4 +331,18 @@ const drawLine = (line: LinePoolItem) => {
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.text {
|
||||
display: none;
|
||||
}
|
||||
.handler-item {
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1000px) {
|
||||
.left-handler, .right-handler {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -408,7 +408,7 @@ const updateViewportRatio = (value: number) => {
|
||||
border-radius: $borderRadius;
|
||||
|
||||
&:hover {
|
||||
background-color: #c42f19;
|
||||
background-color: $themeHoverColor;
|
||||
}
|
||||
|
||||
& + .btn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user