|
|
@@ -513,8 +513,8 @@ export default class SectorToolbar extends Vue {
|
|
|
font-family: Source Han Sans CN;
|
|
|
.foldBtn {
|
|
|
position: absolute;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
+ width: 0.260417rem /* 50/192 */;
|
|
|
+ height: 0.260417rem /* 50/192 */;
|
|
|
border-radius: 100% 0 0 0;
|
|
|
background-color: rgba(126, 201, 255, 0.18);
|
|
|
bottom: 0;
|
|
|
@@ -524,8 +524,8 @@ export default class SectorToolbar extends Vue {
|
|
|
width: 0.125rem /* 24/192 */;
|
|
|
object-fit: contain; //保持原有尺寸比例。内容被缩放。
|
|
|
position: absolute;
|
|
|
- bottom: 8px;
|
|
|
- right: 8px;
|
|
|
+ bottom: 0.041667rem /* 8/192 */;
|
|
|
+ right: 0.041667rem /* 8/192 */;
|
|
|
}
|
|
|
}
|
|
|
.innerFan {
|
|
|
@@ -544,8 +544,8 @@ export default class SectorToolbar extends Vue {
|
|
|
padding-left: 0.260417rem /* 50/192 */;
|
|
|
border-top: 0.3125rem /* 60/192 */ solid;
|
|
|
border-left: 0.3125rem /* 60/192 */ solid;
|
|
|
- border-top-color: rgba(21, 35, 50,0.7);
|
|
|
- border-left-color: rgba(21, 35, 50,0.7);
|
|
|
+ border-top-color: rgba(21, 35, 50, 0.7);
|
|
|
+ border-left-color: rgba(21, 35, 50, 0.7);
|
|
|
display: inline-block;
|
|
|
pointer-events: none;
|
|
|
border-radius: 2.083333rem /* 400/192 */ 0 0 0;
|
|
|
@@ -629,7 +629,7 @@ export default class SectorToolbar extends Vue {
|
|
|
}
|
|
|
.outerFan-content {
|
|
|
position: absolute;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 0.104167rem /* 20/192 */;
|
|
|
color: green;
|
|
|
left: 0.28125rem /* 54/192 */;
|
|
|
top: -0.104167rem /* 20/192 */;
|