You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
505 B
35 lines
505 B
.header{ |
|
&.top{ |
|
background:{ |
|
color:transparent; |
|
} |
|
} |
|
background:{ |
|
color:#ffffff; |
|
} |
|
position: sticky; |
|
width:100%; |
|
top:0; |
|
z-index:9999; |
|
box-sizing:border-box; |
|
padding:{ |
|
top:44rpx; |
|
left:30rpx; |
|
right:40rpx; |
|
}; |
|
.header-container{ |
|
display:flex; |
|
align-items: center; |
|
padding:{ |
|
//top:10rpx; |
|
//bottom:10rpx; |
|
} |
|
} |
|
.header-back-button{ |
|
padding:10rpx; |
|
// position: absolute; |
|
background-color: rgb(182, 240, 228); |
|
border-radius: 20rpx; |
|
border:3rpx solid #131313; |
|
} |
|
} |