/* 隐藏滚动条 */ ::-webkit-scrollbar { width: 0; height: 0; color: transparent; display: none; } /* 无数据 */ .noData { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .noData_img { width: 513upx; height: 251upx; display: block; margin: 0 auto 36upx; } .noData_title { color: #FFFFFF; text-align: center; font-size: 36upx; } .noData_text { margin-top: 35upx; font-size: 30upx; font-weight: 400; color: #999999; } .noData_but { width: 90%; height: 70upx; line-height: 70upx; text-align: center; color: #F29F3D; margin:140upx auto 0; border: 1upx solid #F29F3D; border-radius: 35upx; } /* 啊嘞,附近没有T恤定制站哦 */