index.wxss 2.9 KB

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