index.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. page {
  2. background-color: #F2F2F6;
  3. }
  4. .view-page {
  5. width: 100%;
  6. left: 0;
  7. top: 0;
  8. box-sizing: border-box;
  9. overflow: hidden;
  10. background-color: #F2F2F6;
  11. }
  12. .swiper {
  13. width: 100%;
  14. box-sizing: border-box;
  15. height: 580rpx;
  16. }
  17. .slide-image {
  18. height: 580rpx !important;
  19. width: 100%;
  20. }
  21. .contmiddle {
  22. position: absolute;
  23. width: 100%;
  24. height: 88px;
  25. margin-top: 100rpx;
  26. background: #F2F2F6;
  27. border-radius: 36rpx 36rpx 0px 0px;
  28. }
  29. .box_logo{
  30. position: absolute;
  31. width: 100%;
  32. height: 380rpx;
  33. left: 0px;
  34. top: 544rpx;
  35. background: #F2F2F6;
  36. border-radius: 36rpx 36rpx 0px 0px;
  37. }
  38. .index_logo {
  39. position: absolute;
  40. width: 100%;
  41. height: 176rpx;
  42. left: 0px;
  43. }
  44. .colum-logo-temp {
  45. height: 58rpx;
  46. }
  47. .colum-logo {
  48. height: 64rpx;
  49. margin: 0 32rpx 0 32rpx;
  50. background-color: blue;
  51. }
  52. .colum-hot-temp {
  53. height: 24rpx;
  54. }
  55. .colum-hot {
  56. position: absolute;
  57. height: 208rpx;
  58. margin: 0 32rpx 0 0rpx;
  59. border-radius: 36rpx 36rpx 0rpx 0rpx;
  60. top: 144rpx;
  61. display: flex;
  62. }
  63. .hot-box-temp {
  64. width: 24rpx;
  65. }
  66. .hot-box-temp2 {
  67. width: 32rpx;
  68. }
  69. .hot-box {
  70. height: 208rpx;
  71. width: 332rpx;
  72. border-radius: 32rpx;
  73. background-color: white;
  74. box-shadow:0rpx 9rpx 18rpx 0rpx rgba(229,229,234,0.56);
  75. }
  76. .hot-title-box {
  77. top:1440rpx;
  78. position: absolute;
  79. }
  80. .hot-title-temp {
  81. height: 32rpx;
  82. }
  83. .hot-title {
  84. margin-top:32rpx;
  85. margin-left: 32rpx;
  86. color: #000000;
  87. font-size: 36rpx;
  88. font-weight: 900;
  89. }
  90. .hot-cont-temp {
  91. height: 16rpx;
  92. }
  93. .hot-cont {
  94. margin-left: 32rpx;
  95. font-weight: 500;
  96. font-size: 24rpx;
  97. color: #ff6106;
  98. }
  99. .tips-box {
  100. margin-top: 16rpx;
  101. position: absolute;
  102. margin-left: 32rpx;
  103. height: 72rpx;
  104. width: 686rpx;
  105. border-radius: 32rpx;
  106. background-color: white;
  107. box-shadow:0rpx 9rpx 18rpx 0rpx rgba(229,229,234,0.56);
  108. display: flex;
  109. }
  110. .tips-icon {
  111. margin-left: 6rpx;
  112. line-height: 72rpx;
  113. }
  114. .tips-cont {
  115. margin-left: 20rpx;
  116. font-size: 24rpx;
  117. color: #000;
  118. text-align: left;
  119. font-weight: 500;
  120. line-height: 72rpx;
  121. }
  122. .lang-img {
  123. margin-top: 116rpx;
  124. margin-left: 64rpx;
  125. width: 622rpx;
  126. height: 954rpx;
  127. }
  128. .cont {
  129. margin-top: 365rpx;
  130. width: 100%;
  131. background-color: #F2F2F6;
  132. flex-direction: column;
  133. }
  134. .hot-middle {
  135. width: 686rpx;
  136. height: 290rpx;
  137. margin-top: 64rpx;
  138. margin-left: 32rpx;
  139. background: #C4C4C4;
  140. border: 1px solid #9999A5;
  141. box-sizing: border-box;
  142. border-radius: 32rpx;
  143. }
  144. .recommend {
  145. width: 686rpx;
  146. height: 290rpx;
  147. border-radius: 32rpx;
  148. background-color: rgb(161, 52, 52);
  149. margin-left: 32rpx;
  150. }
  151. .viewright{
  152. width: 8rpx;
  153. height: 372rpx;
  154. }
  155. .uploadWrap{
  156. margin-top:32rpx;
  157. margin-left: 32rpx;
  158. height:400rpx;
  159. width:100%;
  160. display: flex;
  161. display: -webkit-box;
  162. flex-direction: column;
  163. }
  164. .upload_Item{
  165. width: 310rpx;
  166. height: 372rpx;
  167. margin-right: 24rpx;
  168. }
  169. .upload_Item_img{
  170. width: 310rpx;
  171. height: 206rpx;
  172. border-radius: 30rpx 30rpx 0rpx 0rpx;
  173. }
  174. .mktinfoBox {
  175. margin-top: -6rpx;
  176. display: flex;
  177. flex-direction: column;
  178. width: 310rpx;
  179. height: 166rpx;
  180. border-radius: 0rpx 0rpx 30rpx 30rpx;
  181. background:rgba(255,255,255,1);
  182. }
  183. .mktname {
  184. font-size: 28rpx;
  185. margin-left: 18rpx;
  186. margin-right: 18rpx;
  187. font-weight: 500;
  188. color: #000000;
  189. margin-top: 18rpx;
  190. }
  191. .mktadd {
  192. margin-right: 18rpx;
  193. margin-left: 18rpx;
  194. margin-top: 2rpx;
  195. font-size: 20rpx;
  196. font-weight: Light;
  197. color: #8C8C8C;
  198. justify-content: space-between;
  199. }
  200. scroll-view-teacher {
  201. height: 480rpx;
  202. }
  203. .mktaddactive {
  204. margin-top: 2rpx;
  205. font-size: 20rpx;
  206. font-weight: 500;
  207. color: #20BAA5;
  208. }
  209. .campus-box {
  210. width: 686rpx;
  211. height: 450rpx;
  212. border-color: #999999;
  213. border-style: solid;
  214. border-width: 4rpx;
  215. border-radius: 32rpx;
  216. margin-left: 32rpx;
  217. }
  218. .campus_Item {
  219. width: 686rpx;
  220. height: 162rpx;
  221. margin-left: 32rpx;
  222. background-color: white;
  223. border-radius: 32rpx 32rpx 0rpx 0rpx ;
  224. box-shadow:0rpx 18rpx 36rpx 0rpx rgba(229,229,234,0.56);
  225. margin-top: -15rpx;
  226. }
  227. .campus_Item_img {
  228. width: 172rpx;
  229. height: 112rpx;
  230. border-radius: 24rpx;
  231. border-color: #ff6160;
  232. border-style: solid;
  233. border-width: 4rpx;
  234. }
  235. .mkt-img{
  236. width: 172rpx;
  237. height: 121rpx;
  238. margin-right: 20rpx;
  239. }
  240. .mkt-img-box {
  241. padding-top: 32rpx;
  242. height: 121rpx;
  243. }
  244. .mktWrap {
  245. margin-left: 32rpx;
  246. height:250rpx;
  247. width:100%;
  248. display: flex;
  249. display: -webkit-box;
  250. flex-direction: column;
  251. }
  252. .viewright-mkt {
  253. width: 18rpx;
  254. height: 130rpx;
  255. }
  256. .mkt-desc-box {
  257. background-color: white;
  258. width: 686rpx;
  259. height: 240rpx;
  260. margin-top: -2rpx;
  261. margin-left: 32rpx;
  262. border-radius: 0rpx 0rpx 32rpx 32rpx ;
  263. box-shadow:0rpx 18rpx 36rpx 0rpx rgba(229,229,234,0.56);
  264. }
  265. .hot-mkt {
  266. margin-left: 32rpx;
  267. font-weight: 500;
  268. font-size: 24rpx;
  269. color: #323232;
  270. }
  271. .hot-mkt-temp {
  272. height: 12rpx;
  273. }
  274. .campus-image {
  275. width: 686rpx;
  276. height: 450rpx;
  277. border-radius: 32rpx;
  278. }