|
|
@ -2556,15 +2556,9 @@ const { |
|
|
|
.mabx { |
|
|
|
.mabx { |
|
|
|
height: 70vh; |
|
|
|
height: 70vh; |
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
// box-sizing: border-box; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
.contentbx { |
|
|
|
.contentbx { |
|
|
|
// width: calc(150 * var(--length) * 0.0521vw); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// border: 0 !important; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
// flex-direction: column; |
|
|
|
|
|
|
|
align-items: flex-end; |
|
|
|
align-items: flex-end; |
|
|
|
border: 1.5px solid var(--boxcolor); |
|
|
|
border: 1.5px solid var(--boxcolor); |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
@ -2576,20 +2570,9 @@ const { |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
} |
|
|
|
.itemwbox { |
|
|
|
.itemwbox { |
|
|
|
// height: 90px; |
|
|
|
|
|
|
|
width: 320px; |
|
|
|
width: 320px; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
margin-right: 2px; |
|
|
|
margin-right: 2px; |
|
|
|
// border-right: 1.5px solid var(--boxcolor); |
|
|
|
|
|
|
|
// &:nth-last-child(1) { |
|
|
|
|
|
|
|
// border-right: 0; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:nth-last-child(1) { |
|
|
|
|
|
|
|
.itemmibox { |
|
|
|
|
|
|
|
// border-bottom: 1.5px solid var(--boxcolor); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.titls { |
|
|
|
.titls { |
|
|
|
font-size: 16px !important; |
|
|
|
font-size: 16px !important; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
@ -2598,24 +2581,15 @@ const { |
|
|
|
height: 130px; |
|
|
|
height: 130px; |
|
|
|
width: 150px; |
|
|
|
width: 150px; |
|
|
|
font-size: 12px !important; |
|
|
|
font-size: 12px !important; |
|
|
|
// border-bottom: 1.5px solid var(--boxcolor); |
|
|
|
|
|
|
|
// border-right: 1.5px solid var(--boxcolor); |
|
|
|
|
|
|
|
border-bottom: 1.5px solid var(--boxcolor); |
|
|
|
border-bottom: 1.5px solid var(--boxcolor); |
|
|
|
&:nth-last-child(1) { |
|
|
|
|
|
|
|
border-bottom: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// margin-right: 1px; |
|
|
|
|
|
|
|
// margin-bottom: 1px; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
color: rgba(237, 25, 25); |
|
|
|
color: rgba(237, 25, 25); |
|
|
|
margin-bottom: 2px; |
|
|
|
margin-bottom: 2px; |
|
|
|
&:nth-last-child(1) { |
|
|
|
&:nth-last-child(1) { |
|
|
|
// border-right: 0; |
|
|
|
border-bottom: none; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -2701,11 +2675,6 @@ const { |
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
> div:nth-of-type(1) { |
|
|
|
|
|
|
|
// .regionsele { |
|
|
|
|
|
|
|
// margin-left: 20px; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
> .tips { |
|
|
|
> .tips { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|