You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
434 B
Plaintext
30 lines
434 B
Plaintext
/* pages/wodeBill/index.wxss */
|
|
|
|
.menuBorder {
|
|
position: absolute;
|
|
width: 72px;
|
|
margin-left: -36px;
|
|
}
|
|
/* .stayThere{
|
|
position: fixed;
|
|
top: -1px;
|
|
left: 0;
|
|
}
|
|
.noStay{
|
|
position: unset;
|
|
} */
|
|
.monthTitle{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
|
|
|
|
font-size: 14px;
|
|
padding: 0 16px;
|
|
background-color: #f5f5f5;
|
|
position: sticky;
|
|
position: -webkit-sticky;
|
|
top: 0px;
|
|
|
|
} |