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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }
  17. .mod {
  18. margin: 20rpx;
  19. padding: 20rpx;
  20. background-color: #fff;
  21. border-radius: 4rpx;
  22. }
  23. .mod-hd {
  24. font-size: 30rpx;
  25. color: #666666;
  26. line-height: 1;
  27. }
  28. .mod-hd .dot {
  29. font-size: 16rpx;
  30. margin-right: 8rpx;
  31. vertical-align: 4rpx;
  32. }
  33. .mod-bd {
  34. font-size: 24rpx;
  35. color: #999999;
  36. margin-top: 8rpx;
  37. }