index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. align-content: center;
  5. align-items: center;
  6. justify-content: space-between;
  7. .out-gold-view, .into-gold-view {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: space-between;
  11. align-items: center;
  12. align-content: center;
  13. width: 96%;
  14. .item {
  15. width: 100%;
  16. display: flex;
  17. flex-direction: row;
  18. justify-content: space-between;
  19. align-content: center;
  20. align-items: center;
  21. height: 50px;
  22. border-bottom: 1px solid #f0f0f0;
  23. .title {
  24. width: 150px;
  25. font-size: 14px;
  26. color: #666;
  27. text-align: left;
  28. }
  29. .value {
  30. font-size: 14px;
  31. color: #333;
  32. text-align: left;
  33. width: 100%;
  34. }
  35. }
  36. .credentials {
  37. height: 150px;
  38. .credentials-top-view {
  39. display: flex;
  40. flex-direction: column;
  41. width: 100%;
  42. height: 80%;
  43. justify-content: center;
  44. .value {
  45. width: 100%;
  46. height: 30px;
  47. color: #888;
  48. }
  49. .upload {
  50. padding-top: 10px 0px 0px 0px;
  51. display: flex;
  52. justify-content: left;
  53. align-items: center;
  54. margin-top: 10px;
  55. }
  56. }
  57. }
  58. }
  59. #into-amount-field {
  60. width: 112%;
  61. color: #333;
  62. font-size: 14px;
  63. }
  64. #item-out-amount {
  65. height: 80px;
  66. border-top: 1px solid #f0f0f0;
  67. .out-amount-view {
  68. width: 100%;
  69. display: flex;
  70. flex-direction: column;
  71. justify-content: space-between;
  72. align-content: center;
  73. align-items: center;
  74. #out-amount-field {
  75. width: 112%;
  76. color: #333;
  77. font-size: 14px;
  78. }
  79. .enable-out-amount-view {
  80. width: 100%;
  81. height: 30px;
  82. display: flex;
  83. flex-direction: row;
  84. justify-content: space-between;
  85. align-items: center;
  86. align-content: center;
  87. padding-bottom: 5px;
  88. .enable-out-amount {
  89. font-size: 14px;
  90. color: #666;
  91. text-align: left;
  92. width: 100%;
  93. }
  94. #allamount {
  95. color: #333;
  96. font-size: 12px;
  97. padding: 10px;
  98. }
  99. }
  100. }
  101. }
  102. .inout-time-view {
  103. padding-top: 20px;
  104. height: 45px;
  105. width: 100%;
  106. align-items: center;
  107. display: flex;
  108. justify-content: space-around;
  109. .inout-time {
  110. width: 95%;
  111. font-size: 13px;
  112. color: #666;
  113. text-align: left;
  114. }
  115. }
  116. .button-view {
  117. border-radius: 10px;
  118. width: 95%;
  119. padding-top: 15px;
  120. }
  121. }