Compare commits
2 Commits
c4c03d5dfb
...
c112a25409
Author | SHA1 | Date | |
---|---|---|---|
c112a25409 | |||
35cab17c21 |
@ -445,11 +445,13 @@ div.box {
|
|||||||
|
|
||||||
.circleControl {
|
.circleControl {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 60px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circleControl .controlItem {
|
.circleControl .controlItem {
|
||||||
|
height: 60px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
opacity: 70%;
|
opacity: 70%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -530,12 +532,6 @@ div.box {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
.circleControl {
|
|
||||||
width: 60px;
|
|
||||||
}
|
|
||||||
.circleControl .controlItem {
|
|
||||||
height: 60px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 399px) {
|
@media screen and (max-height: 399px) {
|
||||||
@ -545,6 +541,12 @@ div.box {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.circleControl {
|
||||||
|
width: 45px;
|
||||||
|
}
|
||||||
|
.circleControl .controlItem {
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-height: 400px) and (max-height: 499px) {
|
@media screen and (min-height: 400px) and (max-height: 499px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user