/**app.wxss**/ page{ background: #F3F3F3; } scroll-view { box-sizing: border-box; } view,text { box-sizing: border-box; } button::after,button::before{ border: none; height: 0; } button{ padding: 0; background: transparent; display: inline-block; font-weight: initial; } btn-hover{ background: transparent; } .goTop { position: fixed; bottom: 180rpx; right: 40rpx; width: 60rpx; height: 60rpx; z-index: 22; } .onHaveData{ font-size: 28rpx; text-align: center; line-height: 40rpx; color: #999; padding: 40rpx; }