diff --git a/packages/localLife/classify/index.css b/packages/localLife/classify/index.css index 52bb7839..3df9b280 100644 --- a/packages/localLife/classify/index.css +++ b/packages/localLife/classify/index.css @@ -5,12 +5,22 @@ page { .header { display: flex; align-items: center; + position: relative; + z-index: 1; } .header_tit { - width: 100%; - position: absolute; + flex: 1; text-align: center; + position: relative; + z-index: 0; +} + +.header .u-icon { + position: relative; + z-index: 2; + padding: 20rpx; + margin-left: 10rpx; } .local {