Commit 363385f8 authored by 李纪文's avatar 李纪文

fix: 样式修改

parent 086c59e2
Pipeline #74655 passed with stages
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
.page { .page {
position: relative; position: relative;
height: 100%; height: 100%;
display: flex;
flex-direction: column;
.pageTitle { .pageTitle {
margin-bottom: 18px; margin-bottom: 18px;
...@@ -45,6 +47,7 @@ ...@@ -45,6 +47,7 @@
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
font-family: "zihun"; font-family: "zihun";
flex: none;
} }
.page-time { .page-time {
...@@ -101,6 +104,8 @@ ...@@ -101,6 +104,8 @@
min-height: 396px; min-height: 396px;
width: 100%; width: 100%;
position: relative; position: relative;
flex: 1;
overflow-y: auto;
} }
.cus-arrow { .cus-arrow {
...@@ -137,16 +142,20 @@ ...@@ -137,16 +142,20 @@
margin: 0 auto; margin: 0 auto;
width: 42em; width: 42em;
&[num="2"], &:not(&[num="1"]) {
&[num="4"] {
width: (42em * 2 + 1em); width: (42em * 2 + 1em);
} }
&[num="3"], // &[num="2"],
&[num="5"], // &[num="4"] {
&[num="6"] { // width: (42em * 2 + 1em);
width: (42em * 3 + 2em); // }
}
// &[num="3"],
// &[num="5"],
// &[num="6"] {
// width: (42em * 3 + 2em);
// }
&[num="1"], &[num="1"],
&[num="2"], &[num="2"],
...@@ -392,16 +401,19 @@ ...@@ -392,16 +401,19 @@
gap: 1.5em; gap: 1.5em;
width: 44em; width: 44em;
&[num="2"], &:not(&[num="1"]) {
&[num="4"] {
width: (44em * 2 + 2em); width: (44em * 2 + 2em);
} }
// &[num="2"],
// &[num="4"] {
// width: (44em * 2 + 2em);
// }
&[num="3"], // &[num="3"],
&[num="5"], // &[num="5"],
&[num="6"] { // &[num="6"] {
width: (44em * 3 + 3em); // width: (44em * 3 + 3em);
} // }
&[num="1"], &[num="1"],
&[num="2"], &[num="2"],
...@@ -480,16 +492,20 @@ ...@@ -480,16 +492,20 @@
gap: 1.5em; gap: 1.5em;
width: 54em; width: 54em;
&[num="2"], &:not(&[num="1"]) {
&[num="4"] {
width: (54em * 2 + 2em); width: (54em * 2 + 2em);
} }
&[num="3"], // &[num="2"],
&[num="5"], // &[num="4"] {
&[num="6"] { // width: (54em * 2 + 2em);
width: (54em * 3 + 8em); // }
}
// &[num="3"],
// &[num="5"],
// &[num="6"] {
// width: (54em * 3 + 8em);
// }
&[num="1"], &[num="1"],
&[num="2"], &[num="2"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment