lhl před 3 roky
rodič
revize
30aa9f602d

binární
src/assets/img/logo1.png


+ 1 - 1
src/components/navBar/NavBar.vue

@@ -91,7 +91,7 @@ export default {
     justify-content: center;
     align-items: center;
     font-family: PingFang SC;
-	font-size: 18px;
+	font-size: 24px;
 	cursor:pointer;
     img {
       width: 20px;

+ 1 - 1
src/components/topLogo/TopLogo.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="top">
-    <div class="logo"><img src="../../assets/img/logo.png" alt="" /></div>
+    <div class="logo"><img src="../../assets/img/logo1.png" alt="" /></div>
   </div>
 </template>
 

+ 4 - 2
src/views/homeChild/ItemTitle.vue

@@ -40,9 +40,11 @@ export default {
 	align-items: center;
 	border-bottom: #e5e5e5 1px solid;
 	.title {
-		width: 159px;
+		// width: 100px;
+		padding-left: 20px;
+		padding-right: 20px;
 		height: 54px;
-		font-size: 28px;
+		font-size: 22px;
 		font-family: PingFang SC;
 		font-weight: 500;
 		color: #ffffff;