news-detail.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .wrap {
  2. padding-top: 5.25rem;
  3. background-color: #f4f4f4;
  4. }
  5. .wrap .title {
  6. width: 90rem;
  7. padding: 0 10rem;
  8. margin: 3.125rem auto 0;
  9. font-size: 2.25rem;
  10. font-weight: 500;
  11. color: #222222;
  12. text-align: center;
  13. }
  14. .wrap .time {
  15. font-size: 1rem;
  16. font-weight: 400;
  17. color: #222222;
  18. text-align: center;
  19. margin: 3.125rem auto 1.875rem;
  20. }
  21. .wrap .card {
  22. width: 90rem;
  23. padding: 3rem 10rem 1rem;
  24. background: #fff;
  25. margin: 0 auto 1.875rem;
  26. }
  27. .card .content {
  28. font-size: 1rem;
  29. font-weight: 400;
  30. color: #222222;
  31. margin-bottom: 3.125rem;
  32. }
  33. .card .download {
  34. height: 4.375rem;
  35. padding: 0 0.8125rem;
  36. margin: 0 0 3.125rem;
  37. background: #f4f4f4;
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. }
  42. .card .download .name {
  43. font-size: 1rem;
  44. font-weight: 500;
  45. color: #222222;
  46. }
  47. .card .download .btn {
  48. width: 6.75rem;
  49. height: 2.75rem;
  50. line-height: 2.75rem;
  51. font-size: 0.875rem;
  52. }
  53. .card .next {
  54. margin-top: 1.25rem;
  55. }
  56. .card .next .label {
  57. font-size: 1rem;
  58. font-weight: 400;
  59. color: #333333;
  60. margin-bottom: 0.9375rem;
  61. }
  62. .card .next .link {
  63. font-size: 1rem;
  64. font-weight: 400;
  65. color: #333333;
  66. text-decoration: none;
  67. }
  68. .card .back {
  69. font-weight: 400;
  70. font-size: 1rem;
  71. color: #1d52a2;
  72. cursor: pointer;
  73. margin-top: 1.25rem;
  74. }
  75. .card .back span {
  76. font-size: 1.125rem;
  77. }