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%;