/* 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; }