hookehuyr

fix

...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
146 146
147 .about-img { 147 .about-img {
148 width: 100%; 148 width: 100%;
149 - height: 20rem; 149 + height: 25rem;
150 background-repeat: no-repeat; 150 background-repeat: no-repeat;
151 background-size: cover; 151 background-size: cover;
152 background-position: center; 152 background-position: center;
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
158 background-color: #F7F7F7; 158 background-color: #F7F7F7;
159 position: relative; /* 父容器设置为相对定位 */ 159 position: relative; /* 父容器设置为相对定位 */
160 padding: 2rem; 160 padding: 2rem;
161 - height: 20rem; /* 让 .about-box 撑满父容器 */ 161 + height: 25rem; /* 让 .about-box 撑满父容器 */
162 box-sizing: border-box; 162 box-sizing: border-box;
163 .title { 163 .title {
164 font-weight: bold; 164 font-weight: bold;
......