From 6ec23dbccb2fe86dbacb05e1073d961cb21bfcb1 Mon Sep 17 00:00:00 2001 From: luoshiwen <1140456899@qq.com> Date: Fri, 10 Feb 2023 17:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/index.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/view/index.vue b/src/view/index.vue index 7a115e0..3f8a150 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -4,30 +4,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -67,7 +79,15 @@ methods:{ background-image: url(../assets/images/border.png); background-size: 100% 100%; margin-bottom: 5px; - padding: 15px; + padding: 10px; +} +/* 标题的样式 */ +.left-content>div>.title,.right-content>div>.title{ + width: 100%; + background-image: url(../assets/images/border-title.png); + height: 30px; + background-size: 100% 100%; + box-sizing: border-box; } .left-content .business-hall{ height: 38.2%;