index.wxss 2.1 KB

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