index.wxss 264 B

123456789101112131415161718
  1. .todo-dot-bottom {
  2. color: red !important;
  3. }
  4. .zwqd-box {
  5. text-align: center;
  6. margin: auto;
  7. margin-top: 32rpx;
  8. }
  9. .zwqd-box image {
  10. width: 140rpx;
  11. height: 140rpx;
  12. margin: auto;
  13. }
  14. .zwqd-box view {
  15. margin-top: 16rpx;
  16. color: #999;
  17. font-size: 26rpx;
  18. }