|
|
@@ -1550,19 +1550,19 @@ export default { |
|
|
|
<style lang="scss" scoped> |
|
|
|
.pages { |
|
|
|
position: relative; |
|
|
|
width: 100vw; |
|
|
|
width: 99.9vw; |
|
|
|
height: 100vh; |
|
|
|
min-width: 1200px; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
background: url("/img/bidata/ic_bg@2x.png") no-repeat; |
|
|
|
background-size: 1920px 1080px; |
|
|
|
overflow-y: auto; |
|
|
|
overflow: scroll; |
|
|
|
|
|
|
|
// 头部 |
|
|
|
.header { |
|
|
|
position: relative; |
|
|
|
width: 100%; |
|
|
|
width: 1920px; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
@@ -1686,7 +1686,8 @@ export default { |
|
|
|
// 内容部分 |
|
|
|
.bodys { |
|
|
|
padding: 0 0 30px 0; |
|
|
|
width: 100%; |
|
|
|
flex-shrink: 0; |
|
|
|
width: 1920px; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 460px 936px 460px; |
|
|
|
grid-column-gap: 16px; |
|
|
@@ -1931,7 +1932,8 @@ export default { |
|
|
|
|
|
|
|
.caseRanking { |
|
|
|
padding: 0 0 30px 0; |
|
|
|
width: 100%; |
|
|
|
flex-shrink: 0; |
|
|
|
width: 1920px; |
|
|
|
|
|
|
|
.head-boxs { |
|
|
|
padding: 0 16px; |
|
|
|