index.css 676 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .docx {
  2. margin-bottom: 20px;
  3. border-radius: 10px;
  4. border: 2px solid #0074D9;
  5. background-color: white;
  6. min-width: 30em;
  7. height: 4em;
  8. line-height: 4em;
  9. }
  10. .docx a{
  11. padding: 15px;
  12. }
  13. .docx a, .msg .msg-title {
  14. color: black;
  15. text-decoration: none;
  16. }
  17. .docx a:hover {
  18. color: darkblue;
  19. text-decoration: none;
  20. }
  21. .msg {
  22. margin-bottom: 20px;
  23. border-radius: 10px;
  24. border: 2px solid #FFDC00;
  25. padding: 15px;
  26. background-color: white;
  27. }
  28. .introduce {
  29. margin-bottom: 20px;
  30. border-radius: 10px;
  31. border: 2px solid #3D9970;
  32. padding: 15px;
  33. background-color: white;
  34. }
  35. .introduce p{
  36. text-indent: 2em;
  37. }