提交 ad8b4b68 authored 作者: lhh's avatar lhh

update

上级 84cec672
...@@ -49,7 +49,12 @@ ...@@ -49,7 +49,12 @@
<script> <script>
export default { export default {
layout: 'normal' layout: 'normal',
computed: {
isMobile() {
return this.$store.state.isMobile
}
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
...@@ -102,72 +107,58 @@ export default { ...@@ -102,72 +107,58 @@ export default {
margin-top: 38px; margin-top: 38px;
} }
} }
// padding: 70px 64px 80px 48px;
// display: flex;
// justify-content: center;
// align-items: center;
// flex-direction: column;
// .img_english {
// display: flex;
// justify-content: center;
// align-items: center;
// flex-direction: column;
// .item_english_name {
// font-weight: 400;
// color: #424242;
// font-size: 20px;
// margin-top: 20px;
// }
// .img1 {
// width: 678px;
// height: 495px;
// }
// .img2 {
// width: 350px;
// height: 513px;
// margin-left: 32px;
// }
// }
// .academic_desc {
// color: #666666;
// font-size: 16px;
// margin-top: 20px;
// }
} }
} }
.is-h5 { .is-h5 {
.main_content { .main_content {
display: flex; margin: 20px auto;
justify-content: center; // width: 900px;
align-items: center; width: 90%;
flex-direction: column; .content-top {
padding: 0.3rem; background-color: #aa1941;
.img_english { padding: 10px 20px 8px;
margin-top: 0.4rem; box-sizing: border-box;
display: flex; p {
justify-content: center; font-size: 12px;
align-items: center; color: #ffffff;
flex-direction: column; line-height: 28px;
.item_english_name { &.mb-30 {
font-weight: 400; margin-bottom: 10px;
color: #424242; }
font-size: 0.12rem;
margin-top: 0.1rem;
} }
.img1 { .logo-all {
width: 2.53rem; display: block;
height: 1.8rem; width: 90%;
margin: 22px auto;
} }
.img2 { .degree-logo {
width: 2.26rem; display: flex;
height: 3.3rem; justify-content: space-around;
align-items: center;
margin: 10px 0;
img {
height: fit-content;
width: 20%;
}
} }
} }
.academic_desc { .content-bottom {
color: #666666; border: 1px solid #aa1941;
font-size: 0.08rem; padding: 20px 20px 8px;
margin-top: 20px; margin-top: 40px;
.title {
font-size: 20px;
font-weight: bold;
color: #231815;
line-height: 100%;
text-align: center;
}
p {
font-size: 12px;
color: #666666;
line-height: 28px;
margin-top: 10px;
}
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论