addressList.less
482 Bytes
@charset "UTF-8";
.address-list-page {
.nav {
position: fixed;
top: 0;
z-index: 100;
width: 100%;
.nav-bar {
position: unset;
background-color: #FFFFFF;
border-bottom: 1px solid #E6E6E6;
padding:20px 0;
}
}
.pl {
background-color: transparent;
width: 100%;
&.is-cnlive {
height: 44px;
}
&.not-is-cnlive {
height: 0;
&.is-open-app {
height: 124px;
}
}
&.not-is-cnlive {
&.not-is-wechat {
height: 44px;
}
}
}
}