congzc 1 year ago
parent
commit
e4e0271a40
1 changed files with 9 additions and 8 deletions
  1. +9
    -8
      src/components/home/home.vue

+ 9
- 8
src/components/home/home.vue View File

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


Loading…
Cancel
Save