From abaab840139f4b5660299580765a9196bdbe509c Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 30 Jun 2023 17:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=B8=8B=E6=95=B4=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 0239f05..995c62a 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -757,25 +757,30 @@ export default { float: left; } -.cgbox .cgleft>ul{ +.cgbox .cgleft>ul { padding-left: 0.66rem; } + .cgbox .cgright { width: 30%; height: 12rem; float: left; } -.cgbox .cgright>ul{ + +.cgbox .cgright>ul { padding-left: 0.66rem; } -.cgbox .cglist{ + +.cgbox .cglist { margin-top: 3rem; } -.cgbox .cglist ul{ + +.cgbox .cglist ul { display: block; width: 100%; } -.cgbox .cglist ul li{ + +.cgbox .cglist ul li { width: 100%; list-style: none; height: 0.66rem; @@ -783,13 +788,14 @@ export default { font-size: 0.66rem; margin-top: 1rem; } -.cgbox .cglist ul li span{ + +.cgbox .cglist ul li span { display: block; float: left; margin-left: 0.46rem; } -.cgbox .cglist ul li span img{ +.cgbox .cglist ul li span img { width: 0.68rem; height: 0.68rem; }