酷炫数据营销平台

home.scss 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912
  1. header {
  2. width: 100%;
  3. height: 60px;
  4. position: relative;
  5. background: #202020;
  6. position: fixed;
  7. top: 0;
  8. z-index: 1000;
  9. min-width: 1200px;
  10. .left {
  11. float: left;
  12. width: 230px;
  13. height: 100%;
  14. background: #202020;
  15. position: relative;
  16. margin-left: 24px;
  17. .ku {
  18. width: 110px;
  19. cursor: pointer;
  20. display: inline-block;
  21. vertical-align: middle;
  22. }
  23. }
  24. .search_input {
  25. position: relative;
  26. height: 100%;
  27. width: 110px;
  28. display: inline-block;
  29. vertical-align: middle;
  30. .clearText {
  31. position: absolute;
  32. top: 50%;
  33. -webkit-transform: translateY(-50%);
  34. transform: translateY(-50%);
  35. right: 80px;
  36. color: #666;
  37. cursor: pointer;
  38. }
  39. .search_img {
  40. height: 100%;
  41. color: #fff;
  42. line-height: 60px;
  43. margin-left:20px;
  44. .platform_name{
  45. color: #ffffff;
  46. cursor: pointer;
  47. font-size: 14px;
  48. }
  49. .selectBox {
  50. padding: 6px 0;
  51. background: #fff;
  52. position: absolute;
  53. top: 60px;
  54. left: 0;
  55. box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
  56. border-radius: 4px;
  57. display: none;
  58. &::before {
  59. content: "";
  60. position: absolute;
  61. top: -17px;
  62. left: 50%;
  63. -webkit-transform: translateX(-50%);
  64. transform: translateX(-50%);
  65. width: 0;
  66. height: 0;
  67. border: 10px solid;
  68. border-color: transparent;
  69. border-bottom-color: #fff;
  70. }
  71. li {
  72. font-size: 14px;
  73. padding: 0 20px;
  74. position: relative;
  75. white-space: nowrap;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. color: #606266;
  79. height: 34px;
  80. line-height: 34px;
  81. -webkit-box-sizing: border-box;
  82. box-sizing: border-box;
  83. cursor: pointer;
  84. a{
  85. color: #606266;
  86. }
  87. &:hover {
  88. background: #f5f7fa;
  89. }
  90. img {
  91. width: 20px;
  92. height: 20px;
  93. margin-right: 5px;
  94. }
  95. }
  96. }
  97. .el-icon-caret-bottom {
  98. background: transparent;
  99. transition: transform .3s;
  100. }
  101. &:hover {
  102. .selectBox {
  103. display: inline-block;
  104. }
  105. .el-icon-caret-bottom {
  106. transform: rotate(180deg);
  107. }
  108. }
  109. .imgDiv{
  110. display: inline-block;
  111. margin-right: 10px;
  112. cursor: pointer;
  113. &.active{
  114. &::after{
  115. content: "";
  116. display: block;
  117. height: 2px;
  118. width: 23px;
  119. border-radius: 2px;
  120. margin: auto;
  121. margin-top: 5px;
  122. background: #2662FF;
  123. }
  124. }
  125. }
  126. .line{
  127. width: 2px;
  128. height: 27px;
  129. background: #2662FF;
  130. display: inline-block;
  131. margin: 0 6px;
  132. vertical-align: middle;
  133. }
  134. img{
  135. width: 17px;
  136. display: inline-block;
  137. vertical-align: middle;
  138. background: #fff;
  139. border-radius: 4px;
  140. }
  141. }
  142. input {
  143. height: 100%;
  144. width: calc(100% - 150px);
  145. padding-left: 80px;
  146. border: none;
  147. font-size: 14px;
  148. }
  149. button{
  150. color: #2662FF;
  151. font-size: 14px;
  152. border: none;
  153. height: 100%;
  154. width: 80px;
  155. float: right;
  156. }
  157. }
  158. .type {
  159. width: calc(100% - 250px);
  160. float: left;
  161. font-size: 16px;
  162. text-align: left;
  163. .oneLevel {
  164. display: inline-block;
  165. line-height: 60px;
  166. color: #fff;
  167. padding:0 16px;
  168. cursor: pointer;
  169. position: relative;
  170. text-align: center;
  171. }
  172. .type-active {
  173. color: #2662FF;
  174. &::after{
  175. content: '';
  176. display: block;
  177. width: 20%;
  178. height: 2px;
  179. background: #2662FF;
  180. position: absolute;
  181. top: 48px;
  182. left: 0;
  183. right: 0;
  184. margin:auto;
  185. }
  186. }
  187. }
  188. .right {
  189. float: right;
  190. width: calc(100% - 255px);
  191. padding-left: 20px;
  192. text-align: right;
  193. position: relative;
  194. box-sizing: border-box;
  195. user-select:none;
  196. .name {
  197. color: #ffffff;
  198. font-size: 15px;
  199. float: right;
  200. height: 60px;
  201. display: flex;
  202. align-items: center;
  203. margin-right: 10px;
  204. cursor: pointer;
  205. position: relative;
  206. z-index: 9;
  207. .userName{
  208. display: inline-block;
  209. max-width: 90px;
  210. padding-right: 5px;
  211. overflow: hidden;
  212. text-overflow:ellipsis;
  213. white-space: nowrap;
  214. text-align: center;
  215. }
  216. #login-el-icon-arrow-down{
  217. display: none;
  218. }
  219. img{
  220. width: 24px;
  221. vertical-align: sub;
  222. display: inline-block;
  223. margin-right: 10px;
  224. }
  225. .status {
  226. i{
  227. margin-right:7px;
  228. font-size: 18px;
  229. vertical-align: middle;
  230. }
  231. }
  232. }
  233. .center {
  234. width: 25%;
  235. height: 35px;
  236. background: #fff;
  237. float: left;
  238. right: 170px;
  239. position: absolute;
  240. top: 0;
  241. bottom: 0;
  242. margin: auto;
  243. text-align: left;
  244. background:rgba(255,255,255,0.136);
  245. .select {
  246. display: inline-block;
  247. width: 78px;
  248. line-height: 23px;
  249. text-align: center;
  250. height: 100%;
  251. padding: 6px 0 6px 4px;
  252. color: #fff;
  253. font-size: 15px;
  254. vertical-align: middle;
  255. cursor: pointer;
  256. position: relative;
  257. }
  258. .select i {
  259. margin-left: 3px;
  260. }
  261. .active {
  262. color: #2662FF;
  263. }
  264. input {
  265. width: 80%;
  266. font-size: 12px;
  267. outline: none;
  268. border: none;
  269. padding-left: 21px;
  270. height: 100%;
  271. background: transparent;
  272. color: #fff;
  273. }
  274. button {
  275. width: 76px;
  276. height: 100%;
  277. border: none;
  278. position: absolute;
  279. right: 0;
  280. top: 0;
  281. background: #595959;
  282. .goole {
  283. width: 16px;
  284. height: 16px;
  285. position: absolute;
  286. top: 50%;
  287. left: 50%;
  288. transform: translate(-50%,-50%);
  289. }
  290. }
  291. }
  292. }
  293. .worker {
  294. height: 60px;
  295. line-height: 60px;
  296. color: #fff;
  297. margin-right: 20px;
  298. img {
  299. width: 20px!important;
  300. height: 20px!important;
  301. vertical-align: middle!important;
  302. }
  303. }
  304. .active {
  305. color: #2662FF;
  306. }
  307. .login_info{
  308. float: right;
  309. button{
  310. width: 76px;
  311. height: 35px;
  312. background: #2662FF;
  313. color: #fff;
  314. border: none;
  315. font-size: 15px;
  316. line-height: 35px;
  317. margin-right: 20px;
  318. margin-top: 12.5px;
  319. border-radius: 2px;
  320. }
  321. }
  322. .downIconActive {
  323. transform: rotate(180deg);
  324. }
  325. }
  326. #homeCantiner {
  327. margin-top: 60px;
  328. #home_banner{
  329. width: 100%;
  330. min-width: 1170px;
  331. position: relative;
  332. .homeBanner{
  333. width: 100%;
  334. }
  335. .el-carousel--horizontal{
  336. overflow-y: hidden;
  337. height: 100%;
  338. .el-carousel__container{
  339. height: 100%;
  340. }
  341. }
  342. .homeContent{
  343. position: absolute;
  344. top: 0;
  345. left: 0;
  346. width: 100%;
  347. height: 100%;
  348. text-align: center;
  349. h2{
  350. font-size: 50px;
  351. line-height: 70px;
  352. color: #ffffff;
  353. margin-top: 43px;
  354. // letter-spacing:0.3em;
  355. }
  356. .title_hint{
  357. color: #FFFFFF;
  358. font-size: 26px;
  359. line-height: 37px;
  360. margin-top: 37px;
  361. }
  362. .search_div{
  363. margin-top: 50px;
  364. .search_type{
  365. display: inline-block;
  366. width: 900px;
  367. margin: auto;
  368. li{
  369. display: inline-block;
  370. color: #ffffff;
  371. font-size: 14px;
  372. height: 30px;
  373. line-height: 30px;
  374. width: 90px;
  375. position: relative;
  376. cursor: pointer;
  377. &.active{
  378. background: #fff;
  379. color: #0174F0;
  380. border-radius: 4px;
  381. }
  382. &.active::after {
  383. content: "";
  384. position: absolute;
  385. bottom: -17px;
  386. left: 50%;
  387. transform: translateX(-50%);
  388. width: 0;
  389. height: 0;
  390. border: 10px solid;
  391. border-color: #ffffff transparent transparent transparent;
  392. }
  393. }
  394. }
  395. .search_item{
  396. width: 962px;
  397. height: 56px;
  398. border-radius: 4px;
  399. background: #fff;
  400. margin: auto;
  401. margin-top: 20px;
  402. .search_icon{
  403. width: 26px;
  404. height: 26px;
  405. float: right;
  406. margin-top: 15px;
  407. margin-right: 23px;
  408. cursor: pointer;
  409. }
  410. }
  411. .search_input {
  412. position: relative;
  413. height: 100%;
  414. .clearText {
  415. position: absolute;
  416. top: 50%;
  417. -webkit-transform: translateY(-50%);
  418. transform: translateY(-50%);
  419. right: 80px;
  420. color: #666;
  421. cursor: pointer;
  422. }
  423. .search_img {
  424. height: 100%;
  425. position: absolute;
  426. top: 50%;
  427. margin-top: -10px;
  428. left: 15px;
  429. img{
  430. width: 22px;
  431. height: 22px;
  432. display: inline-block;
  433. vertical-align: middle;
  434. }
  435. }
  436. input {
  437. height: 100%;
  438. width: calc(100% - 150px);
  439. padding-left: 15px;
  440. border: none;
  441. font-size: 14px;
  442. }
  443. }
  444. }
  445. }
  446. }
  447. .rankBigBox{
  448. .bigTitle{
  449. color: #222222;
  450. font-size: 26px;
  451. line-height: 37px;
  452. font-weight: 500;
  453. text-align: center;
  454. margin-top: 60px;
  455. }
  456. .rankTime{
  457. color: #999999;
  458. font-size: 16px;
  459. line-height: 22px;
  460. margin-top: 14px;
  461. text-align: center;
  462. height: 22px;
  463. }
  464. .liveBoardBox,.rankBox,.moreFunction{
  465. width: 962px;
  466. margin: auto;
  467. }
  468. .rankBox{
  469. .itemBox{
  470. width: 303px;
  471. height: 506px;
  472. background-color: #FFFFFF;
  473. box-shadow: 0 2px 13px 0 rgba(150,175,255,0.2);
  474. padding:30px;
  475. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/live.png');
  476. background-repeat: no-repeat;
  477. background-size:36% ;
  478. display: inline-block;
  479. vertical-align: middle;
  480. margin-right: 21px;
  481. margin-top: 21px;
  482. &:nth-of-type(3n + 3){
  483. margin-right: 0;
  484. }
  485. .rankTitle{
  486. .title{
  487. float: left;
  488. color: #111111;
  489. font-size: 14px;
  490. line-height: 25px;
  491. font-weight: 500;
  492. }
  493. .more{
  494. color: #2662FF;
  495. font-size: 14px;
  496. line-height: 25px;
  497. float: right;
  498. cursor: pointer;
  499. }
  500. }
  501. .table_title .info1,.table_info .left{
  502. float: left;
  503. }
  504. .table_title .info2,.table_info .right{
  505. float: right;
  506. }
  507. .table_title{
  508. color: #666666;
  509. font-size: 12px;
  510. line-height: 17px;
  511. padding: 10px 0;
  512. }
  513. .table_info{
  514. padding: 10px 0;
  515. border-top: 1px solid #E9EFFF;
  516. display: block;
  517. cursor: pointer;
  518. .left{
  519. .imgBox{
  520. width: 42px;
  521. height: 60px;
  522. border-radius: 4px;
  523. background: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/blur_bg.png') no-repeat;
  524. background-size:100% 100%;
  525. position: relative;
  526. overflow: hidden;
  527. display: inline-block;
  528. vertical-align: middle;
  529. img{
  530. width: 100%;
  531. position: absolute;
  532. top: 0;
  533. bottom: 0;
  534. left: 0;
  535. right: 0;
  536. margin: auto;
  537. }
  538. }
  539. .name{
  540. color: #111111;
  541. font-size: 12px;
  542. line-height: 17px;
  543. width: 100px;
  544. overflow: hidden;
  545. text-overflow:ellipsis;
  546. white-space: nowrap;
  547. display: inline-block;
  548. vertical-align: middle;
  549. margin-left: 10px;
  550. }
  551. }
  552. .right{
  553. color: #666666;
  554. font-size: 12px;
  555. font-weight: bold;
  556. line-height: 60px;
  557. }
  558. }
  559. }
  560. .itemBox_dr{
  561. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/dr.png');
  562. }
  563. .itemBox_goods{
  564. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/goods.png');
  565. }
  566. .itemBox_video{
  567. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/video.png');
  568. }
  569. .itemBox_music{
  570. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/music.png');
  571. }
  572. .itemBox_comment{
  573. background-image: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/newIcon/home/huifu.png');
  574. }
  575. }
  576. .liveBoard{
  577. width: 100%;
  578. height: 183px;
  579. background: url('https://kx-bigdata.oss-cn-beijing.aliyuncs.com/wxVideo/home_bg_1.png') no-repeat;
  580. background-size:100% ;
  581. margin-top: 106px;
  582. .liveBoardBox{
  583. padding-top: 75px;
  584. .self_selet_button{
  585. width: 118px;
  586. height: 56px;
  587. background: #2662FF;
  588. border-radius: 4px;
  589. color: #FFFFFF;
  590. font-size: 16px;
  591. border: none;
  592. float: right;
  593. }
  594. .self_select{
  595. width: 820px;
  596. float: left;
  597. position: relative;
  598. .self_select_input{
  599. width: 100%;
  600. background-color: #fff;
  601. background-image: none;
  602. border-radius: 4px;
  603. border: 1px solid #dcdfe6;
  604. box-sizing: border-box;
  605. color: #333333;
  606. display: inline-block;
  607. font-size: inherit;
  608. height: 56px;
  609. line-height: 56px;
  610. outline: none;
  611. padding: 0 15px;
  612. transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  613. cursor: pointer;
  614. .self_select_input_inner{
  615. width: 760px;
  616. height: 100%;
  617. border: none;
  618. background: transparent;
  619. margin-top: -5px;
  620. cursor: pointer;
  621. }
  622. .icon{
  623. width: 20px;
  624. display: inline-block;
  625. transition: transform .3s;
  626. }
  627. }
  628. .self_popper{
  629. min-width: 240px;
  630. z-index: 2027;
  631. position: absolute;
  632. top: 70px;
  633. left: 0;
  634. margin-bottom: 12px;
  635. border: 1px solid #e4e7ed;
  636. border-radius: 4px;
  637. background-color: #fff;
  638. box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  639. box-sizing: border-box;
  640. margin: 5px 0;
  641. transform: scaleY(0);
  642. transition: transform 0.2s;
  643. transform-origin: top center;
  644. .popper_arrow{
  645. top: -12px;
  646. left: 35px;
  647. margin-right: 3px;
  648. border-top-color: #fff;
  649. border-bottom-width: 0;
  650. border-width: 6px;
  651. filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
  652. position: absolute;
  653. display: block;
  654. width: 0;
  655. height: 0;
  656. border-color:transparent;
  657. border-bottom-color:#fff;
  658. border-style: solid;
  659. &::after{
  660. content: " ";
  661. border-width: 6px;
  662. bottom: 1px;
  663. margin-left: -6px;
  664. border-top-color: #fff;
  665. border-bottom-width: 0;
  666. position: absolute;
  667. display: block;
  668. width: 0;
  669. height: 0;
  670. border-color: transparent;
  671. border-style: solid;
  672. }
  673. }
  674. .select_dropdown_list{
  675. list-style: none;
  676. padding: 6px 0;
  677. margin: 0;
  678. box-sizing: border-box;
  679. max-width: 820px;
  680. .select_dropdown_item{
  681. font-size: 14px;
  682. padding: 0 20px;
  683. position: relative;
  684. white-space: nowrap;
  685. overflow: hidden;
  686. text-overflow: ellipsis;
  687. color: #606266;
  688. height: 34px;
  689. line-height: 34px;
  690. box-sizing: border-box;
  691. cursor: pointer;
  692. display: block;
  693. &:hover{
  694. background-color: #f5f7fa;
  695. }
  696. &.selected{
  697. color: #409eff;
  698. font-weight: 700;
  699. }
  700. }
  701. }
  702. }
  703. }
  704. }
  705. }
  706. .hotVideoBox{
  707. .hotVideo{
  708. width: 300px;
  709. height: 140px;
  710. background: #ffffff;
  711. border-radius: 6px;
  712. margin-right: 25px;
  713. margin-top: 50px;
  714. overflow: hidden;
  715. box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
  716. display: inline-block;
  717. &:nth-of-type(3n+3){
  718. margin-right: 0;
  719. }
  720. .imgBox{
  721. display: inline-block;
  722. width: 140px;
  723. height: 140px;
  724. position: relative;
  725. overflow: hidden;
  726. vertical-align: middle;
  727. img{
  728. width: 100%;
  729. }
  730. }
  731. .vidoe_info{
  732. display: inline-block;
  733. margin-left: 12px;
  734. vertical-align: middle;
  735. .video_name{
  736. color: #333333;
  737. font-size: 15px;
  738. line-height: 40px;
  739. font-weight: 600;
  740. width: 110px;
  741. overflow: hidden;
  742. text-overflow:ellipsis;
  743. white-space: nowrap;
  744. }
  745. .video_user{
  746. width: 110px;
  747. overflow: hidden;
  748. text-overflow:ellipsis;
  749. white-space: nowrap;
  750. padding-bottom: 18px;
  751. border-bottom: 1px dotted #E8E8E8;
  752. margin-top: 5px;
  753. img{
  754. width: 20px;
  755. height: 20px;
  756. border-radius: 50%;
  757. display: inline-block;
  758. vertical-align: middle;
  759. }
  760. span{
  761. vertical-align: middle;
  762. color: #333333;
  763. font-size: 12px;
  764. line-height: 17px;
  765. margin-left: 4px;
  766. }
  767. }
  768. .zan{
  769. margin-top: 13px;
  770. img{
  771. width: 17px;
  772. display: inline-block;
  773. vertical-align: middle;
  774. }
  775. span{
  776. color: #333333;
  777. font-size: 12px;
  778. line-height: 17px;
  779. margin-left: 6px;
  780. }
  781. }
  782. }
  783. }
  784. }
  785. .moreFunction{
  786. margin-top: 90px;
  787. margin-bottom: 75px;
  788. li{
  789. text-align: center;
  790. width: 140px;
  791. float: left;
  792. margin-right: 134px;
  793. transition: all 0.6s;
  794. &:hover{
  795. transform: scale(1.4);
  796. }
  797. &:last-of-type{
  798. margin-right: 0;
  799. }
  800. .functionImg{
  801. width: 139px;
  802. height: 120px;
  803. margin: auto;
  804. img{
  805. width: 100%;
  806. }
  807. }
  808. .functionName{
  809. color: #111111;
  810. font-size: 12px;
  811. line-height: 17px;
  812. margin-top: 32px;
  813. }
  814. }
  815. }
  816. }
  817. }
  818. footer{
  819. width: 100%;
  820. height: 270px;
  821. position: relative;
  822. background: #202020;
  823. .con{
  824. width: 1246px;
  825. height: 230px;
  826. position: relative;
  827. margin:auto;
  828. padding-top:32px;
  829. box-sizing: border-box;
  830. .left{
  831. float: left;
  832. .logo{
  833. height: 47px;
  834. display: inline-block;
  835. vertical-align: top;
  836. margin-right: 50px;
  837. }
  838. .outerChainBox{
  839. display: inline-block;
  840. vertical-align: top;
  841. color: #ffffff;
  842. width: 100px;
  843. text-align: center;
  844. margin: 0 20px;
  845. li{
  846. font-size: 10px;
  847. line-height: 14px;
  848. margin-bottom: 13px;
  849. color: rgba(255,255,255,0.8);
  850. &:first-of-type{
  851. font-size: 13px;
  852. line-height: 18px;
  853. font-weight: 600;
  854. margin-bottom: 18px;
  855. color: #ffffff;
  856. }
  857. a{
  858. color: rgba(255,255,255,0.8);
  859. &:hover{
  860. color: #2662FF;
  861. }
  862. }
  863. }
  864. }
  865. }
  866. .right{
  867. float: right;
  868. .evmBox{
  869. display: inline-block;
  870. vertical-align: top;
  871. text-align: center;
  872. margin: 0 9px;
  873. .imgBox{
  874. width: 90px;
  875. height:90px;
  876. border-radius: 4px;
  877. margin: auto;
  878. background: #ffffff;
  879. overflow: hidden;
  880. img{
  881. width: 100%;
  882. height:100%;
  883. }
  884. }
  885. .desc{
  886. color: rgba(255,255,255,0.8);
  887. font-size: 10px;
  888. line-height: 14px;
  889. margin-top: 8px;
  890. }
  891. }
  892. }
  893. }
  894. .recordBottom{
  895. background: #262626;
  896. clear: both;
  897. font-size: 12px;
  898. font-weight: 400;
  899. line-height: 40px;
  900. text-align: center;
  901. color: rgba(135, 135, 135, 1);
  902. }
  903. }