diff --git a/packages/localLife/classify/index.css b/packages/localLife/classify/index.css index 154e925b..52bb7839 100644 --- a/packages/localLife/classify/index.css +++ b/packages/localLife/classify/index.css @@ -2,8 +2,15 @@ page { background-color: #fff; } -.container { - /* padding-top: 100rpx; */ +.header { + display: flex; + align-items: center; +} + +.header_tit { + width: 100%; + position: absolute; + text-align: center; } .local { @@ -336,4 +343,22 @@ page { font-size: 24rpx; color: #999999; margin-top: 14rpx; +} + +.empty { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-weight: normal; + font-size: 28rpx; + color: #999999; + margin-top: 110rpx; + width: 100%; +} + +.empty image { + width: 366rpx; + height: 226rpx; + margin-bottom: 27rpx; } \ No newline at end of file diff --git a/packages/localLife/classify/index.vue b/packages/localLife/classify/index.vue index a778ab54..a9e5576f 100644 --- a/packages/localLife/classify/index.vue +++ b/packages/localLife/classify/index.vue @@ -1,5 +1,9 @@