diff --git a/css/style.css b/css/style.css index 60fc5c8..d4612fb 100644 --- a/css/style.css +++ b/css/style.css @@ -1145,6 +1145,19 @@ overflow: hidden; .apply_box .sub{ height: 50px;} .apply_box .sub button{ height: 100%; width: 20%;} +.apply_box .button{ + background-color: #124AA0; + border-radius: 0px; + border: none; + transition: background 0.3s; + height: 100%; + width: 20%; + color: #fff; +} +.apply_box .button:hover{ + background-color: #404040; +} + /*首页背景图片*/ .index_bg{width: 100%; overflow: hidden;} @@ -1512,7 +1525,7 @@ footer .wrap .right select{ /* 子页顶部 */ .section1 .topcontainer,.section0 .bgimage,.topcontent{ margin-top: 70px!important;} .section1 img,.section0 img,.topcontent img{height: 48vh;} - .section .title img{height: 100%;} + .section .title img{height: auto;} .selectItem>div,.navitem>div:nth-child(2){ display: none;} .navcontent{ width: 100%;} diff --git a/form/form.html b/form/form.html index 07ea613..95772f4 100644 --- a/form/form.html +++ b/form/form.html @@ -53,7 +53,7 @@