修改packages/localLife/classify/index页面点击左上角返回没反应的bug
This commit is contained in:
parent
fe34a9e81f
commit
37a93d7286
@ -5,12 +5,22 @@ page {
|
|||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_tit {
|
.header_tit {
|
||||||
width: 100%;
|
flex: 1;
|
||||||
position: absolute;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .u-icon {
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
|
padding: 20rpx;
|
||||||
|
margin-left: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.local {
|
.local {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user