index.wxss 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 60rpx 30rpx 0 30rpx;
  5. }
  6. .main .searchInfo {
  7. float: left;
  8. width: 100%;
  9. height: 88rpx;
  10. background: rgba(255, 255, 255, 1);
  11. border: 1px solid rgba(217, 217, 217, 1);
  12. border-radius: 20rpx;
  13. margin: 5rpx 0 0 0;
  14. }
  15. .main .searchInfo input {
  16. float: left;
  17. width: 80%;
  18. height: 50rpx;
  19. margin: 20rpx;
  20. }
  21. .main .searchInfo button {
  22. float: left;
  23. width: 50rpx;
  24. height: 50rpx;
  25. background: transparent;
  26. color: red;
  27. margin: 20rpx;
  28. padding: 0;
  29. line-height: 60rpx;
  30. }
  31. .main .marketList {
  32. float: left;
  33. width: 100%;
  34. }
  35. .main .marketList .van-tab--active {
  36. color: red !important;
  37. }
  38. .main .marketList .van-hairline--top-bottom:after {
  39. border-width: 0 !important;
  40. }
  41. .marketOne {
  42. float: left;
  43. width: 100%;
  44. margin: 10rpx 0 0 0;
  45. }
  46. .marketOne .top {
  47. float: left;
  48. width: 95%;
  49. height: 68rpx;
  50. background: rgba(242, 245, 250, 1);
  51. padding: 0 20rpx;
  52. }
  53. .marketOne .top .left {
  54. float: left;
  55. width: 50%;
  56. height: 68rpx;
  57. line-height: 68rpx;
  58. }
  59. .sign-setting-border {
  60. float: left;
  61. margin: 0 30rpx 0 0;
  62. font-size: 26rpx;
  63. font-family: Source Han Sans SC;
  64. font-weight: 400;
  65. color: rgba(136, 136, 136, 1);
  66. }
  67. .selected {
  68. color: rgba(233, 2, 29, 1);
  69. }
  70. .marketOne .top .right {
  71. float: right;
  72. width: 50%;
  73. height: 68rpx;
  74. }
  75. .marketOne .top .right .one {
  76. float: left;
  77. border-right: 1px solid #ccc;
  78. margin: 22rpx 0;
  79. margin: 22rpx 0 22rpx 170rpx;
  80. }
  81. .marketOne .top .right .one image {
  82. float: right;
  83. width: 30rpx;
  84. height: 30rpx;
  85. margin: 0 30rpx 0 0rpx;
  86. }
  87. .marketOne .top .right .two {
  88. float: right;
  89. margin: 22rpx 0;
  90. }
  91. .marketOne .top .right .two image {
  92. float: right;
  93. width: 30rpx;
  94. height: 30rpx;
  95. }
  96. .marketOne .top .right .two text {
  97. float: left;
  98. font-size: 26rpx;
  99. font-family: Source Han Sans SC;
  100. font-weight: 400;
  101. color: rgba(136, 136, 136, 1);
  102. margin: -4rpx 0 0 0;
  103. }
  104. .marketOne .mess {
  105. float: left;
  106. width: 100%;
  107. margin: 30rpx 0 0 0;
  108. }
  109. /* 点击上下效果 */
  110. .hide {
  111. display: none;
  112. }
  113. .show {
  114. display: block;
  115. }
  116. /* 全部-视频列表 */
  117. .marketOneVideo {
  118. float: left;
  119. width: 100%;
  120. }
  121. .marketOneVideo .list {
  122. float: left;
  123. width: 100%;
  124. height: 490rpx;
  125. margin-bottom: 40rpx;
  126. }
  127. .marketOneVideo .list video {
  128. float: left;
  129. width: 100%;
  130. height: 300rpx;
  131. margin: 0 0 20rpx 0;
  132. overflow: hidden;
  133. }
  134. .marketOneVideo .list view:nth-child(2) {
  135. float: left;
  136. width: 70%;
  137. height: 68rpx;
  138. line-height: 68rpx;
  139. margin: 0 0 20rpx 0;
  140. }
  141. .marketOneVideo .list view:nth-child(2) text {
  142. float: left;
  143. width: 45%;
  144. font-family: Source Han Sans SC;
  145. font-weight: bold;
  146. color: rgba(40, 40, 40, 1);
  147. margin: 0 20rpx 0 0;
  148. overflow: hidden;
  149. text-overflow: ellipsis;
  150. white-space: nowrap;
  151. }
  152. .marketOneVideo .list view:nth-child(3) {
  153. float: right;
  154. width: 30%;
  155. height: 68rpx;
  156. margin: 0 0 20rpx 0;
  157. }
  158. .marketOneVideo .list view:nth-child(3) text {
  159. float: left;
  160. width: 200rpx;
  161. height: 68rpx;
  162. line-height: 68rpx;
  163. background: rgba(233, 2, 29, 1);
  164. border-radius: 34px;
  165. text-align: center;
  166. color: #fff;
  167. }
  168. .marketOneVideo .list view:nth-child(4) {
  169. float: left;
  170. width: 100%;
  171. margin: 0 0 10rpx 0;
  172. }
  173. .marketOneVideo .list view:nth-child(4) view {
  174. float: left;
  175. width: 50%;
  176. font-size: 26rpx;
  177. font-family: Source Han Sans SC;
  178. font-weight: 400;
  179. color: rgba(40, 40, 40, 1);
  180. }
  181. .marketOneVideo .list view:nth-child(4) view text {
  182. color: #E9021D;
  183. }
  184. .marketOneVideo .list view:nth-child(4) .monery {
  185. float: left;
  186. width: 50%;
  187. font-size: 26rpx;
  188. font-family: Source Han Sans SC;
  189. font-weight: 400;
  190. color: rgba(40, 40, 40, 1);
  191. }
  192. .marketOneVideo .list view:nth-child(5) {
  193. float: left;
  194. width: 100%;
  195. }
  196. .marketOneVideo .list view:nth-child(5) text {
  197. float: left;
  198. width: 50%;
  199. font-size: 26rpx;
  200. font-family: Source Han Sans SC;
  201. font-weight: 400;
  202. color: rgba(40, 40, 40, 1);
  203. }
  204. /* 全部-无视频列表 */
  205. .marketOneNovideo {
  206. float: left;
  207. width: 100%;
  208. }
  209. .marketOneNovideo .list {
  210. float: left;
  211. width: 100%;
  212. height: 236rpx;
  213. margin-bottom: 40rpx;
  214. }
  215. .marketOneNovideo .list .left {
  216. float: left;
  217. width: 200rpx;
  218. height: 236rpx;
  219. position: relative;
  220. margin: 0 30rpx 0 0;
  221. }
  222. .marketOneNovideo .list .background-color {
  223. background-color:red;
  224. border-radius:20rpx;
  225. }
  226. .marketOneNovideo .list .left view:first-child {
  227. float: left;
  228. width: 200rpx;
  229. height: 200rpx;
  230. }
  231. .marketOneNovideo .list .left view:first-child .pic {
  232. float: left;
  233. width: 200rpx;
  234. height: 200rpx;
  235. border-radius: 10rpx;
  236. position: absolute;
  237. }
  238. .marketOneNovideo .list .left view:first-child view {
  239. position: absolute;
  240. top: 0;
  241. color: #fff;
  242. width: 0px;
  243. height: 0px;
  244. border: 50rpx solid transparent;
  245. border-top-color: #E9021D;
  246. border-left-color: #E9021D;
  247. border-radius: 8rpx;
  248. }
  249. .marketOneNovideo .list .left view:first-child view text {
  250. position: absolute;
  251. top: -40rpx;
  252. left: -40rpx;
  253. font-size: 20rpx;
  254. font-family: Source Han Sans SC;
  255. font-weight: bold;
  256. color: rgba(255, 255, 255, 1);
  257. }
  258. .marketOneNovideo .list .left view:last-child {
  259. float: left;
  260. width: 100%;
  261. height: 36rpx;
  262. padding: 5rpx 0 0 0;
  263. }
  264. .marketOneNovideo .list .left view:last-child image {
  265. float: left;
  266. margin: 0 17rpx 0 0;
  267. }
  268. .marketOneNovideo .list .left view:last-child image:last-child {
  269. margin: 0;
  270. }
  271. .marketOneNovideo .list .right {
  272. float: left;
  273. width: 66%;
  274. /* height: 236rpx; */
  275. }
  276. .marketOneNovideo .list .right view:first-child {
  277. float: left;
  278. width: 100%;
  279. font-size: 30rpx;
  280. font-family: Source Han Sans SC;
  281. font-weight: bold;
  282. color: rgba(40, 40, 40, 1);
  283. /* margin: 0 0 15rpx 0; */
  284. }
  285. .marketOneNovideo .list .right view .red-color {
  286. color: #E9021D;
  287. /* margin: 0 0 15rpx 0; */
  288. }
  289. .marketOneNovideo .list .right view {
  290. float: left;
  291. width: 100%;
  292. font-size: 26rpx;
  293. font-family: Source Han Sans SC;
  294. font-weight: 400;
  295. color: rgba(40, 40, 40, 1);
  296. margin: 0 0 5rpx 0;
  297. }
  298. .marketOneNovideo .list .right view:nth-child(6) {
  299. font-size: 30rpx;
  300. }
  301. /* .marketOneNovideo .list .right view:nth-child(2) {
  302. float: left;
  303. width: 100%;
  304. font-size: 26rpx;
  305. font-family: Source Han Sans SC;
  306. font-weight: 400;
  307. color: rgba(40, 40, 40, 1);
  308. margin: 0 0 15rpx 0;
  309. }
  310. .marketOneNovideo .list .right view:nth-child(2) text {
  311. color: #E9021D;
  312. }
  313. .marketOneNovideo .list .right view:nth-child(3) {
  314. float: left;
  315. width: 100%;
  316. font-size: 26rpx;
  317. font-family: Source Han Sans SC;
  318. font-weight: 400;
  319. color: rgba(40, 40, 40, 1);
  320. margin: 0 0 15rpx 0;
  321. }
  322. .marketOneNovideo .list .right view:nth-child(4) {
  323. float: left;
  324. width: 100%;
  325. font-size: 26rpx;
  326. font-family: Source Han Sans SC;
  327. font-weight: 400;
  328. color: rgba(40, 40, 40, 1);
  329. margin: 0 0 15rpx 0;
  330. }
  331. .marketOneNovideo .list .right view:nth-child(6) {
  332. float: left;
  333. width: 100%;
  334. font-size: 26rpx;
  335. font-family: Source Han Sans SC;
  336. font-weight: 400;
  337. color: rgba(40, 40, 40, 1);
  338. margin: 15rpx 0 15rpx 0;
  339. }
  340. .marketOneNovideo .list .right view:nth-child(4) text {
  341. float: left;
  342. width: 50%;
  343. }
  344. .marketOneNovideo .list .right view:nth-child(5) {
  345. float: left;
  346. width: 100%;
  347. font-size: 26rpx;
  348. font-family: Source Han Sans SC;
  349. font-weight: 400;
  350. color: rgba(40, 40, 40, 1);
  351. }
  352. .marketOneNovideo .list .right view:nth-child(5) text {
  353. color: #E9021D;
  354. } */
  355. /* 彈框 */
  356. .vanPopup .van-popup {
  357. width: 600rpx !important;
  358. }
  359. .vanPopup .popupInfo {
  360. float: left;
  361. width: 92%;
  362. margin: 185rpx 30rpx 0 30rpx;
  363. overflow-y: auto;
  364. height: 100%;
  365. overflow-x: hidden;
  366. }
  367. .popupInfo .btn-area {
  368. float: left;
  369. width: 100%;
  370. padding: 0 90rpx;
  371. }
  372. .popupInfo .btn-area button {
  373. float: left;
  374. width: 200rpx;
  375. height: 68rpx;
  376. line-height: 68rpx;
  377. background: rgba(233, 2, 29, 1);
  378. border-radius: 10px;
  379. padding: 0;
  380. color: #fff;
  381. }
  382. .popupInfo .btn-area button:first-child {
  383. margin: 0 30rpx 0 0;
  384. }
  385. .popupInfo .one {
  386. float: left;
  387. width: 100%;
  388. }
  389. .popupInfo .one label {
  390. margin: 0 0 20rpx 0;
  391. float: left;
  392. width: 100%;
  393. }
  394. .popupInfo .one .radio {
  395. float: left;
  396. /* width: 230rpx; */
  397. height: 68rpx;
  398. background: rgba(242, 245, 250, 1);
  399. border-radius: 10px;
  400. /* margin: 0 0rpx 20rpx 0; */
  401. margin: 0 10rpx 20rpx 0;
  402. line-height: 68rpx;
  403. padding: 0 10rpx;
  404. }
  405. /* .popupInfo .one .radio:nth-child(2n) {
  406. margin: 0 0 20rpx 0;
  407. } */
  408. .popupInfo .one .radio text {
  409. font-size: 26rpx;
  410. font-family: Source Han Sans SC;
  411. font-weight: 400;
  412. color: rgba(40, 40, 40, 1);
  413. }
  414. .home .down {
  415. float: left;
  416. width: 100%;
  417. position: relative;
  418. z-index: 999;
  419. }
  420. .home .down .tabber {
  421. float: left;
  422. width: 100%;
  423. margin: 100rpx 0 0 0;
  424. }