index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .van-tabs__wrap {
  6. background-color: #f1f1f1 !important;
  7. }
  8. .van-tabs__line {
  9. background-color: blue !important;
  10. }
  11. .theme {
  12. position: absolute;
  13. margin-top: 8%;
  14. color: #fff;
  15. text-align: center;
  16. width: 100%;
  17. }
  18. .two {
  19. position: absolute;
  20. top: 20%;
  21. width: 100%;
  22. border-radius: 15px;
  23. }
  24. .themes {
  25. position: absolute;
  26. margin-top: 11%;
  27. margin-left: 15%;
  28. color: #fff;
  29. width: 100%;
  30. }
  31. .imags {
  32. width: 95%;
  33. height: 107px;
  34. background-color: #eeeeee;
  35. margin-left: 2.5%;
  36. border-radius: 3%;
  37. }
  38. .images {
  39. width: 100%;
  40. height: 180px;
  41. background-color: #eeeeee;
  42. }
  43. .thr {
  44. position: absolute;
  45. top: 40%;
  46. left: 1.5%;
  47. float: left;
  48. width: 100%;
  49. border-radius: 15px;
  50. }
  51. .left {
  52. float: left;
  53. width: 46%;
  54. margin-right: 3%;
  55. }
  56. .right {
  57. float: left;
  58. width: 46%;
  59. }
  60. .imagh {
  61. width: 100%;
  62. height: 65px;
  63. background-color: #eeeeee;
  64. margin-left: 2%;
  65. border-radius: 3%;
  66. }
  67. .imagx {
  68. width: 5%;
  69. height: 25%;
  70. position: absolute;
  71. margin-top: 6%;
  72. margin-left: 30%;
  73. color: #fff;
  74. }
  75. .th {
  76. position: absolute;
  77. margin-top: 6%;
  78. margin-left: 10%;
  79. color: #fff;
  80. width: 100%;
  81. }
  82. .four {
  83. margin-top: 34%;
  84. position: absolute;
  85. top: 32%;
  86. left: 3.5%;
  87. width: 93%;
  88. border-radius: 10%;
  89. }
  90. .name-end{
  91. float: left;
  92. width: 100%;
  93. margin: 5px;
  94. margin-bottom: 10px;
  95. font-size: 16px;
  96. color: #fff;
  97. font-weight: bold;
  98. }
  99. .name {
  100. float: left;
  101. width: 40%;
  102. margin: 6px;
  103. font-size: 16px;
  104. color: #0034cf;
  105. font-weight: bold;
  106. }
  107. .left1 {
  108. margin: 5px;
  109. border-radius: 25px;
  110. }
  111. .text1 {
  112. margin-right: 3px;
  113. font-size: 14px;
  114. color: #5e5e5e;
  115. }
  116. .button {
  117. margin-top: 4px;
  118. background-color: rgb(238, 147, 28);
  119. border-radius: 15px;
  120. font-size: 13px !important;
  121. color: #fff;
  122. }
  123. .buttonstart {
  124. margin-top: 4px;
  125. background-color: rgb(238, 88, 28);
  126. border-radius: 15px;
  127. font-size: 13px !important;
  128. color: #fff;
  129. }
  130. .buttonend {
  131. margin-top: 4px;
  132. background-color: rgb(136, 136, 136);
  133. border-radius: 15px;
  134. font-size: 13px !important;
  135. color: rgb(63, 63, 63);
  136. }
  137. .beiend {
  138. margin-left: -14px;
  139. width: 108%;
  140. height: 120px;
  141. }
  142. .ends{
  143. position: absolute;
  144. top: 10%;
  145. left: 2%;
  146. width: 100%;
  147. }
  148. .list {
  149. background-color: #fff;
  150. margin-bottom: 10px;
  151. border-radius: 10px;
  152. }
  153. .listend {
  154. border-radius: 10px;
  155. }
  156. .text3 {
  157. font-size: 13px;
  158. color: #adadad;
  159. }
  160. .text4 {
  161. font-size: 14px;
  162. margin: 5px;
  163. color: #868686;
  164. font-weight: 600;
  165. }
  166. .text6 {
  167. font-size: 23px;
  168. color: rgb(46, 46, 245);
  169. font-weight: 500;
  170. }
  171. .text7 {
  172. font-size: 23px;
  173. color: rgb(243, 19, 19);
  174. font-weight: 500;
  175. }
  176. .text8 {
  177. font-size: 23px;
  178. font-weight: 500;
  179. margin-right: 5px;
  180. margin-left: 5px;
  181. }
  182. .right1 {
  183. border-radius: 5px;
  184. position: relative;
  185. width: 100%;
  186. height: 80px;
  187. background-color: rgb(238, 236, 236);
  188. }
  189. .right1_2 {
  190. float: left;
  191. width: 100%
  192. }
  193. .right1_2 .right1_2o {
  194. float: left;
  195. width: 11%;
  196. height: 40px;
  197. overflow: hidden;
  198. }
  199. .right1_2 .right1_2o image {
  200. width: 100%;
  201. height: 36px;
  202. overflow: hidden;
  203. }
  204. .right1_2 .right1_2t {
  205. float: left;
  206. width: 33%;
  207. text-align: center;
  208. padding: 10px 0;
  209. }
  210. .right1_2 .right1_2t text {
  211. font-size: 14px;
  212. }
  213. .right1_2 .right1_2i {
  214. float: left;
  215. width: 10%;
  216. text-align: center;
  217. padding: 6px 0;
  218. }
  219. .right1_1 {
  220. text-align: center;
  221. }