tabBtn11.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonError {
  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. .HoutaiContainerBottomAppleListHeaderID {
  116. width: 192px;
  117. }
  118. .HoutaiContainerBottomAppleListHeaderNR {
  119. width: 1026px;
  120. }
  121. .HoutaiContainerBottomAppleListHeaderNR img {
  122. width: 24px;
  123. height: 24px;
  124. margin-left: 12px;
  125. }
  126. .HoutaiContainerBottomAppleListHeaderCZ {
  127. width: 162px;
  128. display: flex;
  129. display: -moz-flex;
  130. display: -o-flex;
  131. display: -webkit-flex;
  132. display: -ms-flex;
  133. justify-content: center;
  134. align-items: center;
  135. }
  136. .HoutaiContainerBottomAppleListHeaderCZ > p {
  137. /* cursor: pointer; */
  138. }
  139. .HoutaiContainerBottomAppleListHeaderCZhf{
  140. color: #007aff;
  141. font-size: 16px;
  142. padding-right: 3px;
  143. cursor: pointer;
  144. }
  145. .HoutaiContainerBottomAppleListHeaderCZyhf {
  146. color: rgba(0, 0, 0, 0.50);
  147. font-size: 16px;
  148. padding-left: 3px;
  149. cursor: pointer;
  150. }
  151. /* 弹窗-查 */
  152. .HoutaiContainerDialogCheck {
  153. width: 100%;
  154. height: 100%;
  155. background-color: rgba(0, 0, 0, 0.2);
  156. position: fixed;
  157. top: 0px;
  158. left: 0px;
  159. z-index: 999;
  160. overflow: hidden;
  161. display: none;
  162. }
  163. .HoutaiContainerDialogDeputyCheck {
  164. width: 1000px;
  165. height: 770px;
  166. background-color: #ffffff;
  167. border-radius: 4px;
  168. position: fixed;
  169. left: 50%;
  170. top: 50%;
  171. transform: translate(-50%, -50%);
  172. overflow: hidden;
  173. overflow-y: scroll;
  174. }
  175. .HoutaiContainerDialogDeputyCheck img {
  176. border-radius: 4px;
  177. }
  178. .HoutaiContainerDialogTitleCheck {
  179. width: 1000px;
  180. height: 48px;
  181. background-color: #f2f4f6;
  182. color: #242731;
  183. font-size: 16px;
  184. font-weight: bold;
  185. text-align: center;
  186. line-height: 48px;
  187. border-radius: 4px;
  188. }
  189. .HoutaiContainerDialogLine1Check,
  190. .HoutaiContainerDialogLine2Check,
  191. .HoutaiContainerDialogLine3Check {
  192. width: 1000px;
  193. display: flex;
  194. }
  195. .HoutaiContainerDialogLine1LeftCheck {
  196. width: 122px;
  197. height: 256px;
  198. color: #242731;
  199. font-size: 16px;
  200. text-align: center;
  201. line-height: 256px;
  202. }
  203. .HoutaiContainerDialogLine1RighttCheck {
  204. margin: 16px 0;
  205. }
  206. .HoutaiContainerDialogFMImg {
  207. width: 168px;
  208. height: 224px;
  209. }
  210. .HoutaiContainerDialogLine2LeftCheck {
  211. width: 122px;
  212. height: 182px;
  213. color: #242731;
  214. font-size: 16px;
  215. text-align: center;
  216. line-height: 182px;
  217. }
  218. .HoutaiContainerDialogLine2RightCheck,
  219. .HoutaiContainerDialogLine3RightCheck {
  220. width: 860px;
  221. display: flex;
  222. flex-wrap: wrap;
  223. margin-top: 20px;
  224. }
  225. .HoutaiContainerDialogLine3ImgFile {
  226. position: relative;
  227. margin-right: 8px;
  228. margin-bottom: 8px;
  229. }
  230. .HoutaiContainerDialogTPImg {
  231. width: 150px;
  232. height: 150px;
  233. margin-right: 8px;
  234. margin-bottom: 8px;
  235. }
  236. .delImg {
  237. width: 75px;
  238. height: 35px;
  239. line-height: 37px;
  240. text-align: center;
  241. border: 1px solid #FF0000;
  242. border-radius: 4px;
  243. color: #FF0000;
  244. background-color: #fff;
  245. position: absolute;
  246. bottom: 15px;
  247. left: 37px;
  248. }
  249. .HoutaiContainerDialogLine3LeftCheck {
  250. width: 122px;
  251. height: 182px;
  252. color: #242731;
  253. font-size: 16px;
  254. text-align: center;
  255. line-height: 182px;
  256. }
  257. .HoutaiContainerDialogSPImg {
  258. width: 200px;
  259. height: 150px;
  260. margin-right: 8px;
  261. margin-bottom: 8px;
  262. }
  263. .HoutaiContainerDialogLine4Check {
  264. width: 1000px;
  265. height: 78px;
  266. background-color: #f7f7f8;
  267. display: flex;
  268. align-items: center;
  269. justify-content: center;
  270. }
  271. .HoutaiContainerDialogLine4CheckBtn {
  272. width: 936px;
  273. height: 48px;
  274. color: #ffffff;
  275. font-weight: bold;
  276. font-size: 16px;
  277. text-align: center;
  278. line-height: 48px;
  279. border-radius: 4px;
  280. background-color: #000000;
  281. }
  282. /* 弹窗-增 */
  283. .HoutaiContainerDialogAdd, .HoutaiContainerDialogLook {
  284. width: 100%;
  285. height: 100%;
  286. background-color: rgba(0, 0, 0, 0.2);
  287. position: fixed;
  288. top: 0px;
  289. left: 0px;
  290. z-index: 999;
  291. overflow: hidden;
  292. display: none;
  293. }
  294. .HoutaiContainerDialogDeputyAdd {
  295. width: 630px;
  296. height: 350px;
  297. background-color: #ffffff;
  298. border-radius: 4px;
  299. position: fixed;
  300. left: 50%;
  301. top: 50%;
  302. transform: translate(-50%, -50%);
  303. }
  304. .HoutaiContainerDialogTitle {
  305. width: 630px;
  306. height: 48px;
  307. background-color: #f2f4f6;
  308. color: #242731;
  309. font-size: 16px;
  310. font-weight: bold;
  311. text-align: center;
  312. line-height: 48px;
  313. border-radius: 4px;
  314. }
  315. .HoutaiContainerDialogLine1LeftAdd {
  316. width: 122px;
  317. height: 80px;
  318. color: #242731;
  319. font-size: 16px;
  320. text-align: center;
  321. line-height: 80px;
  322. margin: 16px 0;
  323. }
  324. .HoutaiContainerDialogLine1RightAdd {
  325. width: 480px;
  326. height: 80px;
  327. border-radius: 4px;
  328. font-size: 16px;
  329. color: #242731;
  330. margin: 16px 0;
  331. border: 1px solid #bbbfc1;
  332. padding-left: 12px;
  333. outline: none;
  334. }
  335. .HoutaiContainerDialogLine1Add,
  336. .HoutaiContainerDialogLine2Add{
  337. width: 625px;
  338. display: flex;
  339. }
  340. .HoutaiContainerDialogLine2LeftAdd {
  341. width: 122px;
  342. height: 256px;
  343. color: #242731;
  344. font-size: 16px;
  345. text-align: center;
  346. line-height: 256px;
  347. }
  348. .HoutaiContainerDialogLine2RightAdd {
  349. width: 115px;
  350. height: 256px;
  351. text-align: center;
  352. line-height: 256px;
  353. margin-left: 8px;
  354. color: #007aff;
  355. font-size: 16px;
  356. }
  357. .HoutaiContainerDialogLine5Add, .HoutaiContainerDialogLine5Revise {
  358. width: 620px;
  359. height: 78px;
  360. display: flex;
  361. display: -moz-flex;
  362. display: -o-flex;
  363. display: -webkit-flex;
  364. display: -ms-flex;
  365. background-color: #f7f7f8;
  366. align-items: center;
  367. }
  368. .HoutaiContainerDialogLine5LeftAdd, .HoutaiContainerDialogLine5LeftRevise {
  369. width: 246px;
  370. height: 48px;
  371. color: #bbbfc1;
  372. font-weight: bold;
  373. font-size: 16px;
  374. text-align: center;
  375. line-height: 48px;
  376. border: 1px solid #bbbfc1;
  377. border-radius: 4px;
  378. margin-left: 32px;
  379. }
  380. .HoutaiContainerDialogLine5RightAdd, .HoutaiContainerDialogLine5RightRevise {
  381. width: 246px;
  382. height: 48px;
  383. color: #ffffff;
  384. font-weight: bold;
  385. font-size: 16px;
  386. text-align: center;
  387. line-height: 48px;
  388. border-radius: 4px;
  389. margin-left: 64px;
  390. background-color: #000000;
  391. }
  392. .player-wrapper {
  393. position: relative;
  394. }