/* pages/adress/list/index.wxss */ .page { height: 100Vh; width: 100vw; } .page.show { overflow: hidden; } .switch-sex::after { content: "\e716"; } .switch-sex::before { content: "\e7a9"; } .switch-music::after { content: "\e66a"; } .switch-music::before { content: "\e6db"; } .divLeft10rpx { position: absolute; left: 10rpx; width: calc(100% - 160rpx); line-height: 1.6em; } .font-size14{ font-size: 12px; }