topup.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. .classifyincreased {
  2. border-radius: 5px;
  3. cursor: pointer;
  4. z-index: 888;
  5. background-color: rgba(0, 0, 0, 0.7);
  6. position: fixed;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. top: 0px;
  11. display: flex;
  12. justify-content: center;
  13. align-content: center;
  14. }
  15. .tab-tilte .active {
  16. margin-left: -43px;
  17. }
  18. .tab-tilte {
  19. font-family: PingFangSC-Semibold;
  20. letter-spacing: 0;
  21. width: 90%;
  22. margin-left: 36px;
  23. }
  24. .ptb_index {
  25. display: flex;
  26. }
  27. .el-select {
  28. display: inline-block;
  29. position: relative;
  30. margin-left: 5px;
  31. }
  32. .tab-tilte li {
  33. float: left;
  34. font-size: 18px;
  35. font-family: Microsoft YaHei;
  36. font-weight: bold;
  37. line-height: 28px;
  38. color: #000000;
  39. text-align: center;
  40. margin-right: 19px;
  41. cursor: pointer;
  42. margin-left: -38px;
  43. }
  44. .box {
  45. z-index: 9999;
  46. /* border: 10px solid #fff; */
  47. margin-top: 30px;
  48. background: #ffffff;
  49. width: 921px;
  50. height: 604px;
  51. opacity: 1;
  52. border-radius: 16px;
  53. /* // margin-bottom: 138px; */
  54. overflow: hidden;
  55. }
  56. .title {
  57. float: right;
  58. margin-top: 20px;
  59. margin-right: 20px;
  60. }
  61. /*img {*/
  62. /* width: 24px;*/
  63. /* height: 24px;*/
  64. /*}*/
  65. .outer-div {
  66. width: 921px;
  67. background: rgba(255, 255, 255, 0.39);
  68. opacity: 1;
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-around;
  72. background: #ffffff;
  73. }
  74. .header {
  75. width: 170px;
  76. height: 524px;
  77. /* border-bottom: 1px solid #000; */
  78. /* margin-bottom: 24px; */
  79. /* background-color: red; */
  80. /* display: flex; */
  81. border: dotted #dddddd;
  82. }
  83. ul li {
  84. margin: 0;
  85. padding: 0;
  86. list-style: none;
  87. }
  88. .tab-tilte {
  89. font-family: PingFangSC-Semibold;
  90. letter-spacing: 0;
  91. width: 90%;
  92. }
  93. .tab-tilte li {
  94. float: left;
  95. font-size: 18px;
  96. font-family: Microsoft YaHei;
  97. font-weight: bold;
  98. line-height: 28px;
  99. color: #000000;
  100. line-height: 53px;
  101. text-align: center;
  102. margin-right: 30px;
  103. cursor: pointer;
  104. }
  105. .li_a {
  106. width: 100%;
  107. height: 64px;
  108. display: flex;
  109. align-items: center;
  110. margin-left: 10px;
  111. }
  112. .li_a img {
  113. width: 24px;
  114. height: 24px;
  115. }
  116. .li_a span {
  117. font-size: 18px;
  118. font-family: Microsoft YaHei;
  119. font-weight: bold;
  120. line-height: 28px;
  121. color: #000000;
  122. margin-left: 5px;
  123. }
  124. /* 点击对应的标题添加对应的背景颜色 */
  125. .tab-tilte .active {
  126. color: #3385ff;
  127. border-left: 4px solid #3385ff;
  128. }
  129. .tab-content {
  130. width: 659px;
  131. height: 524px;
  132. background: rgba(255, 255, 255, 0.39);
  133. border: 2px solid #dddddd;
  134. opacity: 1;
  135. border: dotted #dddddd;
  136. }
  137. .info {
  138. width: 619px;
  139. height: 70px;
  140. margin: auto;
  141. display: flex;
  142. font-size: 18px;
  143. font-family: Microsoft YaHei;
  144. font-weight: bold;
  145. line-height: 28px;
  146. color: #000000;
  147. align-items: center;
  148. justify-content: space-between;
  149. }
  150. .b {
  151. font-size: 18px;
  152. font-family: Microsoft YaHei;
  153. font-weight: 400;
  154. line-height: 28px;
  155. color: #000000;
  156. }
  157. .c {
  158. font-size: 18px;
  159. font-family: Microsoft YaHei;
  160. font-weight: bold;
  161. line-height: 28px;
  162. color: #a8baff;
  163. }
  164. .but {
  165. width: 619px;
  166. height: 1px;
  167. background: rgba(241, 241, 241, 0.39);
  168. opacity: 1;
  169. margin: auto;
  170. background-color: #f1f1f1;
  171. }
  172. .info_item {
  173. width: 619px;
  174. height: 21px;
  175. margin: auto;
  176. margin-top: 30px;
  177. font-size: 16px;
  178. font-family: Microsoft YaHei;
  179. font-weight: bold;
  180. line-height: 28px;
  181. color: #000000;
  182. }
  183. .xz {
  184. width: 619px;
  185. height: 21px;
  186. margin: auto;
  187. margin-top: 18px;
  188. }
  189. .ptb {
  190. width: 619px;
  191. /* // height: 21px; */
  192. margin: auto;
  193. margin-top: 18px;
  194. }
  195. .ptb_item {
  196. font-size: 16px;
  197. font-family: Microsoft YaHei;
  198. font-weight: bold;
  199. line-height: 28px;
  200. color: #383838;
  201. }
  202. .jo {
  203. width: 619px;
  204. height: 21px;
  205. margin: auto;
  206. margin-top: 20px;
  207. display: flex;
  208. align-items: center;
  209. position: relative;
  210. }
  211. .jo_a :hover .foot_item {
  212. display: block;
  213. }
  214. .jo_a {
  215. display: flex;
  216. align-items: center;
  217. }
  218. .jo_a img {
  219. width: 16px;
  220. height: 16px;
  221. }
  222. .jo_b:hover .foot_index {
  223. display: block;
  224. }
  225. .foot_index {
  226. display: none;
  227. }
  228. .foot {
  229. position: absolute;
  230. display: flex;
  231. align-items: center;
  232. justify-content: space-around;
  233. width: 230px;
  234. height: 37px;
  235. top: -45px;
  236. left: -10px;
  237. background-color: #000000;
  238. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  239. opacity: 1;
  240. border-radius: 7px;
  241. font-size: 16px;
  242. font-family: Microsoft YaHei;
  243. font-weight: 400;
  244. line-height: 21px;
  245. color: #ffffff;
  246. }
  247. .foot_item {
  248. display: none;
  249. }
  250. .foot {
  251. position: absolute;
  252. display: flex;
  253. align-items: center;
  254. justify-content: space-around;
  255. width: 199px;
  256. height: 37px;
  257. top: -45px;
  258. background-color: #000000;
  259. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  260. opacity: 1;
  261. border-radius: 7px;
  262. font-size: 16px;
  263. font-family: Microsoft YaHei;
  264. font-weight: 400;
  265. line-height: 21px;
  266. color: #ffffff;
  267. }
  268. .foot.img {
  269. width: 16px;
  270. height: 16px;
  271. margin-top: 5px;
  272. }
  273. .foot span {
  274. font-size: 16px;
  275. font-family: Microsoft YaHei;
  276. font-weight: bold;
  277. line-height: 28px;
  278. color: #000000;
  279. margin-left: 5px;
  280. }
  281. .jo_item {
  282. width: 619px;
  283. height: 21px;
  284. margin: auto;
  285. margin-top: 20px;
  286. display: flex;
  287. align-items: center;
  288. }
  289. .ji_index {
  290. font-size: 16px;
  291. font-family: Microsoft YaHei;
  292. font-weight: 400;
  293. line-height: 21px;
  294. color: #000000;
  295. }
  296. input {
  297. width: 140px;
  298. border: 1px solid #f5f5f5;
  299. height: 24px;
  300. }
  301. .butt {
  302. width: 619px;
  303. height: 21px;
  304. margin: auto;
  305. display: flex;
  306. /* justify-content: space-evenly; */
  307. }
  308. .butt_item {
  309. width: 136px;
  310. display: flex;
  311. height: 30px;
  312. background-color: #a8baff;
  313. opacity: 1;
  314. border-radius: 8px;
  315. margin-top: 20px;
  316. font-size: 14px;
  317. font-family: Microsoft YaHei;
  318. font-weight: 400;
  319. line-height: 19px;
  320. color: #ffffff;
  321. align-items: center;
  322. justify-content: space-around;
  323. }
  324. .info_select {
  325. width: 120px;
  326. }
  327. .inputtex {
  328. height: 34px;
  329. }
  330. .classifyincreased_b {
  331. border-radius: 5px;
  332. cursor: pointer;
  333. z-index: 888;
  334. left: 0;
  335. right: 0;
  336. bottom: 0;
  337. top: 0px;
  338. position: relative;
  339. display: flex;
  340. justify-content: center;
  341. align-content: center;
  342. }
  343. .mix {
  344. width: 619px;
  345. margin: auto;
  346. margin-top: 15px;
  347. font-size: 14px;
  348. font-family: Microsoft YaHei;
  349. font-weight: 400;
  350. line-height: 19px;
  351. color: #fb5e5e;
  352. }
  353. .mix_item {
  354. width: 619px;
  355. margin: auto;
  356. margin-top: 10px;
  357. font-size: 16px;
  358. font-family: Microsoft YaHei;
  359. font-weight: bold;
  360. line-height: 28px;
  361. color: #383838;
  362. }
  363. .mix_index {
  364. width: 619px;
  365. margin: auto;
  366. display: flex;
  367. align-items: center;
  368. margin: 0;
  369. padding: 0;
  370. list-style: none;
  371. }
  372. .mix_index img {
  373. width: 54px;
  374. height: 59px;
  375. display: flex;
  376. align-items: center;
  377. margin: auto;
  378. }
  379. .mix_index li {
  380. margin-top: 5px;
  381. display: flex;
  382. align-items: center;
  383. margin-left: 20px;
  384. /* margin-left: 10px; */
  385. }
  386. .mix_index .actives {
  387. width: 54px;
  388. height: 66px;
  389. display: flex;
  390. align-items: center;
  391. background-color: #eef9ff;
  392. border: 1px solid #9cddff;
  393. }