@@ -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;
border-radius: 2px;
margin-top: 10px;
}
@@ -1,7 +1,18 @@
.user-wrap {
background-color: #f7f7f7;
-
+ height: 143px;
.bottom-info {
margin: 0 0 40px 0;
justify-content: center;
@@ -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">
@@ -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({