index.css 733 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @charset "UTF-8";
  2. .box {
  3. border: 10px dotted #00f;
  4. }
  5. .vase1 {
  6. cursor: pointer;
  7. }
  8. .box h3:hover {
  9. color: #fff;
  10. }
  11. .box {
  12. width: 800px;
  13. height: 800px;
  14. background: #f00;
  15. color: #ff0;
  16. font-size: 25px;
  17. font-weight: 200;
  18. }
  19. .box a {
  20. color: #ff0;
  21. width: 300px;
  22. height: 300px;
  23. border: 1px solid #00f;
  24. display: flex;
  25. justify-content: center;
  26. align-items: center;
  27. color: #0f0;
  28. font-size: 24px;
  29. border-radius: 20px;
  30. font-size: 40px;
  31. background: plum;
  32. box-shadow: 20px 15px 25px #0f0;
  33. }
  34. .box a:hover {
  35. color: #00f;
  36. }
  37. .box h3 {
  38. width: 210px;
  39. height: 200px;
  40. border: 1px solid #fff;
  41. color: yellow;
  42. color: blue;
  43. color: white;
  44. }
  45. .main {
  46. color: #ff0;
  47. }
  48. /*
  49. 我哈哈哈哈哈哈
  50. */