diff --git a/pages/brandApartmentList/brandApartmentList.wxml b/pages/brandApartmentList/brandApartmentList.wxml index c03a3a0..8a60eae 100644 --- a/pages/brandApartmentList/brandApartmentList.wxml +++ b/pages/brandApartmentList/brandApartmentList.wxml @@ -22,6 +22,10 @@ + + 单人间 + + 学校附近 diff --git a/pages/brandApartmentList/brandApartmentList.wxss b/pages/brandApartmentList/brandApartmentList.wxss index fd91f08..4e8a32e 100644 --- a/pages/brandApartmentList/brandApartmentList.wxss +++ b/pages/brandApartmentList/brandApartmentList.wxss @@ -1,5 +1,6 @@ /* list */ @import '../common/common.wxss'; +@import './brandApartmentListLess.wxss'; .irent-list-box { min-height: 100vh; diff --git a/pages/brandApartmentList/brandApartmentListLess.less b/pages/brandApartmentList/brandApartmentListLess.less new file mode 100644 index 0000000..924115d --- /dev/null +++ b/pages/brandApartmentList/brandApartmentListLess.less @@ -0,0 +1,13 @@ + +.label { + white-space: nowrap; + + .item { + display: inline-flex; + height: 60rpx; + line-height: 60rpx; + padding: 0 24rpx; + background-color: rgba(242, 242, 242, 1); + border-radius: 15rpx; + } +} \ No newline at end of file diff --git a/pages/brandApartmentList/brandApartmentListLess.wxss b/pages/brandApartmentList/brandApartmentListLess.wxss new file mode 100644 index 0000000..4b986c6 --- /dev/null +++ b/pages/brandApartmentList/brandApartmentListLess.wxss @@ -0,0 +1,11 @@ +.label { + white-space: nowrap; +} +.label .item { + display: inline-flex; + height: 60rpx; + line-height: 60rpx; + padding: 0 24rpx; + background-color: #f2f2f2; + border-radius: 15rpx; +} diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 6242e44..bb72922 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -12,6 +12,9 @@ + + + @@ -26,11 +29,6 @@ - - - - -