index.less 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .ExamRoadVideo {
  2. .header {
  3. width: 100%;
  4. height: auto;
  5. flex-wrap: wrap;
  6. border-radius: 0px 0px 45px 45px;
  7. .rect {
  8. width: 100%;
  9. height: 406px;
  10. background-image: url("https://ndata.zzxcx.net/ctjk/mp-wx/buyVideo/headerBg.png");
  11. background-size: 100%;
  12. .search {
  13. width: 100%;
  14. padding: 0 30px;
  15. margin-bottom: 20px;
  16. margin-top: 20px;
  17. position: relative;
  18. .icon1 {
  19. position: absolute;
  20. top: 12px;
  21. left: 50px;
  22. }
  23. .bar {
  24. width: 100%;
  25. outline: none;
  26. background-color: #fff;
  27. height: 60px;
  28. border-radius: 30px 30px 30px 30px;
  29. font-size: 26px;
  30. padding-left: 72px;
  31. border: none;
  32. }
  33. }
  34. .select {
  35. padding: 0 30px;
  36. display: flex;
  37. padding: 0 30px;
  38. justify-content: space-between;
  39. }
  40. }
  41. .arc {
  42. width: 100%;
  43. height: 100px;
  44. }
  45. .header-province {
  46. width: 210px;
  47. height: 60px;
  48. background: #fff;
  49. border-radius: 40px;
  50. font-size: 26px;
  51. padding-left: 30px;
  52. box-sizing: border-box;
  53. outline: none;
  54. border: none;
  55. }
  56. .header-city {
  57. width: 210px;
  58. height: 60px;
  59. background: #fff;
  60. border-radius: 40px;
  61. font-size: 26px;
  62. padding-left: 30px;
  63. box-sizing: border-box;
  64. outline: none;
  65. border: none;
  66. }
  67. .header-area {
  68. width: 210px;
  69. height: 60px;
  70. background: #fff;
  71. border-radius: 40px;
  72. font-size: 26px;
  73. padding-left: 30px;
  74. box-sizing: border-box;
  75. outline: none;
  76. border: none;
  77. }
  78. }
  79. .content {
  80. width: 100%;
  81. padding: 0px 30px;
  82. transform: translateY(-190px);
  83. .list {
  84. width: 100%;
  85. background: #edf4ff;
  86. box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.1);
  87. border-radius: 20px 20px 20px 20px;
  88. .list-item {
  89. width: 100%;
  90. padding: 30px;
  91. padding-top: 30px;
  92. padding-bottom: 0px;
  93. display: flex;
  94. height: 220px;
  95. flex-wrap: wrap;
  96. }
  97. .list-item-image {
  98. width: 248px;
  99. height: 138px;
  100. margin-right: 24px;
  101. }
  102. .list-item-border {
  103. width: 100%;
  104. background: #e0e0e0;
  105. height: 2px;
  106. }
  107. .list-item-textbody{
  108. display: 'flex';
  109. align-items: space-between;
  110. flex-wrap: 'wrap';
  111. width: 355px;
  112. }
  113. .list-item-text1 {
  114. width: 305px;
  115. color: #0a1a33;
  116. font-size: 30px;
  117. padding-top: 10px;
  118. }
  119. .list-item-text2 {
  120. width: 305px;
  121. color: #8a9099;
  122. font-size: 26px;
  123. }
  124. }
  125. }
  126. }