家政小程序
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 272B

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