index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. overflow-y: auto;
  6. }
  7. .two .list .listtou .listbut .color0 {
  8. background: rgb(238, 147, 28);
  9. }
  10. .two .list .listtou .listbut .color1 {
  11. background: rgb(54, 233, 48)
  12. }
  13. .two .list .listtou .listbut .color2 {
  14. background: rgb(238, 88, 28);
  15. }
  16. .two .list .listtou .listbut .color3 {
  17. background: rgb(238, 147, 28);
  18. }
  19. .two .list .listtou .listbut .color4 {
  20. background: rgb(136, 136, 136);
  21. }
  22. .biao {
  23. float: left;
  24. width: 10%;
  25. }
  26. .two {
  27. margin-top: -15%;
  28. margin-left: 2.5%;
  29. position: absolute;
  30. width: 95%;
  31. }
  32. .otherInfo {
  33. text-align: left;
  34. padding: 0 0 10px 5px;
  35. }
  36. .name {
  37. float: left;
  38. /* width: 38%; */
  39. margin: 6px;
  40. margin-left: 10px;
  41. font-size: 16px;
  42. color: #0034cf;
  43. font-weight: bold;
  44. }
  45. .left1 {
  46. margin: 5px;
  47. border-radius: 25px;
  48. }
  49. .image {
  50. width: 100%;
  51. height: 240px;
  52. background-color: #eeeeee;
  53. }
  54. .text1 {
  55. font-weight: 500;
  56. margin-right: 3px;
  57. font-size: 14px;
  58. color: #5e5e5e;
  59. }
  60. button {
  61. margin-top: 4px;
  62. /* background-color: rgb(238, 147, 28); */
  63. border-radius: 15px;
  64. font-size: 13px !important;
  65. color: #fff;
  66. }
  67. .list {
  68. background-color: #fff;
  69. margin-bottom: 10px;
  70. border-radius: 8px;
  71. padding-top: 5px;
  72. }
  73. .text3 {
  74. font-weight: 500;
  75. font-size: 13px;
  76. color: #adadad;
  77. }
  78. .text4 {
  79. font-size: 14px;
  80. margin: 5px;
  81. color: #868686;
  82. font-weight: 600;
  83. }
  84. .text6 {
  85. font-size: 23px;
  86. color: rgb(46, 46, 245);
  87. font-weight: 500;
  88. }
  89. .text7 {
  90. font-size: 23px;
  91. color: rgb(243, 19, 19);
  92. font-weight: 500;
  93. }
  94. .text8 {
  95. font-size: 20px;
  96. font-weight: 500;
  97. margin-right: 5px;
  98. margin-left: 5px;
  99. }
  100. .otherInfo {
  101. text-align: left;
  102. padding: 0 0 15px 5px;
  103. }
  104. .otherInfos {
  105. padding: 0 0 0px 5px;
  106. }
  107. .right1 {
  108. border-radius: 5px;
  109. position: relative;
  110. width: 100%;
  111. height: 80px;
  112. background-color: #e9e9e9;
  113. border-bottom: 2px solid white;
  114. }
  115. .right1_2 {
  116. float: left;
  117. width: 100%;
  118. margin-top: 5%;
  119. text-align: center;
  120. }
  121. .right1_2 .right1_2o {
  122. margin-left: 3%;
  123. float: left;
  124. width: 11%;
  125. height: 40px;
  126. overflow: hidden;
  127. }
  128. .right1_2 .right1_2ob {
  129. float: left;
  130. width: 11%;
  131. height: 40px;
  132. overflow: hidden;
  133. }
  134. .head1 {
  135. width: 100%;
  136. height: 39.2px;
  137. overflow: hidden;
  138. border-radius: 90px;
  139. }
  140. .head2 {
  141. width: 100%;
  142. height: 39.2px;
  143. overflow: hidden;
  144. border-radius: 90px;
  145. }
  146. .right1_2 .right1_2t {
  147. float: left;
  148. width: 27%;
  149. padding: 10px 0;
  150. padding-left: 2%;
  151. }
  152. .right1_2 .right1_2tb {
  153. float: left;
  154. width: 27%;
  155. padding: 10px 0;
  156. }
  157. .right1_2 .right1_2t text {
  158. font-size: 14px;
  159. padding-left: 2px;
  160. }
  161. .right1_2 .right1_2tb text {
  162. font-size: 14px;
  163. }
  164. .right1_2 .right1_2i {
  165. float: left;
  166. width: 13%;
  167. padding: 6px 0;
  168. padding-right: 2%;
  169. }
  170. .right1_1 {
  171. text-align: center;
  172. }