pendingPayment.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. .HoutaiContainerTitleButton .HoutaiContainerTitleButtonPendingPayment {
  2. color: #fff;
  3. background-color: #000000;
  4. border: 1px solid #000000;
  5. }
  6. .main {
  7. margin: 25px 32px 24px;
  8. }
  9. .table {
  10. display: flex;
  11. margin-bottom: 12px
  12. }
  13. .card {
  14. width: 183px;
  15. height: 98px;
  16. background-color: #fff;
  17. border-radius: 10px;
  18. margin-right: 10px;
  19. }
  20. .card :first-child {
  21. font-size: 18px;
  22. color: #B0B7C3;
  23. margin-left: 24px;
  24. margin-top: 16px;
  25. }
  26. .card :last-child {
  27. font-size: 27px;
  28. color: #323B4B;
  29. margin-left: 24px;
  30. margin-top: 8px;
  31. }
  32. .HoutaiContainerBottomAppleList {
  33. width: 1380px;
  34. background-color: white;
  35. margin-top: 24px;
  36. margin-left: 32px;
  37. margin: 25px auto 0;
  38. border-radius: 10px;
  39. border: 1px solid #D5D9DD;
  40. }
  41. .HoutaiContainerBottomAppleListHeader {
  42. width: 1378px;
  43. display: flex;
  44. display: -moz-flex;
  45. display: -o-flex;
  46. display: -webkit-flex;
  47. margin: 0 auto;
  48. display: -ms-flex;
  49. background-color: #F2F4F6;
  50. border-radius: 10px;
  51. }
  52. .HoutaiContainerBottomAppleListHeader>p {
  53. height: 54px;
  54. text-align: center;
  55. line-height: 54px;
  56. font-size: 14px;
  57. color: #575F6E;
  58. }
  59. .HoutaiContainerBottomAppleListHeaderYH {
  60. width: 192px;
  61. }
  62. .HoutaiContainerBottomAppleListHeaderRQ {
  63. width: 130px;
  64. }
  65. .HoutaiContainerBottomAppleListHeaderLYJ ,
  66. .HoutaiContainerBottomAppleListHeaderBYQ ,
  67. .HoutaiContainerBottomAppleListHeaderSHYDDK ,
  68. .HoutaiContainerBottomAppleListHeaderDKQRa ,
  69. .HoutaiContainerBottomAppleListHeaderDKQRb {
  70. width: 117px;
  71. }
  72. .HoutaiContainerBottomAppleListHeaderYHK {
  73. text-align: center;
  74. width: 117px;
  75. }
  76. .HoutaiContainerBottomAppleListHeaderUSDT {
  77. text-align: center;
  78. width: 196px;
  79. }
  80. .HoutaiContainerBottomAppleListHeaderBZ {
  81. text-align: center;
  82. width: 160px;
  83. }
  84. .HoutaiContainerBottomAppleListHeaders .HoutaiContainerBottomAppleListHeaderBZContent {
  85. width: 160px;
  86. display: flex;
  87. flex-direction: row;
  88. }
  89. .HoutaiContainerBottomAppleListHeaderBZText {
  90. width: 80px;
  91. /* 两行展示 */
  92. overflow: hidden;
  93. display: -webkit-box;
  94. -webkit-line-clamp: 2;
  95. overflow: hidden;
  96. -webkit-box-orient: vertical;
  97. word-break: break-all;
  98. color: #000;
  99. text-align: center;
  100. font-size: 16px;
  101. font-weight: 400;
  102. line-height: 24px; /* 150% */
  103. }
  104. .HoutaiContainerBottomAppleListHeaderBZBtn {
  105. width: 32px;
  106. height: 100%;
  107. margin-left: 12px;
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. color: #007AFF;
  112. text-align: center;
  113. font-size: 16px;
  114. font-weight: 400;
  115. line-height: 24px; /* 150% */
  116. }
  117. .HoutaiContainerBottomAppleListHeaders {
  118. width: 1378px;
  119. display: flex;
  120. display: -moz-flex;
  121. display: -o-flex;
  122. display: -webkit-flex;
  123. margin: 0 auto;
  124. display: -ms-flex;
  125. background-color: #FFFFFF;
  126. border-radius: 10px;
  127. }
  128. .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
  129. background-color: white;
  130. }
  131. .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
  132. background-color: #F9FBFE;
  133. }
  134. .HoutaiContainerBottomAppleListHeaders>p {
  135. height: 100px;
  136. display: flex;
  137. display: -moz-flex;
  138. display: -o-flex;
  139. display: -webkit-flex;
  140. display: -ms-flex;
  141. justify-content: center;
  142. align-items: center;
  143. font-size: 16px;
  144. color: #000000;
  145. text-align: center;
  146. }
  147. .HoutaiContainerBottomAppleListHeaders>div {
  148. display: flex;
  149. align-items: center;
  150. flex-direction: column;
  151. justify-content: center;
  152. height: 100px;
  153. }
  154. .HoutaiContainerBottomAppleListHeaders>div>p {
  155. height: 25px;
  156. display: flex;
  157. display: -moz-flex;
  158. display: -o-flex;
  159. display: -webkit-flex;
  160. display: -ms-flex;
  161. justify-content: center;
  162. align-items: center;
  163. font-size: 16px;
  164. color: #000000;
  165. }
  166. .HoutaiContainerBottomAppleListHeaders>.MDaKuan {
  167. color: #007AFF;
  168. font-size: 16px;
  169. }
  170. .HoutaiContainerBottomAppleListHeaders>.YDaKuan {
  171. color: rgba(0, 0, 0, 0.50);
  172. text-align: center;
  173. font-size: 16px;
  174. }
  175. .HoutaiContainerBottomAppleListHeaders .HoutaiContainerBottomAppleListHeaderYHKContent {
  176. width: 117px;
  177. display: flex;
  178. flex-direction: row;
  179. }
  180. .HoutaiContainerBottomAppleListHeaders .HoutaiContainerBottomAppleListHeaderUSDTContent {
  181. width: 196px;
  182. display: flex;
  183. flex-direction: row;
  184. }
  185. .HoutaiContainerBottomAppleListHeaderYHKContentLeft .HoutaiContainerBottomAppleListHeaderYHK {
  186. max-width: 164px;
  187. }
  188. .HoutaiContainerBottomAppleListHeaderYHKContentRight, .HoutaiContainerBottomAppleListHeaderUSDTContentRight {
  189. width: 24px;
  190. height: 100%;
  191. margin-left: 12px;
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. }
  196. .HoutaiContainerBottomAppleListHeaderYHKContentRight img, .HoutaiContainerBottomAppleListHeaderUSDTContentRight img {
  197. width: 24px;
  198. height: 24px;
  199. }
  200. .HoutaiContainerBottomAppleListHeaderUSDTContent>.HoutaiContainerBottomAppleListHeaderUSDT {
  201. width: 130px;
  202. /* 两行展示 */
  203. overflow: hidden;
  204. display: -webkit-box;
  205. -webkit-line-clamp: 2;
  206. overflow: hidden;
  207. -webkit-box-orient: vertical;
  208. word-break: break-all;
  209. }
  210. /* 弹窗-增 */
  211. .HoutaiContainerDialoggai, .HoutaiContainerDialogAdd, .HoutaiContainerDialogRevise {
  212. width: 100%;
  213. height: 100%;
  214. background-color: rgba(0, 0, 0, 0.2);
  215. position: fixed;
  216. top: 0px;
  217. left: 0px;
  218. z-index: 999;
  219. overflow: hidden;
  220. display: none;
  221. }
  222. .HoutaiContainerDialogDeputyAdd {
  223. width: 630px;
  224. height: 240px;
  225. background-color: #ffffff;
  226. border-radius: 4px;
  227. position: fixed;
  228. left: 50%;
  229. top: 50%;
  230. transform: translate(-50%, -50%);
  231. }
  232. .HoutaiContainerDialogTitle {
  233. width: 630px;
  234. height: 48px;
  235. background-color: #f2f4f6;
  236. color: #242731;
  237. font-size: 16px;
  238. font-weight: bold;
  239. text-align: center;
  240. line-height: 48px;
  241. border-radius: 4px;
  242. }
  243. .HoutaiContainerDialogLine1LeftAdd {
  244. width: 122px;
  245. height: 80px;
  246. color: #242731;
  247. font-size: 16px;
  248. text-align: center;
  249. line-height: 80px;
  250. margin: 16px 0;
  251. }
  252. .HoutaiContainerDialogLine1RightAdd {
  253. width: 480px;
  254. height: 80px;
  255. border-radius: 4px;
  256. font-size: 16px;
  257. color: #242731;
  258. margin: 16px 0;
  259. border: 1px solid #bbbfc1;
  260. padding-left: 12px;
  261. outline: none;
  262. }
  263. .HoutaiContainerDialogLine1Add,
  264. .HoutaiContainerDialogLine2Add{
  265. width: 625px;
  266. display: flex;
  267. }
  268. .HoutaiContainerDialogLine2LeftAdd {
  269. width: 122px;
  270. height: 256px;
  271. color: #242731;
  272. font-size: 16px;
  273. text-align: center;
  274. line-height: 256px;
  275. }
  276. .HoutaiContainerDialogLine2RightAdd {
  277. width: 115px;
  278. height: 256px;
  279. text-align: center;
  280. line-height: 256px;
  281. margin-left: 8px;
  282. color: #007aff;
  283. font-size: 16px;
  284. }
  285. .HoutaiContainerDialogLine5Add, .HoutaiContainerDialogLine5Revise {
  286. width: 630px;
  287. height: 78px;
  288. display: flex;
  289. display: -moz-flex;
  290. display: -o-flex;
  291. display: -webkit-flex;
  292. display: -ms-flex;
  293. background-color: #f7f7f8;
  294. align-items: center;
  295. }
  296. .HoutaiContainerDialogLine5LeftAdd, .HoutaiContainerDialogLine5LeftRevise {
  297. width: 246px;
  298. height: 48px;
  299. color: #bbbfc1;
  300. font-weight: bold;
  301. font-size: 16px;
  302. text-align: center;
  303. line-height: 48px;
  304. border: 1px solid #bbbfc1;
  305. border-radius: 4px;
  306. margin-left: 32px;
  307. }
  308. .HoutaiContainerDialogLine5Rightgai, .HoutaiContainerDialogLine5RightAdd, .HoutaiContainerDialogLine5RightRevise {
  309. width: 246px;
  310. height: 48px;
  311. color: #ffffff;
  312. font-weight: bold;
  313. font-size: 16px;
  314. text-align: center;
  315. line-height: 48px;
  316. border-radius: 4px;
  317. margin-left: 64px;
  318. background-color: #000000;
  319. }
  320. .player-wrapper {
  321. position: relative;
  322. }
  323. /* 删除弹窗 */
  324. .HoutaiContainerDialogSC {
  325. width: 100%;
  326. height: 100%;
  327. background-color: rgba(0, 0, 0, 0.2);
  328. position: fixed;
  329. top: 0px;
  330. left: 0px;
  331. z-index: 999;
  332. overflow: hidden;
  333. display: none;
  334. }
  335. .HoutaiContainerDialogSCDeputy {
  336. width: 620px;
  337. height: 226px;
  338. background-color: #ffffff;
  339. border-radius: 4px;
  340. position: absolute;
  341. left: 50%;
  342. top: 50%;
  343. margin-left: -285px;
  344. margin-top: -170px;
  345. }
  346. .HoutaiContainerDialogSCTitle {
  347. width: 620px;
  348. height: 48px;
  349. background-color: #f2f4f6;
  350. color: #242731;
  351. font-size: 16px;
  352. font-weight: bold;
  353. text-align: center;
  354. line-height: 48px;
  355. border-radius: 4px;
  356. }
  357. .HoutaiContainerDialogSCZhongJian {
  358. width: 620px;
  359. height: 100px;
  360. color: #ff0000;
  361. font-weight: bold;
  362. font-size: 23px;
  363. text-align: center;
  364. line-height: 100px;
  365. }
  366. .HoutaiContainerDialogSCAdvert {
  367. width: 620px;
  368. height: 78px;
  369. display: flex;
  370. display: -moz-flex;
  371. display: -o-flex;
  372. display: -webkit-flex;
  373. display: -ms-flex;
  374. background-color: #f7f7f8;
  375. align-items: center;
  376. }
  377. .HoutaiContainerDialogASCdvertLeft {
  378. width: 246px;
  379. height: 48px;
  380. color: #bbbfc1;
  381. font-weight: bold;
  382. font-size: 16px;
  383. text-align: center;
  384. line-height: 48px;
  385. border: 1px solid #bbbfc1;
  386. border-radius: 4px;
  387. margin-left: 32px;
  388. }
  389. .HoutaiContainerDialogSCAdvertRight {
  390. width: 246px;
  391. height: 48px;
  392. color: #ffffff;
  393. font-weight: bold;
  394. font-size: 16px;
  395. text-align: center;
  396. line-height: 48px;
  397. border-radius: 4px;
  398. margin-left: 64px;
  399. background-color: #000000;
  400. }