|
@@ -122,7 +122,7 @@ body{
|
|
|
.video{
|
|
|
max-width: 100%;
|
|
|
width: 0.289rem;
|
|
|
- margian: 0 auto;
|
|
|
+ margin: 0 auto;
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
@@ -168,7 +168,7 @@ body{
|
|
|
.app{
|
|
|
margin-top: 0.18rem;
|
|
|
display: flex;
|
|
|
- justify-content: ;pace-between;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.app-info {
|
|
@@ -249,6 +249,12 @@ body{
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
+.fraction .item .decs{
|
|
|
+ min-width: 40rem;
|
|
|
+ text-align: right;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
.fraction .item .view{
|
|
|
flex: 1;
|
|
|
height: 0.16rem;
|