index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one image {
  10. width: 100%;
  11. height: 240px;
  12. overflow: hidden;
  13. }
  14. .main .two {
  15. float: left;
  16. width: 95%;
  17. margin: 0 10px;
  18. position: relative;
  19. top: -40px;
  20. }
  21. .main .two .list {
  22. float: left;
  23. width: 95%;
  24. border-radius: 5px;
  25. background-color: #ffffff;
  26. margin: 0 0 10px 0;
  27. padding: 10px;
  28. }
  29. .main .two .list .list_1 {
  30. float: left;
  31. width: 100%;
  32. margin: 0 0 5px 0;
  33. }
  34. .main .two .list .list_1 text:nth-child(1) {
  35. font-size: 16px;
  36. font-weight: bold;
  37. color: #263fa3;
  38. }
  39. .main .two .list .list_1 text:nth-child(2) {
  40. display: inline-block;
  41. background-color: #7b7b7b;
  42. color: #fff;
  43. padding: 3px 6px;
  44. border-radius: 90px;
  45. font-size: 12px;
  46. margin: 0 0 0 10px;
  47. }
  48. .main .two .list .list_1 .color1 {
  49. background-color: #57cd00 !important;
  50. }
  51. .main .two .list .list_1 .color2 {
  52. background-color: #ff5a00 !important;
  53. }
  54. .main .two .list .list_1 .color3 {
  55. background-color: #ffa200 !important;
  56. }
  57. .main .two .list .list_2 {
  58. float: left;
  59. width: 100%;
  60. font-size: 14px;
  61. color: #666;
  62. margin: 0 0 5px 0;
  63. }
  64. .main .two .list .list_3 {
  65. float: left;
  66. width: 100%;
  67. font-size: 14px;
  68. color: #666;
  69. margin: 0 0 10px 0;
  70. }
  71. .main .two .list .schedule {
  72. float: left;
  73. width: 100%;
  74. }
  75. .main .two .list .schedule .schedulelist {
  76. float: left;
  77. width: 100%;
  78. background-color: #e9e9e9;
  79. margin: 0 0 5px 0;
  80. border-radius: 5px;
  81. padding: 5px 0;
  82. }
  83. .main .two .list .schedule .schedulelist .schedule_1 {
  84. float: left;
  85. width: 39%;
  86. text-align: center;
  87. }
  88. .main .two .list .schedule .schedulelist .schedule_1 image {
  89. width: 50px;
  90. height: 50px;
  91. border-radius: 90px;
  92. }
  93. .main .two .list .schedule .schedulelist .schedule_1 text {
  94. float: right;
  95. font-size: 14px;
  96. padding: 15px 0;
  97. }
  98. .main .two .list .schedule .schedulelist .schedule_1:nth-child(3) text {
  99. float: left;
  100. }
  101. .main .two .list .schedule .schedulelist .schedule_2 {
  102. float: left;
  103. width: 22%;
  104. text-align: center;
  105. padding: 10px 0;
  106. }
  107. .main .two .list .schedule .schedulelist .schedule_2 text {
  108. background-color: rgb(228, 226, 226);
  109. text-align: center;
  110. color: #ff0000;
  111. font-size: 20px;
  112. font-weight: bold;
  113. text-decoration: line-through;
  114. text-decoration-color: #fff;
  115. padding: 0 2px;
  116. }
  117. .main .two .list .schedule .schedulelist .schedule_2 text:nth-child(2) {
  118. color: #000000;
  119. }
  120. .main .two .list .schedule .schedulelist .schedule_2 text:nth-child(3) {
  121. color: #00427b;
  122. }