diff --git a/src/views/Home/ZXCode.vue b/src/views/Home/ZXCode.vue index 72c1095..20e6cec 100644 --- a/src/views/Home/ZXCode.vue +++ b/src/views/Home/ZXCode.vue @@ -1,6 +1,7 @@ // 浙学码页面 @@ -60,10 +61,15 @@ export default { width: 100%; height: 100%; box-sizing: border-box; - padding: 100px 50px; + padding: 70px 50px; } .zx_iframe { width: 100%; height: 100%; } +.title{ + font-size: 40px; + text-align: center; + margin-bottom: 50px; +} diff --git a/src/views/Home/component/HomeChildList.vue b/src/views/Home/component/HomeChildList.vue index 034fc1e..d9ccea8 100644 --- a/src/views/Home/component/HomeChildList.vue +++ b/src/views/Home/component/HomeChildList.vue @@ -1,27 +1,33 @@