contrast.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonContrast {
  2. color: #fff;
  3. background-color: #000000;
  4. border: 1px solid #000000;
  5. }
  6. .SLHeader {
  7. width: 1380px;
  8. height: 48px;
  9. display: flex;
  10. display: -moz-flex;
  11. display: -o-flex;
  12. display: -webkit-flex;
  13. display: -ms-flex;
  14. align-items: center;
  15. }
  16. .SLHeaderChild {
  17. width: 158px;
  18. font-size: 14px;
  19. font-weight: bold;
  20. color: #9a9ea5;
  21. position: relative;
  22. text-align: center;
  23. }
  24. .SLHeaderChildActive {
  25. color: #000000;
  26. font-size: 14px;
  27. font-weight: bold;
  28. }
  29. .SLHeaderChildActive::after {
  30. content: "";
  31. width: 100px;
  32. border-bottom: 4px solid #007aff;
  33. border-radius: 0.03rem;
  34. /* background-color: #007AFF; */
  35. position: absolute;
  36. bottom: -15px;
  37. left: 18%;
  38. }
  39. .SLHeaderCreate {
  40. width: 88px;
  41. height: 35px;
  42. background-color: #000000;
  43. border-radius: 4px;
  44. color: #ffffff;
  45. font-size: 14px;
  46. font-weight: bold;
  47. text-align: center;
  48. line-height: 35px;
  49. position: absolute;
  50. right: 35px;
  51. top: 7px;
  52. }
  53. .SLHeaderChildActiveLine {
  54. width: 1380px;
  55. height: 2px;
  56. margin-left: 30px;
  57. background-color: #d4d4d4;
  58. }
  59. .HoutaiContainerBottomAppleList {
  60. width: 1380px;
  61. background-color: white;
  62. margin-top: 24px;
  63. margin-left: 32px;
  64. margin: 25px auto 0;
  65. border-radius: 10px;
  66. border: 1px solid #d5d9dd;
  67. }
  68. .HoutaiContainerBottomAppleListHeader {
  69. width: 1378px;
  70. display: flex;
  71. display: -moz-flex;
  72. display: -o-flex;
  73. display: -webkit-flex;
  74. margin: 0 auto;
  75. display: -ms-flex;
  76. background-color: #f2f4f6;
  77. border-radius: 10px;
  78. }
  79. .HoutaiContainerBottomAppleListHeaders {
  80. width: 1378px;
  81. display: flex;
  82. display: -moz-flex;
  83. display: -o-flex;
  84. display: -webkit-flex;
  85. margin: 0 auto;
  86. display: -ms-flex;
  87. background-color: #ffffff;
  88. border-radius: 10px;
  89. }
  90. .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
  91. background-color: white;
  92. }
  93. .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
  94. background-color: #f9fbfe;
  95. }
  96. .HoutaiContainerBottomAppleListHeaders > p {
  97. height: 100px;
  98. display: flex;
  99. display: -moz-flex;
  100. display: -o-flex;
  101. display: -webkit-flex;
  102. display: -ms-flex;
  103. justify-content: center;
  104. align-items: center;
  105. font-size: 16px;
  106. color: #000000;
  107. }
  108. .HoutaiContainerBottomAppleListHeader > p {
  109. height: 54px;
  110. text-align: center;
  111. line-height: 54px;
  112. font-size: 14px;
  113. color: #575f6e;
  114. }
  115. .HoutaiContainerBottomAppleListHeaderFM {
  116. width: 162px;
  117. }
  118. .HoutaiContainerBottomAppleListHeaderFM img {
  119. width: 66px;
  120. height: 66px;
  121. }
  122. .HoutaiContainerBottomAppleListHeaderBT {
  123. width: 724px;
  124. }
  125. .HoutaiContainerBottomAppleListHeaderNR {
  126. width: 332px;
  127. }
  128. .HoutaiContainerBottomAppleListHeaderNR img {
  129. width: 66px;
  130. height: 66px;
  131. margin: 0 6px;
  132. }
  133. .HoutaiContainerBottomAppleListHeaderCZ {
  134. width: 162px;
  135. display: flex;
  136. display: -moz-flex;
  137. display: -o-flex;
  138. display: -webkit-flex;
  139. display: -ms-flex;
  140. justify-content: center;
  141. align-items: center;
  142. }
  143. .HoutaiContainerBottomAppleListHeaderCZ > p {
  144. cursor: pointer;
  145. }
  146. .HoutaiContainerBottomAppleListHeaderCZxg,
  147. .HoutaiContainerBottomAppleListHeaderCZck {
  148. color: #007aff;
  149. font-size: 16px;
  150. padding-right: 3px;
  151. }
  152. .HoutaiContainerBottomAppleListHeaderCZsc {
  153. color: #ff0000;
  154. font-size: 16px;
  155. padding-left: 3px;
  156. }
  157. /* 弹窗-查 */
  158. .HoutaiContainerDialogCheck {
  159. width: 100%;
  160. height: 100%;
  161. background-color: rgba(0, 0, 0, 0.2);
  162. position: fixed;
  163. top: 0px;
  164. left: 0px;
  165. z-index: 999;
  166. overflow: hidden;
  167. display: none;
  168. }
  169. .HoutaiContainerDialogDeputyCheck {
  170. width: 1000px;
  171. height: 770px;
  172. background-color: #ffffff;
  173. border-radius: 4px;
  174. position: fixed;
  175. left: 50%;
  176. top: 50%;
  177. transform: translate(-50%, -50%);
  178. overflow: hidden;
  179. overflow-y: scroll;
  180. }
  181. .HoutaiContainerDialogDeputyCheck img {
  182. border-radius: 4px;
  183. }
  184. .HoutaiContainerDialogTitleCheck {
  185. width: 1000px;
  186. height: 48px;
  187. background-color: #f2f4f6;
  188. color: #242731;
  189. font-size: 16px;
  190. font-weight: bold;
  191. text-align: center;
  192. line-height: 48px;
  193. border-radius: 4px;
  194. }
  195. .HoutaiContainerDialogLine1Check,
  196. .HoutaiContainerDialogLine2Check,
  197. .HoutaiContainerDialogLine3Check {
  198. width: 1000px;
  199. display: flex;
  200. }
  201. .HoutaiContainerDialogLine1LeftCheck {
  202. width: 122px;
  203. height: 256px;
  204. color: #242731;
  205. font-size: 16px;
  206. text-align: center;
  207. line-height: 256px;
  208. }
  209. .HoutaiContainerDialogLine1RighttCheck {
  210. margin: 16px 0;
  211. }
  212. .HoutaiContainerDialogFMImg {
  213. width: 168px;
  214. height: 224px;
  215. }
  216. .HoutaiContainerDialogLine2LeftCheck {
  217. width: 122px;
  218. height: 182px;
  219. color: #242731;
  220. font-size: 16px;
  221. text-align: center;
  222. line-height: 182px;
  223. }
  224. .HoutaiContainerDialogLine2RightCheck,
  225. .HoutaiContainerDialogLine3RightCheck {
  226. width: 860px;
  227. display: flex;
  228. flex-wrap: wrap;
  229. margin-top: 20px;
  230. }
  231. .HoutaiContainerDialogLine3ImgFile {
  232. position: relative;
  233. margin-right: 8px;
  234. margin-bottom: 8px;
  235. }
  236. .HoutaiContainerDialogTPImg {
  237. width: 150px;
  238. height: 150px;
  239. margin-right: 8px;
  240. margin-bottom: 8px;
  241. }
  242. .delImg {
  243. width: 75px;
  244. height: 35px;
  245. line-height: 37px;
  246. text-align: center;
  247. border: 1px solid #FF0000;
  248. border-radius: 4px;
  249. color: #FF0000;
  250. background-color: #fff;
  251. position: absolute;
  252. bottom: 15px;
  253. left: 37px;
  254. }
  255. .HoutaiContainerDialogLine3LeftCheck {
  256. width: 122px;
  257. height: 182px;
  258. color: #242731;
  259. font-size: 16px;
  260. text-align: center;
  261. line-height: 182px;
  262. }
  263. .HoutaiContainerDialogSPImg {
  264. width: 200px;
  265. height: 150px;
  266. margin-right: 8px;
  267. margin-bottom: 8px;
  268. }
  269. .HoutaiContainerDialogLine4Check {
  270. width: 1000px;
  271. height: 78px;
  272. background-color: #f7f7f8;
  273. display: flex;
  274. align-items: center;
  275. justify-content: center;
  276. }
  277. .HoutaiContainerDialogLine4CheckBtn {
  278. width: 936px;
  279. height: 48px;
  280. color: #ffffff;
  281. font-weight: bold;
  282. font-size: 16px;
  283. text-align: center;
  284. line-height: 48px;
  285. border-radius: 4px;
  286. background-color: #000000;
  287. }
  288. /* 弹窗-增 */
  289. .HoutaiContainerDialogAdd, .HoutaiContainerDialogRevise {
  290. width: 100%;
  291. height: 100%;
  292. background-color: rgba(0, 0, 0, 0.2);
  293. position: fixed;
  294. top: 0px;
  295. left: 0px;
  296. z-index: 999;
  297. overflow: hidden;
  298. display: none;
  299. }
  300. .HoutaiContainerDialogDeputyAdd, .HoutaiContainerDialogDeputyRevise {
  301. width: 630px;
  302. height: 760px;
  303. background-color: #ffffff;
  304. border-radius: 4px;
  305. position: fixed;
  306. left: 50%;
  307. top: 50%;
  308. transform: translate(-50%, -50%);
  309. overflow: hidden;
  310. overflow-y: scroll;
  311. }
  312. .HoutaiContainerDialogTitle {
  313. width: 630px;
  314. height: 48px;
  315. background-color: #f2f4f6;
  316. color: #242731;
  317. font-size: 16px;
  318. font-weight: bold;
  319. text-align: center;
  320. line-height: 48px;
  321. border-radius: 4px;
  322. }
  323. .HoutaiContainerDialogLine1LeftAdd, .HoutaiContainerDialogLine1LeftRevise {
  324. width: 122px;
  325. height: 80px;
  326. color: #242731;
  327. font-size: 16px;
  328. text-align: center;
  329. line-height: 80px;
  330. margin: 16px 0;
  331. }
  332. .HoutaiContainerDialogLine1RightAdd, .HoutaiContainerDialogLine1RightRevise {
  333. width: 480px;
  334. height: 80px;
  335. border-radius: 4px;
  336. font-size: 16px;
  337. color: #242731;
  338. margin: 16px 0;
  339. border: 1px solid #bbbfc1;
  340. padding-left: 12px;
  341. outline: none;
  342. }
  343. .HoutaiContainerDialogLine1Add, .HoutaiContainerDialogLine1Revise {
  344. /* height: 64px; */
  345. }
  346. .fmImg {
  347. width: 168px;
  348. height: 224px;
  349. margin-top: 16px;
  350. }
  351. .fmImg img {
  352. width: 100%;
  353. height: 100%;
  354. }
  355. #uploadAddFM,
  356. #uploadAddTP,
  357. #uploadAddSP,
  358. #uploadReviseFM,
  359. #uploadReviseTP,
  360. #uploadReviseSP {
  361. display: none;
  362. }
  363. .HoutaiContainerDialogLine1Add,
  364. .HoutaiContainerDialogLine2Add,
  365. .HoutaiContainerDialogLine3Add,
  366. .HoutaiContainerDialogLine4Add,
  367. .HoutaiContainerDialogLine1Revise,
  368. .HoutaiContainerDialogLine2Revise,
  369. .HoutaiContainerDialogLine3Revise,
  370. .HoutaiContainerDialogLine4Revise {
  371. width: 625px;
  372. display: flex;
  373. }
  374. .HoutaiContainerDialogLine2LeftAdd,.HoutaiContainerDialogLine2LeftRevise {
  375. width: 122px;
  376. height: 256px;
  377. color: #242731;
  378. font-size: 16px;
  379. text-align: center;
  380. line-height: 256px;
  381. }
  382. .HoutaiContainerDialogLine2RightAdd,.HoutaiContainerDialogLine2RightRevise {
  383. width: 115px;
  384. height: 256px;
  385. text-align: center;
  386. line-height: 256px;
  387. margin-left: 8px;
  388. color: #007aff;
  389. font-size: 16px;
  390. }
  391. .HoutaiContainerDialogLine3LeftAdd,.HoutaiContainerDialogLine3LeftRevise {
  392. width: 122px;
  393. height: 182px;
  394. color: #242731;
  395. font-size: 16px;
  396. text-align: center;
  397. line-height: 182px;
  398. }
  399. .HoutaiContainerDialogLine3RightAdd,.HoutaiContainerDialogLine3RightRevise {
  400. width: 480px;
  401. display: flex;
  402. flex-wrap: wrap;
  403. margin-top: 20px;
  404. }
  405. .HoutaiContainerDialogLine3RightAdd img,.HoutaiContainerDialogLine3RightRevise img {
  406. width: 150px;
  407. height: 150px;
  408. }
  409. .HoutaiContainerDialogLine4LeftAdd,.HoutaiContainerDialogLine4LeftRevise {
  410. width: 122px;
  411. height: 132px;
  412. color: #242731;
  413. font-size: 16px;
  414. text-align: center;
  415. line-height: 132px;
  416. }
  417. .HoutaiContainerDialogLine4AddSP,.HoutaiContainerDialogLine4ReviseSP {
  418. margin-top: 20px;
  419. }
  420. .HoutaiContainerDialogLine4AddSP img,.HoutaiContainerDialogLine4ReviseSP img {
  421. width: 480px;
  422. height: 100px;
  423. }
  424. .HoutaiContainerDialogLine4VideoFile {
  425. display: flex;
  426. align-items: center;
  427. justify-content: space-between;
  428. width: 480px;
  429. height: 50px;
  430. border: 1px solid #bbbfc1;
  431. border-radius: 4px;
  432. margin-top: 10px;
  433. }
  434. .videoFileName {
  435. color: rgba(36, 39, 49, 0.5);
  436. margin-left: 12px;
  437. width: 400px;
  438. /* 单行省略 */
  439. white-space: nowrap;
  440. text-overflow: ellipsis;
  441. overflow: hidden;
  442. word-break: break-all;
  443. }
  444. .delVideo {
  445. color: #ff0000;
  446. font-size: 16px;
  447. font-weight: 400;
  448. margin-right: 12px;
  449. }
  450. .HoutaiContainerDialogLine5Add, .HoutaiContainerDialogLine5Revise {
  451. width: 620px;
  452. height: 78px;
  453. display: flex;
  454. display: -moz-flex;
  455. display: -o-flex;
  456. display: -webkit-flex;
  457. display: -ms-flex;
  458. background-color: #f7f7f8;
  459. align-items: center;
  460. }
  461. .HoutaiContainerDialogLine5LeftAdd, .HoutaiContainerDialogLine5LeftRevise {
  462. width: 246px;
  463. height: 48px;
  464. color: #bbbfc1;
  465. font-weight: bold;
  466. font-size: 16px;
  467. text-align: center;
  468. line-height: 48px;
  469. border: 1px solid #bbbfc1;
  470. border-radius: 4px;
  471. margin-left: 32px;
  472. }
  473. .HoutaiContainerDialogLine5RightAdd, .HoutaiContainerDialogLine5RightRevise {
  474. width: 246px;
  475. height: 48px;
  476. color: #ffffff;
  477. font-weight: bold;
  478. font-size: 16px;
  479. text-align: center;
  480. line-height: 48px;
  481. border-radius: 4px;
  482. margin-left: 64px;
  483. background-color: #000000;
  484. }
  485. /* 删除弹窗 */
  486. .HoutaiContainerDialogSC {
  487. width: 100%;
  488. height: 100%;
  489. background-color: rgba(0, 0, 0, 0.2);
  490. position: fixed;
  491. top: 0px;
  492. left: 0px;
  493. z-index: 999;
  494. overflow: hidden;
  495. display: none;
  496. }
  497. .HoutaiContainerDialogSCDeputy {
  498. width: 620px;
  499. height: 226px;
  500. background-color: #ffffff;
  501. border-radius: 4px;
  502. position: absolute;
  503. left: 50%;
  504. top: 50%;
  505. margin-left: -285px;
  506. margin-top: -170px;
  507. }
  508. .HoutaiContainerDialogSCTitle {
  509. width: 620px;
  510. height: 48px;
  511. background-color: #f2f4f6;
  512. color: #242731;
  513. font-size: 16px;
  514. font-weight: bold;
  515. text-align: center;
  516. line-height: 48px;
  517. border-radius: 4px;
  518. }
  519. .HoutaiContainerDialogSCZhongJian {
  520. width: 620px;
  521. height: 100px;
  522. color: #ff0000;
  523. font-weight: bold;
  524. font-size: 23px;
  525. text-align: center;
  526. line-height: 100px;
  527. }
  528. .HoutaiContainerDialogSCAdvert {
  529. width: 620px;
  530. height: 78px;
  531. display: flex;
  532. display: -moz-flex;
  533. display: -o-flex;
  534. display: -webkit-flex;
  535. display: -ms-flex;
  536. background-color: #f7f7f8;
  537. align-items: center;
  538. }
  539. .HoutaiContainerDialogASCdvertLeft {
  540. width: 246px;
  541. height: 48px;
  542. color: #bbbfc1;
  543. font-weight: bold;
  544. font-size: 16px;
  545. text-align: center;
  546. line-height: 48px;
  547. border: 1px solid #bbbfc1;
  548. border-radius: 4px;
  549. margin-left: 32px;
  550. }
  551. .HoutaiContainerDialogSCAdvertRight {
  552. width: 246px;
  553. height: 48px;
  554. color: #ffffff;
  555. font-weight: bold;
  556. font-size: 16px;
  557. text-align: center;
  558. line-height: 48px;
  559. border-radius: 4px;
  560. margin-left: 64px;
  561. background-color: #000000;
  562. }
  563. .HoutaiContainerDialogVideo {
  564. width: 100%;
  565. height: 100%;
  566. background-color: rgba(0, 0, 0, 0.8);
  567. position: fixed;
  568. top: 0px;
  569. left: 0px;
  570. z-index: 999;
  571. display: none;
  572. }
  573. .HoutaiContainerDialogDeputyVideo {
  574. width: 1030px;
  575. height: 760px;
  576. background-color: #ffffff;
  577. position: fixed;
  578. left: 50%;
  579. top: 50%;
  580. transform: translate(-50%, -50%);
  581. }
  582. .closeVideo {
  583. position: absolute;
  584. right: -48px;
  585. top: -48px;
  586. width: 48px;
  587. height: 48px;
  588. }
  589. .toogleImg {
  590. width: 90px;
  591. height: 90px;
  592. position: absolute;
  593. top: 50%;
  594. left: 50%;
  595. transform: translate(-50%,-50%);
  596. z-index: 9999;
  597. display: none;
  598. }
  599. .player-wrapper {
  600. position: relative;
  601. }