index.wxss 9.5 KB

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