app.wxss
602 Bytes
/**app.wxss**/
/*.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
.isiPhonex-content {
padding-bottom: 84px;
}
.isiPhonex {
bottom: 34px!important;
}
.isiPhonex::after {
display: block;
content: '';
position: fixed;
z-index: 999;
bottom: 0;
height: 36px;
width: 100%;
background-color: #fff;
}
.clearfix:after {
content: '';
display: block;
clear: both;
}
@import "./vendors/toast/wetoast.wxss";
@import "./vendors/zanui/index.wxss";