app.wxss
291 字节
/**app.wxss**/
page{
background: #fff;
}
image{
width:100%;
height:100%;
}
.rowimg{
width:23rpx;
height:23rpx;
font-size: 0
}
.register {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}