announcement.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonAnnouncement {
  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. .HoutaiContainerBottomAppleListHeaderNR {
  116. width: 1120px;
  117. }
  118. .HoutaiContainerBottomAppleListHeaderCZ {
  119. width: 162px;
  120. display: flex;
  121. display: -moz-flex;
  122. display: -o-flex;
  123. display: -webkit-flex;
  124. display: -ms-flex;
  125. justify-content: center;
  126. align-items: center;
  127. }
  128. .HoutaiContainerBottomAppleListHeaderCZ > p {
  129. /* cursor: pointer; */
  130. }
  131. .HoutaiContainerBottomAppleListHeaderCZ > p {
  132. cursor: pointer;
  133. }
  134. .HoutaiContainerBottomAppleListHeaderCZxg {
  135. color: #007aff;
  136. font-size: 16px;
  137. padding-right: 3px;
  138. }
  139. .HoutaiContainerBottomAppleListHeaderCZsc {
  140. color: #ff0000;
  141. font-size: 16px;
  142. padding-left: 3px;
  143. }
  144. .HoutaiContainerBottomAppleListHeaderCZhf {
  145. color: rgba(0, 0, 0, 0.50);
  146. font-size: 16px;
  147. padding-left: 3px;
  148. }
  149. .qiyong {
  150. color: #007aff;
  151. font-size: 16px;
  152. padding-left: 3px;
  153. }
  154. /* 弹窗-增 */
  155. .HoutaiContainerDialoggai, .HoutaiContainerDialogAdd, .HoutaiContainerDialogRevise {
  156. width: 100%;
  157. height: 100%;
  158. background-color: rgba(0, 0, 0, 0.2);
  159. position: fixed;
  160. top: 0px;
  161. left: 0px;
  162. z-index: 999;
  163. overflow: hidden;
  164. display: none;
  165. }
  166. .HoutaiContainerDialogDeputyAdd {
  167. width: 630px;
  168. height: 240px;
  169. background-color: #ffffff;
  170. border-radius: 4px;
  171. position: fixed;
  172. left: 50%;
  173. top: 50%;
  174. transform: translate(-50%, -50%);
  175. }
  176. .HoutaiContainerDialogTitle {
  177. width: 630px;
  178. height: 48px;
  179. background-color: #f2f4f6;
  180. color: #242731;
  181. font-size: 16px;
  182. font-weight: bold;
  183. text-align: center;
  184. line-height: 48px;
  185. border-radius: 4px;
  186. }
  187. .HoutaiContainerDialogLine1LeftAdd {
  188. width: 122px;
  189. height: 80px;
  190. color: #242731;
  191. font-size: 16px;
  192. text-align: center;
  193. line-height: 80px;
  194. margin: 16px 0;
  195. }
  196. .HoutaiContainerDialogLine1RightAdd {
  197. width: 480px;
  198. height: 80px;
  199. border-radius: 4px;
  200. font-size: 16px;
  201. color: #242731;
  202. margin: 16px 0;
  203. border: 1px solid #bbbfc1;
  204. padding-left: 12px;
  205. outline: none;
  206. }
  207. .HoutaiContainerDialogLine1Add,
  208. .HoutaiContainerDialogLine2Add{
  209. width: 625px;
  210. display: flex;
  211. }
  212. .HoutaiContainerDialogLine2LeftAdd {
  213. width: 122px;
  214. height: 256px;
  215. color: #242731;
  216. font-size: 16px;
  217. text-align: center;
  218. line-height: 256px;
  219. }
  220. .HoutaiContainerDialogLine2RightAdd {
  221. width: 115px;
  222. height: 256px;
  223. text-align: center;
  224. line-height: 256px;
  225. margin-left: 8px;
  226. color: #007aff;
  227. font-size: 16px;
  228. }
  229. .HoutaiContainerDialogLine5Add, .HoutaiContainerDialogLine5Revise {
  230. width: 630px;
  231. height: 78px;
  232. display: flex;
  233. display: -moz-flex;
  234. display: -o-flex;
  235. display: -webkit-flex;
  236. display: -ms-flex;
  237. background-color: #f7f7f8;
  238. align-items: center;
  239. }
  240. .HoutaiContainerDialogLine5LeftAdd, .HoutaiContainerDialogLine5LeftRevise {
  241. width: 246px;
  242. height: 48px;
  243. color: #bbbfc1;
  244. font-weight: bold;
  245. font-size: 16px;
  246. text-align: center;
  247. line-height: 48px;
  248. border: 1px solid #bbbfc1;
  249. border-radius: 4px;
  250. margin-left: 32px;
  251. }
  252. .HoutaiContainerDialogLine5Rightgai, .HoutaiContainerDialogLine5RightAdd, .HoutaiContainerDialogLine5RightRevise {
  253. width: 246px;
  254. height: 48px;
  255. color: #ffffff;
  256. font-weight: bold;
  257. font-size: 16px;
  258. text-align: center;
  259. line-height: 48px;
  260. border-radius: 4px;
  261. margin-left: 64px;
  262. background-color: #000000;
  263. }
  264. .player-wrapper {
  265. position: relative;
  266. }
  267. /* 删除弹窗 */
  268. .HoutaiContainerDialogSC {
  269. width: 100%;
  270. height: 100%;
  271. background-color: rgba(0, 0, 0, 0.2);
  272. position: fixed;
  273. top: 0px;
  274. left: 0px;
  275. z-index: 999;
  276. overflow: hidden;
  277. display: none;
  278. }
  279. .HoutaiContainerDialogSCDeputy {
  280. width: 620px;
  281. height: 226px;
  282. background-color: #ffffff;
  283. border-radius: 4px;
  284. position: absolute;
  285. left: 50%;
  286. top: 50%;
  287. margin-left: -285px;
  288. margin-top: -170px;
  289. }
  290. .HoutaiContainerDialogSCTitle {
  291. width: 620px;
  292. height: 48px;
  293. background-color: #f2f4f6;
  294. color: #242731;
  295. font-size: 16px;
  296. font-weight: bold;
  297. text-align: center;
  298. line-height: 48px;
  299. border-radius: 4px;
  300. }
  301. .HoutaiContainerDialogSCZhongJian {
  302. width: 620px;
  303. height: 100px;
  304. color: #ff0000;
  305. font-weight: bold;
  306. font-size: 23px;
  307. text-align: center;
  308. line-height: 100px;
  309. }
  310. .HoutaiContainerDialogSCAdvert {
  311. width: 620px;
  312. height: 78px;
  313. display: flex;
  314. display: -moz-flex;
  315. display: -o-flex;
  316. display: -webkit-flex;
  317. display: -ms-flex;
  318. background-color: #f7f7f8;
  319. align-items: center;
  320. }
  321. .HoutaiContainerDialogASCdvertLeft {
  322. width: 246px;
  323. height: 48px;
  324. color: #bbbfc1;
  325. font-weight: bold;
  326. font-size: 16px;
  327. text-align: center;
  328. line-height: 48px;
  329. border: 1px solid #bbbfc1;
  330. border-radius: 4px;
  331. margin-left: 32px;
  332. }
  333. .HoutaiContainerDialogSCAdvertRight {
  334. width: 246px;
  335. height: 48px;
  336. color: #ffffff;
  337. font-weight: bold;
  338. font-size: 16px;
  339. text-align: center;
  340. line-height: 48px;
  341. border-radius: 4px;
  342. margin-left: 64px;
  343. background-color: #000000;
  344. }