tabBtn19.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonbuttocksAppraisal {
  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. .HoutaiContainerBottomAppleListHeaderTP {
  116. width: 97px;
  117. }
  118. .HoutaiContainerBottomAppleListHeaderTP img {
  119. width: 40px;
  120. height: 45px;
  121. }
  122. .HoutaiContainerBottomAppleListHeaderBT {
  123. width: 300px;
  124. }
  125. .HoutaiContainerBottomAppleListHeaderNR {
  126. width: 80px;
  127. }
  128. .HoutaiContainerBottomAppleListHeaderCZ {
  129. width: 120px;
  130. display: flex;
  131. display: -moz-flex;
  132. display: -o-flex;
  133. display: -webkit-flex;
  134. display: -ms-flex;
  135. justify-content: center;
  136. align-items: center;
  137. }
  138. .HoutaiContainerBottomAppleListHeaderCZ > p {
  139. cursor: pointer;
  140. }
  141. .HoutaiContainerBottomAppleListHeaderCZxg,
  142. .HoutaiContainerBottomAppleListHeaderCZck {
  143. color: #007aff;
  144. font-size: 16px;
  145. padding-right: 3px;
  146. }
  147. .HoutaiContainerBottomAppleListHeaderCZsc {
  148. color: #ff0000;
  149. font-size: 16px;
  150. padding-left: 3px;
  151. }
  152. /* 弹窗-查 */
  153. .HoutaiContainerDialogCheck {
  154. width: 100%;
  155. height: 100%;
  156. background-color: rgba(0, 0, 0, 0.2);
  157. position: fixed;
  158. top: 0px;
  159. left: 0px;
  160. z-index: 999;
  161. overflow: hidden;
  162. display: none;
  163. }
  164. .HoutaiContainerDialogDeputyCheck {
  165. width: 750px;
  166. height: 478px;
  167. background-color: #ffffff;
  168. border-radius: 4px;
  169. position: fixed;
  170. left: 50%;
  171. top: 50%;
  172. transform: translate(-50%, -50%);
  173. overflow: hidden;
  174. }
  175. .HoutaiContainerDialogTitleCheck {
  176. width: 1275px;
  177. height: 48px;
  178. background-color: #f2f4f6;
  179. color: #242731;
  180. font-size: 16px;
  181. font-weight: bold;
  182. text-align: center;
  183. line-height: 48px;
  184. border-radius: 4px;
  185. }
  186. .HoutaiContainerDialogLine1Check,
  187. .HoutaiContainerDialogLine2Check,
  188. .HoutaiContainerDialogLine3Check {
  189. width: 1000px;
  190. display: flex;
  191. }
  192. .HoutaiContainerDialogLine1LeftCheck {
  193. width: 122px;
  194. height: 256px;
  195. color: #242731;
  196. font-size: 16px;
  197. text-align: center;
  198. line-height: 256px;
  199. }
  200. .HoutaiContainerDialogLine1RighttCheck {
  201. margin: 16px 0;
  202. }
  203. .HoutaiContainerDialogFMImg {
  204. width: 168px;
  205. height: 224px;
  206. }
  207. .HoutaiContainerDialogLine2LeftCheck {
  208. width: 122px;
  209. height: 182px;
  210. color: #242731;
  211. font-size: 16px;
  212. text-align: center;
  213. line-height: 182px;
  214. }
  215. .HoutaiContainerDialogLine2RightCheck,
  216. .HoutaiContainerDialogLine3RightCheck {
  217. width: 860px;
  218. display: flex;
  219. flex-wrap: wrap;
  220. margin-top: 20px;
  221. }
  222. .HoutaiContainerDialogLine3ImgFile {
  223. position: relative;
  224. margin-right: 8px;
  225. margin-bottom: 8px;
  226. }
  227. .HoutaiContainerDialogTPImg {
  228. width: 150px;
  229. height: 150px;
  230. margin-right: 8px;
  231. margin-bottom: 8px;
  232. }
  233. .delImg {
  234. width: 75px;
  235. height: 35px;
  236. line-height: 37px;
  237. text-align: center;
  238. border: 1px solid #FF0000;
  239. border-radius: 4px;
  240. color: #FF0000;
  241. background-color: #fff;
  242. position: absolute;
  243. bottom: 15px;
  244. left: 37px;
  245. }
  246. .HoutaiContainerDialogLine3LeftCheck {
  247. width: 122px;
  248. height: 182px;
  249. color: #242731;
  250. font-size: 16px;
  251. text-align: center;
  252. line-height: 182px;
  253. }
  254. .HoutaiContainerDialogSPImg {
  255. width: 200px;
  256. height: 150px;
  257. margin-right: 8px;
  258. margin-bottom: 8px;
  259. }
  260. .HoutaiContainerDialogLine4Check {
  261. width: 750px;
  262. height: 78px;
  263. background-color: #f7f7f8;
  264. display: flex;
  265. align-items: center;
  266. justify-content: center;
  267. }
  268. .HoutaiContainerDialogLine4CheckBtn {
  269. width: 700px;
  270. height: 48px;
  271. color: #ffffff;
  272. font-weight: bold;
  273. font-size: 16px;
  274. text-align: center;
  275. line-height: 48px;
  276. border-radius: 4px;
  277. background-color: #000000;
  278. }
  279. /* 弹窗-增 */
  280. .HoutaiContainerDialogAdd, .HoutaiContainerDialogRevise {
  281. width: 100%;
  282. height: 100%;
  283. background-color: rgba(0, 0, 0, 0.2);
  284. position: fixed;
  285. top: 0px;
  286. left: 0px;
  287. z-index: 999;
  288. overflow: hidden;
  289. display: none;
  290. }
  291. .HoutaiContainerDialogDeputyAdd {
  292. width: 1275px;
  293. /* height: 370px; */
  294. background-color: #ffffff;
  295. border-radius: 4px;
  296. position: fixed;
  297. left: 50%;
  298. top: 50%;
  299. transform: translate(-50%, -50%);
  300. }
  301. .HoutaiContainerDialogTitle {
  302. width: 1220px;
  303. height: 48px;
  304. background-color: #f2f4f6;
  305. color: #242731;
  306. font-size: 16px;
  307. font-weight: bold;
  308. text-align: center;
  309. line-height: 48px;
  310. border-radius: 4px;
  311. }
  312. .HoutaiContainerDialogLine1LeftAdd {
  313. width: 122px;
  314. color: #242731;
  315. font-size: 16px;
  316. text-align: center;
  317. }
  318. .HoutaiContainerDialogLineAdd {
  319. display: flex;
  320. justify-content: center;
  321. align-items: center;
  322. }
  323. .HoutaiContainerDialogLineAddRight {
  324. width: 1145px;
  325. display: flex;
  326. justify-content: space-between;
  327. align-items: center;
  328. padding: 16px 0;
  329. }
  330. .HoutaiContainerDialogLine1RightAdd, .HoutaiContainerDialogLine1RightRevise {
  331. width: 1145px;
  332. height: 60px;
  333. border-radius: 4px;
  334. font-size: 16px;
  335. color: #242731;
  336. margin: 16px 0;
  337. border: 1px solid #bbbfc1;
  338. padding-left: 12px;
  339. outline: none;
  340. }
  341. .fmImg {
  342. width: 120px;
  343. height: 160px;
  344. /* margin-top: 16px; */
  345. }
  346. .fmImg img {
  347. width: 100%;
  348. height: 100%;
  349. }
  350. .inputfile {
  351. display: none;
  352. }
  353. .HoutaiContainerDialogLine4LeftAdd {
  354. width: 122px;
  355. height: 114px;
  356. color: #242731;
  357. font-size: 16px;
  358. text-align: center;
  359. line-height: 114px;
  360. margin: 0 8px;
  361. }
  362. .uploadNum {
  363. width: 120px;
  364. height: 30px;
  365. font-size: 16px;
  366. text-align: center;
  367. line-height: 30px;
  368. color: #007AFF;
  369. margin-left: 8px;
  370. }
  371. .uploadDel {
  372. color: #ff0000;
  373. }
  374. .HoutaiContainerDialogLine4AddSP img {
  375. width: 120px;
  376. height: 50px;
  377. }
  378. .HoutaiContainerDialogLine4VideoFile {
  379. display: flex;
  380. align-items: center;
  381. justify-content: space-between;
  382. width: 120px;
  383. height: 50px;
  384. border: 1px solid #bbbfc1;
  385. border-radius: 4px;
  386. }
  387. .videoFileName {
  388. color: rgba(36, 39, 49, 0.5);
  389. margin-left: 12px;
  390. width: 200px;
  391. /* 单行省略 */
  392. white-space: nowrap;
  393. text-overflow: ellipsis;
  394. overflow: hidden;
  395. word-break: break-all;
  396. }
  397. .delVideo {
  398. color: #ff0000;
  399. font-size: 16px;
  400. font-weight: 400;
  401. margin-right: 12px;
  402. }
  403. .HoutaiContainerDialogLineSave {
  404. width: 1220px;
  405. height: 78px;
  406. display: flex;
  407. align-items: center;
  408. justify-content: space-between;
  409. }
  410. .HoutaiContainerDialogLine5LeftAdd {
  411. width: 536px;
  412. height: 48px;
  413. color: #bbbfc1;
  414. font-weight: bold;
  415. font-size: 16px;
  416. text-align: center;
  417. line-height: 48px;
  418. border: 1px solid #bbbfc1;
  419. border-radius: 4px;
  420. margin-left: 32px;
  421. }
  422. .HoutaiContainerDialogLine5RightAdd {
  423. width: 536px;
  424. height: 48px;
  425. color: #ffffff;
  426. font-weight: bold;
  427. font-size: 16px;
  428. text-align: center;
  429. line-height: 48px;
  430. border-radius: 4px;
  431. margin-right: 32px;
  432. background-color: #000000;
  433. }
  434. /* 删除弹窗 */
  435. .HoutaiContainerDialogSC {
  436. width: 100%;
  437. height: 100%;
  438. background-color: rgba(0, 0, 0, 0.2);
  439. position: fixed;
  440. top: 0px;
  441. left: 0px;
  442. z-index: 999;
  443. overflow: hidden;
  444. display: none;
  445. }
  446. .HoutaiContainerDialogSCDeputy {
  447. width: 620px;
  448. height: 226px;
  449. background-color: #ffffff;
  450. border-radius: 4px;
  451. position: absolute;
  452. left: 50%;
  453. top: 50%;
  454. margin-left: -285px;
  455. margin-top: -170px;
  456. }
  457. .HoutaiContainerDialogSCTitle {
  458. width: 620px;
  459. height: 48px;
  460. background-color: #f2f4f6;
  461. color: #242731;
  462. font-size: 16px;
  463. font-weight: bold;
  464. text-align: center;
  465. line-height: 48px;
  466. border-radius: 4px;
  467. }
  468. .HoutaiContainerDialogSCZhongJian {
  469. width: 620px;
  470. height: 100px;
  471. color: #ff0000;
  472. font-weight: bold;
  473. font-size: 23px;
  474. text-align: center;
  475. line-height: 100px;
  476. }
  477. .HoutaiContainerDialogSCAdvert {
  478. width: 620px;
  479. height: 78px;
  480. display: flex;
  481. display: -moz-flex;
  482. display: -o-flex;
  483. display: -webkit-flex;
  484. display: -ms-flex;
  485. background-color: #f7f7f8;
  486. align-items: center;
  487. }
  488. .HoutaiContainerDialogASCdvertLeft {
  489. width: 246px;
  490. height: 48px;
  491. color: #bbbfc1;
  492. font-weight: bold;
  493. font-size: 16px;
  494. text-align: center;
  495. line-height: 48px;
  496. border: 1px solid #bbbfc1;
  497. border-radius: 4px;
  498. margin-left: 32px;
  499. }
  500. .HoutaiContainerDialogSCAdvertRight {
  501. width: 246px;
  502. height: 48px;
  503. color: #ffffff;
  504. font-weight: bold;
  505. font-size: 16px;
  506. text-align: center;
  507. line-height: 48px;
  508. border-radius: 4px;
  509. margin-left: 64px;
  510. background-color: #000000;
  511. }
  512. .HoutaiContainerDialogVideo {
  513. width: 100%;
  514. height: 100%;
  515. background-color: rgba(0, 0, 0, 0.8);
  516. position: fixed;
  517. top: 0px;
  518. left: 0px;
  519. z-index: 999;
  520. display: none;
  521. }
  522. .HoutaiContainerDialogDeputyVideo {
  523. width: 1030px;
  524. height: 760px;
  525. background-color: #ffffff;
  526. position: fixed;
  527. left: 50%;
  528. top: 50%;
  529. transform: translate(-50%, -50%);
  530. }
  531. .closeVideo {
  532. position: absolute;
  533. right: -48px;
  534. top: -48px;
  535. width: 48px;
  536. height: 48px;
  537. }
  538. .toogleImg {
  539. width: 90px;
  540. height: 90px;
  541. position: absolute;
  542. top: 50%;
  543. left: 50%;
  544. transform: translate(-50%,-50%);
  545. z-index: 9999;
  546. display: none;
  547. }
  548. .player-wrapper {
  549. position: relative;
  550. }
  551. video {
  552. width: 100%;
  553. height: 400px;
  554. }
  555. .chulizhong {
  556. color: #007AFF;
  557. }
  558. .bannerImgBJ {
  559. background-color: rgba(0, 0, 0, 0.8);
  560. position: fixed;
  561. left: 0;
  562. top: 0;
  563. right: 0;
  564. bottom: 0;
  565. display: none;
  566. width: 100%;
  567. height: 100%;
  568. }
  569. .bannerImgContent {
  570. display: flex;
  571. justify-content: center;
  572. align-items: center;
  573. width: 100%;
  574. height: 100%;
  575. }
  576. .HoutaiContainerDialogLine2RightRevise {
  577. width: 120px;
  578. height: 50px;
  579. text-align: center;
  580. line-height: 50px;
  581. color: #007aff;
  582. font-size: 16px;
  583. }