家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.wxss 241B

123456789101112131415161718
  1. page {
  2. font-family: PingFangSC-Regular;
  3. }
  4. button:after {
  5. display: none;
  6. }
  7. .empty-content {
  8. text-align: center;
  9. }
  10. .empty-content-text {
  11. display: inline-block;
  12. font-size: 28rpx;
  13. color: #888;
  14. margin-top: 150rpx;
  15. }