| @@ -888,6 +888,7 @@ export default { | |||||
| font-size: 18px; | font-size: 18px; | ||||
| } | } | ||||
| .title_item1_y { | .title_item1_y { | ||||
| width: 250px; | |||||
| // margin-bottom: 14px; | // margin-bottom: 14px; | ||||
| font-size: 18px; | font-size: 18px; | ||||
| } | } | ||||
| @@ -933,7 +934,7 @@ export default { | |||||
| .title_ctn { | .title_ctn { | ||||
| width: 92%; | width: 92%; | ||||
| margin: 0 auto 6px auto; | margin: 0 auto 6px auto; | ||||
| font-size: 6px; | |||||
| font-size: 14px; | |||||
| color: #7e7e7e; | color: #7e7e7e; | ||||
| font-family: Microsoft YaHei; | font-family: Microsoft YaHei; | ||||
| } | } | ||||
| @@ -1053,7 +1054,7 @@ export default { | |||||
| margin: 0 auto 8px auto; | margin: 0 auto 8px auto; | ||||
| font-weight: 400; | font-weight: 400; | ||||
| color: #7e7e7e; | color: #7e7e7e; | ||||
| font-size: 6px; | |||||
| font-size: 14px; | |||||
| font-family: Microsoft YaHei; | font-family: Microsoft YaHei; | ||||
| } | } | ||||
| .read_btn { | .read_btn { | ||||
| @@ -1072,7 +1073,7 @@ export default { | |||||
| } | } | ||||
| .module_6 { | .module_6 { | ||||
| background-color: #fff; | background-color: #fff; | ||||
| margin-bottom: 40px; | |||||
| margin-bottom: 20px; | |||||
| overflow: hidden; | overflow: hidden; | ||||
| .title { | .title { | ||||
| height: 20px; | height: 20px; | ||||
| @@ -1115,13 +1116,13 @@ export default { | |||||
| } | } | ||||
| .module_7 { | .module_7 { | ||||
| overflow: hidden; | overflow: hidden; | ||||
| height: 400px; | |||||
| height: 420px; | |||||
| background-color: #f0f4f7; | background-color: #f0f4f7; | ||||
| position: relative; | position: relative; | ||||
| background-image: url('../../assets/img/module_7_bg.png'); | background-image: url('../../assets/img/module_7_bg.png'); | ||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| background-size: 280px 370px; | background-size: 280px 370px; | ||||
| background-position: 0% 30px; | |||||
| background-position: 0% 50px; | |||||
| .title { | .title { | ||||
| width: 98%; | width: 98%; | ||||
| margin: 0 auto; | margin: 0 auto; | ||||
| @@ -1132,7 +1133,7 @@ export default { | |||||
| } | } | ||||
| .fillBox { | .fillBox { | ||||
| position: absolute; | position: absolute; | ||||
| top: 36px; | |||||
| top: 56px; | |||||
| left: 48%; | left: 48%; | ||||
| .hintBox { | .hintBox { | ||||
| @@ -1372,7 +1373,7 @@ export default { | |||||
| color: #ffffff; | color: #ffffff; | ||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| font-size: 12px; | |||||
| font-size: 14px; | |||||
| .ctn { | .ctn { | ||||
| width: 100%; | width: 100%; | ||||
| @@ -1503,7 +1504,7 @@ export default { | |||||
| justify-content: center; | justify-content: center; | ||||
| flex-wrap: wrap; | flex-wrap: wrap; | ||||
| width: 200px; | width: 200px; | ||||
| margin: 0 auto; | |||||
| margin: 0 auto 20px; | |||||
| .cooperationItem0 { | .cooperationItem0 { | ||||
| display: flex; | display: flex; | ||||