You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

594 lines
10 KiB

  1. .BoxBg{
  2. background-color: #000033;
  3. overflow: hidden;
  4. font-size: 28rpx;
  5. min-height: 100vh;
  6. }
  7. .Box{
  8. width: 96%;
  9. margin: 0 2%;
  10. }
  11. .topBox{
  12. height: 70rpx;
  13. color: #666666;
  14. margin-top: 10rpx;
  15. }
  16. .TopNavigationBox{
  17. width: 90%;
  18. height: 100%;
  19. overflow: hidden;
  20. overflow-y: hidden;
  21. overflow-x: auto;
  22. white-space: nowrap;
  23. float: left;
  24. }
  25. .TopNavigationBox::-webkit-scrollbar {
  26. display: none;
  27. }
  28. .logo{
  29. width: 32rpx;
  30. float: right;
  31. height: 36rpx;
  32. float: left;
  33. margin-top: 10rpx;
  34. margin-left: 12rpx;
  35. }
  36. .item{
  37. width: 80rpx;
  38. margin: 0 20rpx;
  39. position: relative;
  40. display: inline-block;
  41. text-align: center;
  42. }
  43. .title_a{
  44. font-size: 34rpx;
  45. color: #00cc99;
  46. }
  47. .title{
  48. color: #666666;
  49. }
  50. .wire{
  51. width: 70%;
  52. margin: 10rpx auto;
  53. height: 2rpx;
  54. background-color: #00cc99;
  55. }
  56. .searchBox{
  57. overflow: hidden;
  58. }
  59. .searchText{
  60. color: #666666;
  61. line-height: 80rpx;
  62. }
  63. .searchF{
  64. width: 90%;
  65. height: 80rpx;
  66. background-color: rgba(51, 51, 51, 0.5);
  67. border-radius: 60rpx;
  68. margin: 20rpx auto;
  69. }
  70. .searchLogo{
  71. width: 40rpx;
  72. height: 40rpx;
  73. float: left;
  74. margin: 20rpx 10rpx 15rpx 60rpx;
  75. }
  76. .searchText{
  77. float: left;
  78. width: 80%;
  79. margin: 0 auto;
  80. height: 100%;
  81. color: #ffffff;
  82. }
  83. .swiperBox{
  84. margin: 30rpx 0;
  85. border-radius: 10rpx;
  86. }
  87. .swiper{
  88. height: 320rpx;
  89. }
  90. .swiperImg{
  91. width: 100%;
  92. height: 100%;
  93. background-color: chocolate;
  94. border-radius: 10rpx;
  95. }
  96. .columnBox{
  97. height: 180rpx;
  98. padding: 40rpx 0 ;
  99. display: flex;
  100. justify-content: center;
  101. }
  102. .columnItem{
  103. width: 20%;
  104. margin: 0 auto;
  105. }
  106. .columnText{
  107. color: #ffffff;
  108. text-align: center;
  109. line-height: 40rpx;
  110. }
  111. .deyBox{
  112. overflow: hidden;
  113. }
  114. .deyTitleBox{
  115. /* overflow: hidden; */margin: 20rpx 0;
  116. }
  117. .deyTitleImg{
  118. width: 60rpx;
  119. height: 70rpx;
  120. float: left;
  121. margin: 0 10rpx;
  122. }
  123. .deyTitle{
  124. font-size: 36rpx;
  125. color:#ffffff;
  126. font-weight: 700;
  127. padding: 10rpx 0 30rpx 0 ;
  128. margin-left: 10rpx;
  129. letter-spacing:4rpx;
  130. }
  131. .authorBox1{
  132. margin-top: 20rpx;
  133. }
  134. .authorImgTop{
  135. width: 150rpx;
  136. height: 150rpx;
  137. background-color: #00cc99;
  138. border-radius: 50%;
  139. margin: 40rpx auto;
  140. }
  141. .deyImgBox{
  142. display: flex;
  143. /* justify-content: space-around; */
  144. flex-wrap :wrap;
  145. }
  146. /* .authorOutsideBox{
  147. width: 100%;
  148. height: 400rpx;
  149. } */
  150. .authorBox{
  151. height: 380rpx;
  152. overflow: hidden;
  153. display: -webkit-box;
  154. overflow-x: scroll;
  155. -webkit-overflow-scrolling: touch;
  156. }
  157. .authorBox::-webkit-scrollbar {
  158. display: none;
  159. }
  160. .authorItem{
  161. width: 32%;
  162. /* height: 400rpx; */
  163. margin: 0 2%;
  164. border-radius: 10rpx 10rpx 10rpx 40rpx;
  165. text-align: center;
  166. background-image: -webkit-linear-gradient(top, #103930, #121620);
  167. }
  168. .imgBox{
  169. width: 46%;
  170. overflow: hidden;
  171. display: inline-block;
  172. text-align: center;
  173. margin: 0 2%;
  174. /* height: 400rpx; */
  175. }
  176. .imgitem{
  177. position: relative;
  178. }
  179. .imgitem .img{
  180. width: 100%;
  181. /* background-color: chartreuse; */
  182. height: 200rpx;
  183. border-radius: 10rpx;
  184. }
  185. .posClass{
  186. position: absolute;
  187. right: 0;
  188. top: 0;
  189. width: 70rpx;
  190. height: 40rpx;
  191. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/home_bnt_bq.png');
  192. background-size:70rpx 40rpx;
  193. color: #ffffff;
  194. font-size: 24rpx;
  195. z-index: 100000;
  196. }
  197. .imgBox .itemTitle{
  198. height: 60rpx;
  199. line-height: 60rpx;
  200. text-align: center;
  201. color: #ffffff;
  202. font-size: 30rpx;
  203. }
  204. .handpickBox{
  205. overflow: hidden;
  206. }
  207. .handpickTop{
  208. overflow: hidden;
  209. margin: 40rpx 0 ;
  210. }
  211. .handpickImg{
  212. width: 60rpx;
  213. height: 70rpx;
  214. float: left;
  215. margin: 0 10rpx;
  216. }
  217. .handpickText{
  218. font-size: 36rpx;
  219. color:#ffffff;
  220. font-weight: 700;
  221. height: 36rpx;
  222. padding: 10rpx 0 30rpx 0 ;
  223. margin-left: 10rpx;
  224. float: left;
  225. letter-spacing:4rpx
  226. }
  227. .handpickadd{
  228. float: right;
  229. color: #00cc99;
  230. font-size: 30rrpx;
  231. margin: 10rpx 20rpx;
  232. }
  233. .handpickLogo{
  234. width: 50rpx;
  235. height: 50rpx;
  236. float: right;
  237. background-color: #00cc99;
  238. margin-top: 10rpx;
  239. margin-right: 20rpx;
  240. border-radius: 50%;
  241. color: #ffffff;
  242. text-align: center;
  243. line-height: 50rpx;
  244. font-size: 36rpx;
  245. }
  246. .commodityBox{
  247. overflow: hidden;
  248. margin-bottom: 30rpx;
  249. }
  250. .extendBox{
  251. overflow: hidden;
  252. margin: 40rpx 0;
  253. }
  254. .extendMoreBox{
  255. float: left;
  256. width: 45%;
  257. height: 70rpx;
  258. margin-right: 5%;
  259. background-color: #1A1D26;
  260. border-radius: 30rpx;
  261. }
  262. .changeBox {
  263. margin-left: 5%;
  264. float: left;
  265. background-color: #1A1D26;
  266. border-radius: 30rpx;
  267. width: 45%;
  268. height: 70rpx;
  269. }
  270. .commodityImg{
  271. position: relative;
  272. width: 320rpx;
  273. background-color: chocolate;
  274. border-radius: 10rpx;
  275. height: 200rpx;
  276. float: left;
  277. margin-left: 10rpx;
  278. }
  279. .commodityImage{
  280. width: 100%;
  281. height: 100%;
  282. border-radius: 10rpx;
  283. }
  284. .classBoxImg{
  285. width: 100%;
  286. height: 100%;
  287. border-radius: 10rpx;
  288. }
  289. .describeBox{
  290. width: 360rpx;
  291. margin-left: 30rpx;
  292. float: left;
  293. }
  294. .describeBame{
  295. width: 80%;
  296. height: 50rpx;
  297. line-height: 50rpx;
  298. font-size: 34rpx;
  299. color: #ffffff;
  300. font-weight: 560;
  301. overflow:hidden;
  302. text-overflow:ellipsis;
  303. display:-webkit-box;
  304. -webkit-box-orient:vertical;
  305. -webkit-line-clamp:1;
  306. }
  307. .headImgBox{
  308. float: left;
  309. }
  310. .headImg{
  311. float: left;
  312. width: 60rpx;
  313. height: 60rpx;
  314. border-radius: 50%;
  315. background-color: #00cc99;
  316. }
  317. .annotation{
  318. width: 240rpx;
  319. border-radius: 50rpx;
  320. height: 60rpx;
  321. background-color: #333;
  322. text-align: center;
  323. line-height: 60rpx;
  324. color: #9999cc;
  325. }
  326. .introduce{
  327. width: 96%;
  328. margin-top: 20rpx;
  329. color: #9999cc;
  330. height: 86rpx;
  331. line-height: 40rpx;
  332. overflow:hidden;
  333. text-overflow:ellipsis;
  334. display:-webkit-box;
  335. -webkit-box-orient:vertical;
  336. -webkit-line-clamp:2;
  337. }
  338. .priceBox{
  339. margin-top: 20rpx;
  340. overflow: hidden;
  341. }
  342. .priceF{
  343. float: left;
  344. color: #ff3366;
  345. line-height: 60rpx;
  346. }
  347. .price{
  348. font-size: 34rpx;
  349. color: #ff3366;
  350. float: left;
  351. line-height: 60rpx;
  352. }
  353. .popularity{
  354. width: 180rpx;
  355. height: 60rpx;
  356. float: right;
  357. margin-right: 60rpx;
  358. margin-top: 10rpx;
  359. background-color: chocolate;
  360. }
  361. .exchangeText{
  362. float: left;
  363. color: #8790A8;
  364. line-height: 70rpx;
  365. margin-left: 20rpx;
  366. font-size: 30rpx;
  367. }
  368. .exchangeBox{
  369. width: 90%;
  370. margin: 20rpx auto;
  371. height: 70rpx;
  372. line-height: 70rpx;
  373. border-radius: 50rpx;
  374. text-align: center;
  375. background: #1A1D26;
  376. }
  377. .exchangeImg{
  378. width: 40rpx;
  379. height: 40rpx;
  380. margin-top: 15rpx ;
  381. margin-left: 260rpx;
  382. float: left;
  383. }
  384. .exchangeBtn{
  385. float: left;
  386. width: 50rpx;
  387. height: 50rpx;
  388. margin: 5rpx 0 0 20rpx;
  389. background-color: cornflowerblue;
  390. }
  391. .authorImgBox{
  392. background-color: rgba(51, 51, 51, 0.5);
  393. height: 360rpx;
  394. border-radius: 40rpx;
  395. overflow: hidden;
  396. }
  397. .nameBox{
  398. height: 140rpx;
  399. background-color: rgba(51, 51, 51,0.6);
  400. border-radius: 0rpx 40rpx 0rpx 40rpx;
  401. }
  402. .authorName{
  403. height: 60rpx;
  404. line-height: 60rpx;
  405. text-align: center;
  406. color: #ffffff;
  407. font-size: 36rpx;
  408. font-weight: 600;
  409. }
  410. .authorText{
  411. width: 90%;
  412. margin: 0 auto;
  413. color: #9999cc;
  414. height: 60rpx;
  415. line-height: 60rpx;
  416. text-align: center;
  417. overflow:hidden;
  418. text-overflow:ellipsis;
  419. display:-webkit-box;
  420. -webkit-box-orient:vertical;
  421. -webkit-line-clamp:1;
  422. }
  423. .rankingBox{
  424. margin: 20rpx 0;
  425. }
  426. .sortBox{
  427. overflow: hidden;
  428. }
  429. .sortNmu{
  430. width: 18%;
  431. background-color: aqua;
  432. height: 360rpx;
  433. float: left;
  434. }
  435. .articleBox{
  436. width: 82%;
  437. height: 360rpx;
  438. float: left;
  439. }
  440. .articleImg{
  441. width: 40%;
  442. height: 100%;
  443. background-color: blueviolet;
  444. border-radius: 10rpx;
  445. float: left;
  446. }
  447. .articleTextBox{
  448. float: left;
  449. width: 58%;
  450. margin-left: 2%;
  451. height: 100%;
  452. border-radius: 10rpx;
  453. }
  454. .articleTitle{
  455. font-size: 34rpx;
  456. color: #ffffff;
  457. font-weight: 560;
  458. }
  459. .articlePopularity{
  460. width: 180rpx;
  461. height: 60rpx;
  462. float: right;
  463. margin-right: 20rpx;
  464. margin-top: 10rpx;
  465. background-color: chocolate;
  466. }
  467. .sortItemBox{
  468. width: 31%;
  469. margin: 20rpx 1%;
  470. float: left;
  471. }
  472. .sortItemImg{
  473. position: relative;
  474. width: 100%;
  475. height: 160rpx;
  476. border-radius: 10rpx;
  477. }
  478. .sortItemImg image{
  479. width: 100%;
  480. height: 100%;
  481. border-radius: 10rpx;
  482. }
  483. .sortNumBj_0{
  484. position: absolute;
  485. width: 52rpx;
  486. height: 65rpx;
  487. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/home_rmph_ic_1.png');
  488. background-size:52rpx 65rpx;
  489. color: #ffffff;
  490. text-align: center;
  491. line-height: 46rpx;
  492. top: 0;
  493. left: 0;
  494. }
  495. .sortNumBj_1{
  496. position: absolute;
  497. width: 52rpx;
  498. height: 65rpx;
  499. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/home_rmph_ic_2.png');
  500. background-size:52rpx 65rpx;
  501. color: #ffffff;
  502. text-align: center;
  503. line-height: 46rpx;
  504. top: 0;
  505. left: 0;
  506. }
  507. .sortNumBj_2{
  508. position: absolute;
  509. width: 52rpx;
  510. height: 65rpx;
  511. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/home_rmph_ic_3.png');
  512. background-size:52rpx 65rpx;
  513. color: #ffffff;
  514. text-align: center;
  515. line-height: 46rpx;
  516. top: 0;
  517. left: 0;
  518. }
  519. .sortNumBj_3{
  520. position: absolute;
  521. width: 52rpx;
  522. height: 65rpx;
  523. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin/drawable-xhdpi/home_rmph_ic_4.png');
  524. background-size:52rpx 65rpx;
  525. color: #ffffff;
  526. text-align: center;
  527. line-height: 46rpx;
  528. top: 0;
  529. left: 0;
  530. }
  531. .sortTitle{
  532. height: 40rpx;
  533. line-height: 40rpx;
  534. font-size: 32rpx;
  535. color: #FEFEFE;
  536. overflow:hidden;
  537. text-overflow:ellipsis;
  538. display:-webkit-box;
  539. -webkit-box-orient:vertical;
  540. -webkit-line-clamp:1;
  541. margin: 10rpx 0;
  542. }
  543. .popularityBox {
  544. padding: 10rpx 0;
  545. }
  546. .popularityImg{
  547. float: left;
  548. width: 23rpx;
  549. height: 26rpx;
  550. margin-top: 8rpx;
  551. margin-left: 5rpx;
  552. }
  553. .popularityText{
  554. float: left;
  555. font-size: 26rpx;
  556. margin: 0 10rpx;
  557. }
  558. .popularityNum{
  559. float: left;
  560. color: #07E881;
  561. font-size: 26rpx;
  562. }
  563. .newPopularity{
  564. width: 100%;
  565. position: absolute;
  566. bottom: 0;
  567. left: 10;
  568. background-color: #222735;
  569. height: 40rpx;
  570. border-radius: 0 0 10rpx 10rpx ;
  571. }