邓洁 commit : 修改本科教育和研究生教育的图标大小适配
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user