23 lines
358 B
Plaintext
23 lines
358 B
Plaintext
/* components/navigator/index.wxss */
|
|
.navigator {
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
position: relative;
|
|
}
|
|
|
|
.navigatorTitle {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 46px;
|
|
width: 100%;
|
|
}
|
|
|
|
.back {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-left: 30rpx;
|
|
margin-top: 10rpx;
|
|
z-index: 100;
|
|
} |