index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .one .a .head {
  6. background-color: rgb(43, 43, 43);
  7. color: white;
  8. width: 92%;
  9. margin-left: 3%;
  10. border-top-left-radius: 0.5em;
  11. border-top-right-radius: 0.5em;
  12. border-bottom-right-radius: 0em;
  13. border-bottom-left-radius: 0em;
  14. padding: 0 0 32px 3.5px;
  15. margin-top: 2%;
  16. }
  17. .one .a .head .head1 {
  18. float: left;
  19. width: 26%;
  20. font-size: 14px;
  21. margin-left: 19px;
  22. margin-top: 6px;
  23. }
  24. .one .a .head .head2 {
  25. float: left;
  26. width: 40%;
  27. font-size: 14px;
  28. margin-left: 5px;
  29. margin-top: 6px;
  30. }
  31. .one .a .head .head3 {
  32. float: left;
  33. width: 9%;
  34. font-size: 14px;
  35. margin-left: 29px;
  36. margin-top: 6px;
  37. }
  38. .one .a .list {
  39. width: 93%;
  40. margin-left: 3%;
  41. margin-bottom: 0.2%;
  42. }
  43. .select-item {
  44. color: #ffff;
  45. }
  46. .dis-select-item {
  47. margin-top: 3px;
  48. background-color: white;
  49. color: #000;
  50. }
  51. .one .a .list:nth-child(2) {
  52. background-color: rgba(247, 31, 67);
  53. }
  54. .one .a .list:nth-child(3) {
  55. background-color: rgba(245, 96, 133);
  56. }
  57. .one .a .list:nth-child(4) {
  58. background-color: rgb(252, 172, 198);
  59. }
  60. .one .a .list .sortContent {
  61. width: 88%;
  62. height: 50upx;
  63. display: flex;
  64. align-items: center;
  65. justify-content: space-between;
  66. margin-left: 3.5%;
  67. margin-bottom: 0.2%;
  68. padding: 10px 10px 10px 10px;
  69. }
  70. .one .a .list .sortContent .pai1 {
  71. font-size: 20px;
  72. font-style: italic;
  73. }
  74. .one .a .list .sortContent .headtou1 {
  75. float: left;
  76. margin-left: 35px;
  77. width: 15%;
  78. height: 46.04px;
  79. overflow: hidden;
  80. border-radius: 90px;
  81. }
  82. .one .a .list .sortContent .dui {
  83. float: left;
  84. width: 50%;
  85. font-size: 14px;
  86. margin-left: 7px;
  87. }
  88. .one .a .list .sortContent .fen {
  89. float: left;
  90. width: 15%;
  91. font-weight: 500;
  92. }
  93. .one .a .list .sortContent .fen .scorea {
  94. color: white;
  95. }
  96. .one .a .list .sortContent .fen .scoreb {
  97. color: red;
  98. }
  99. .one .b .integral {
  100. margin-top: 5px;
  101. margin-bottom: 7px;
  102. font-weight: 500;
  103. font-size: 14px;
  104. }
  105. .one .b .integral {
  106. margin-top: 5px;
  107. margin-bottom: 7px;
  108. font-weight: 500;
  109. font-size: 14px;
  110. }
  111. .one .b .integral .integral1 {
  112. padding: 0px 10px 0px 23px;
  113. }
  114. .one .b .integral .integral2 {
  115. padding: 0px 10px 0px 43px;
  116. }
  117. .one .b .integral .integral3 {
  118. padding: 0px 10px 0px 145px;
  119. }
  120. .one .b .lists {
  121. font-weight: 500;
  122. font-size: 14px;
  123. }
  124. .one .b .lists:nth-child(even) {
  125. background-color: rgb(255, 250, 250);
  126. }
  127. .one .b .lists .sortContent {
  128. width: 88%;
  129. height: 50upx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: space-between;
  133. margin-left: 3.5%;
  134. margin-bottom: 0.2%;
  135. padding: 10px 10px 10px 10px;
  136. }
  137. .one .b .lists .sortContent .pai {
  138. margin-left: 5px;
  139. }
  140. .one .b .lists .sortContent .headtou2 {
  141. float: left;
  142. margin-left: 35px;
  143. width: 15%;
  144. height: 49.5px;
  145. overflow: hidden;
  146. border-radius: 90px;
  147. }
  148. .one .b .lists .sortContent .dui {
  149. float: left;
  150. width: 50%;
  151. font-size: 14px;
  152. margin-left: 7px;
  153. }
  154. .one .b .lists .sortContent .fen {
  155. float: left;
  156. width: 15%;
  157. font-weight: 500;
  158. }