diff --git a/pages/baseMana/formReacord.vue b/pages/baseMana/formReacord.vue index 211a04b..763d5a4 100644 --- a/pages/baseMana/formReacord.vue +++ b/pages/baseMana/formReacord.vue @@ -2,6 +2,36 @@ .container{ height:100%; background:#f6f6f6; + &>.d-search{ + &/deep/ .want_search{ + .title{ + color:#999; + font-size:24rpx; + font-weight: normal; + } + .content{ + display:flex; + flex-wrap: wrap; + margin:14rpx -20rpx -20rpx 0; + text{ + height:48rpx; + line-height: 48rpx; + border-radius: 30rpx; + width:calc(100%/5 - 20rpx); + text-align: center; + font-size:24rpx; + margin:0 20rpx 20rpx 0; + transition: all 0.3s; + color:#999; + background:#EEEEEE; + &.active{ + color:#fff; + background:#10C176; + } + } + } + } + } .date-range{ flex-shrink: 0; @@ -122,7 +152,12 @@