|
|
@@ -210,7 +210,7 @@ export default {
|
|
|
.screen-container {
|
|
|
height: calc(100% - 40px);
|
|
|
background: rgba(0, 0, 0, 0.32);
|
|
|
- padding: 16px 14px;
|
|
|
+ padding: 16px 9px;
|
|
|
box-sizing: border-box;
|
|
|
width: 100%;
|
|
|
backdrop-filter: blur(8.8px);
|
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
margin-bottom: 14px;
|
|
|
p {
|
|
|
flex: 1;
|
|
|
- padding: 0 4px;
|
|
|
+ padding: 0 2px;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
border-radius: 1.81px;
|
|
|
@@ -267,9 +267,9 @@ export default {
|
|
|
color: rgba(255, 255, 255);
|
|
|
}
|
|
|
.num {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
color: #d0deee;
|
|
|
- font-weight: bold;
|
|
|
+ // font-weight: bold;
|
|
|
// line-height: 23px;
|
|
|
}
|
|
|
}
|