bankcard.component.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .notice_list {
  2. height: 100vh;
  3. width: 100%;
  4. background-image: url("https://file-cloud.fmode.cn/Qje9D4bqol/20241220/b313ov054708770.png");
  5. background-repeat: no-repeat;
  6. background-position: center top;
  7. background-size: 100% 100%;
  8. .nav {
  9. width: 100%;
  10. height: 6vh;
  11. line-height: 5vh;
  12. color: #000000;
  13. background: #dbe5fd;
  14. z-index: 100;
  15. }
  16. .card_list {
  17. margin-top: 16px;
  18. width: 100%;
  19. height: 94vh;
  20. margin-bottom: 100px;
  21. overflow-y: auto;
  22. .image {
  23. margin: 50px 100px;
  24. width: 175px;
  25. height: 175px;
  26. text-align: center;
  27. }
  28. .txt {
  29. color: #fff;
  30. text-align: center;
  31. }
  32. .card {
  33. height: 22vh;
  34. width: 94%;
  35. margin: 0 auto;
  36. // background-color: #292B2A;
  37. border-radius: 10px;
  38. margin-bottom: 10px;
  39. color: 000000;
  40. border: 1px solid #000000;
  41. .top {
  42. width: 100%;
  43. height: 60%;
  44. padding: 10px;
  45. .logo {
  46. width: 60px;
  47. height: 60px;
  48. border-radius: 50%;
  49. }
  50. }
  51. .info {
  52. width: 100%;
  53. height: 40%;
  54. // background-color: #fff;
  55. padding: 10px;
  56. border-radius: 0 0 10px 10px;
  57. .card_no {
  58. color: #000;
  59. font-size: 16px;
  60. margin-bottom: 4px;
  61. font-weight: 600;
  62. }
  63. .bank_name {
  64. color: #444;
  65. font-size: 12px;
  66. margin-bottom: 4px;
  67. }
  68. }
  69. }
  70. }
  71. .add_btn {
  72. position: fixed;
  73. bottom: 1vh;
  74. width: 80%;
  75. left: 10vw;
  76. --background: #92a1ff;
  77. border-radius: 18px;
  78. }
  79. }
  80. .model {
  81. height: 300px;
  82. width: 100%;
  83. // border: 1px solid #000000;
  84. padding: 10px;
  85. input {
  86. width: 100%;
  87. height: 6vh;
  88. height: 1;
  89. border-radius: 6px;
  90. border: none;
  91. padding: 0 10px;
  92. font-size: 14px;
  93. flex: 1;
  94. }
  95. .line {
  96. margin: 4px 0;
  97. width: 100%;
  98. height: 1px;
  99. background-color: #a2a2a2;
  100. }
  101. }
  102. ion-modal {
  103. --height: auto;
  104. align-items: end;
  105. }