index.css 381 B

1234567891011121314151617181920212223242526272829
  1. .container {
  2. width: 100%;
  3. height: 200rpx;
  4. }
  5. .handle {
  6. display: flex;
  7. justify-content: space-between;
  8. }
  9. .card {
  10. font-size: 14px;
  11. margin: 20px;
  12. padding: 20px;
  13. box-sizing: border-box;
  14. border: 1px solid #abdcff;
  15. background-color: #f0faff;
  16. border-radius: 12px;
  17. }
  18. .time {}
  19. .button {
  20. color: blue;
  21. border-radius: 8px;
  22. line-height: 30px;
  23. font-size: 16px;
  24. width: 70px;
  25. }