news-detail-mobile.css 1.5 KB

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