邓洁 commit : 修改本科教育和研究生教育的图标大小适配

This commit is contained in:
clay
2022-10-05 17:58:37 +08:00
parent 406971a03f
commit 4135d8062c
6 changed files with 43 additions and 5 deletions

View File

@@ -378,5 +378,14 @@ export default {
}
}
@media screen and (max-width: 1200px) {
.banner {
margin: 0 !important;
}
.header{
width: 90rem;
}
}
</style>

View File

@@ -90,7 +90,7 @@
</div>
<el-row>
<el-col :span="11">
<div class="academy_content" @mouseleave="mouseLeave(1)">
<div class="academy_content" >
<div class="academy_content_icontime">
<div class="img"></div>
<span>2022-10-08</span>
@@ -175,6 +175,16 @@ export default {
</script>
<style scoped lang="scss">
@media screen and (max-width: 960px) {
.more {
justify-content: center!important;
}
}
@media screen and (max-width: 768px) {
.more {
justify-content: center!important;
}
}
/deep/ .el-col-2 {
width: 8%;
}

View File

@@ -81,7 +81,6 @@ export default {
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 54.2rem;
.headline {
width: 100%;
@@ -190,6 +189,7 @@ export default {
justify-content: center;
height: 2.3rem;
margin-top: 2.6rem;
padding-bottom: 2.6rem;
cursor: pointer;
.more_text {

View File

@@ -86,7 +86,7 @@ export default {
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 55.6rem;
//height: 55.6rem;
.headline {
width: 100%;
@@ -120,7 +120,8 @@ export default {
display: flex;
justify-content: center;
height: 2.3rem;
margin-top: 5.1rem;
margin-top: 2rem;
padding-bottom: 2rem;
cursor: pointer;
.more_text {

View File

@@ -257,7 +257,7 @@ export default {
@media screen and (min-width: 1100px) and (max-width: 1400px) {
.banner-card {
height: 34rem;
height: 32rem;
li {
width: 28rem !important;

View File

@@ -119,6 +119,20 @@ export default {
</script>
<style scoped lang="scss">
@media screen and (max-width: 960px) {
.undergraduate {
border-radius: 36px 36px 0 0 !important;
}
.graduate {
border-radius: 36px 36px 0 0 !important;
}
.more {
justify-content: center!important;
}
.vline {
border-right: none!important;
}
}
@media screen and (max-width: 768px) {
.undergraduate {
border-radius: 36px 36px 0 0 !important;
@@ -129,6 +143,10 @@ export default {
.more {
justify-content: center!important;
}
.vline {
border-right: none!important;
}
}
.undergraduate_and_graduate {