wangzq преди 2 години
родител
ревизия
517c921c6d
променени са 4 файла, в които са добавени 26 реда и са изтрити 3 реда
  1. 12 1
      src/assets/less/category.less
  2. 12 1
      src/assets/less/my.less
  3. 1 0
      src/views/Category/index.ux
  4. 1 1
      src/views/Index/index.ux

+ 12 - 1
src/assets/less/category.less

@@ -1,6 +1,17 @@
 .category-wrap {
   background-color: #fff;
   flex-direction: column;
+  .page_title {
+    background-color:  #BD8757;
+    text {
+      padding: 0 30px;
+      font-size: 36px;
+      font-weight: bold;
+      color: #fff;
+      padding-bottom: 50px;
+    }
+   
+  }
   .filter-item {
     .filter-item__list {
       .filter-item_warp {
@@ -25,7 +36,7 @@
         .choose-bar {
           width: 38px;
           height: 4px;
-          background-color: #fff;
+          background-color: #BD8757;
           border-radius: 2px;
           margin-top: 10px;
         }

+ 12 - 1
src/assets/less/my.less

@@ -1,7 +1,18 @@
 .user-wrap {
   flex-direction: column;
   background-color: #f7f7f7;
-
+  .page_title {
+    height: 143px;
+    background-color:  #BD8757;
+    text {
+      padding: 0 30px;
+      font-size: 36px;
+      font-weight: bold;
+      color: #fff;
+      padding-bottom: 50px;
+    }
+   
+  }
   .bottom-info {
     margin: 0 0 40px 0;
     justify-content: center;

+ 1 - 0
src/views/Category/index.ux

@@ -3,6 +3,7 @@
 
 <template>
   <div class="category-wrap">
+    <div class="page_title"><text>分类</text></div>
     <div class="tab_bar">
       <div class="filter-item">
         <div class="filter-item__list">

+ 1 - 1
src/views/Index/index.ux

@@ -185,7 +185,7 @@ export default {
     this.back_alert = sign_out_app_show
     this.getCoustom()
     this.getUser()
-    this.current = 3;
+    this.current = 2;
   },
   goActicity() {
     router.push({