style.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .wallet-wrap{
  2. background-color: rgba(0, 0, 0, 0.2);
  3. .wallet-hd{
  4. text-align: center;
  5. height: px2rem(50);
  6. line-height: px2rem(50);
  7. font-size: 0;
  8. p{
  9. display: inline-block;
  10. vertical-align: middle;
  11. font-size: px2rem(18);
  12. font-weight: bold;
  13. color: #ffffff;
  14. padding-left: px2rem(40);
  15. background: url("../../../assets/icon-charge1.png") left center no-repeat;
  16. background-size: px2rem(22);
  17. }
  18. }
  19. .wallet-bd{
  20. .bd-con{
  21. background: rgba(255, 255, 255, 0.1);
  22. border-radius: px2rem(5);
  23. width: px2rem(308);
  24. margin: 0 auto;
  25. padding-bottom: px2rem(20);
  26. h4{
  27. line-height: px2rem(50);
  28. font-size: px2rem(14);
  29. }
  30. p{
  31. color: #ffffff;
  32. font-size: px2rem(24);
  33. font-weight: bold;
  34. line-height: px2rem(36);
  35. i{
  36. display: inline-block;
  37. vertical-align: text-bottom;
  38. margin-right: px2rem(20);
  39. width: px2rem(23);
  40. height: px2rem(33);
  41. background: url("../../../assets/icon_eos.png") no-repeat;
  42. background-size: px2rem(23);
  43. }
  44. }
  45. }
  46. .bd-tips{
  47. font-size: px2rem(14);
  48. line-height: px2rem(50);
  49. text-align: center;
  50. }
  51. }
  52. .wallet-ft{
  53. width: px2rem(308);
  54. margin: 0 auto;
  55. padding-bottom: px2rem(20);
  56. .ft-row1{
  57. overflow: hidden;
  58. margin-bottom: px2rem(30);
  59. span{
  60. width: px2rem(112);
  61. height: px2rem(46);
  62. line-height: px2rem(46);
  63. font-weight: bold;
  64. text-align: center;
  65. font-size: px2rem(20);
  66. cursor: pointer;
  67. &:hover{
  68. opacity: 0.8;
  69. }
  70. }
  71. .btn-out{
  72. float: left;
  73. color: #ffffff;
  74. background: rgba(255, 255, 255, 0.2);
  75. border-radius: 4px;
  76. }
  77. .btn-in{
  78. float: right;
  79. color: #ffffff;
  80. background: #5070ab;
  81. border-radius: 4px;
  82. }
  83. }
  84. .ft-row2{
  85. text-align: center;
  86. font-size: px2rem(14);
  87. color: #4ba2ec;
  88. text-decoration: underline;
  89. cursor: pointer;
  90. &:hover{
  91. opacity: 0.8;
  92. }
  93. }
  94. }
  95. }
  96. .charge-wrap{
  97. background-color: rgba(0, 0, 0, 0.2);
  98. padding: px2rem(0) px2rem(40) px2rem(20);
  99. h3{
  100. font-size: px2rem(18);
  101. font-weight: bold;
  102. color: #ffffff;
  103. line-height: px2rem(50);
  104. text-align: left;
  105. }
  106. .c-input{
  107. position: relative;
  108. height: px2rem(45);
  109. margin-bottom: px2rem(20);
  110. input{
  111. font-size: px2rem(16);
  112. color: #ffffff;
  113. font-weight: bold;
  114. display: block;
  115. outline: none;
  116. width: 100%;
  117. text-indent: px2rem(20);
  118. line-height: px2rem(42);
  119. margin: 0;
  120. border: 1px solid rgba(255, 255, 255, 0.1);
  121. background: rgba(0, 0, 0, 0.2);
  122. }
  123. span{
  124. font-size: px2rem(16);
  125. font-weight: bold;
  126. color: #999999;
  127. position: absolute;
  128. right: px2rem(16);
  129. top: 0;
  130. line-height: px2rem(45);
  131. }
  132. }
  133. .c-ctrl{
  134. margin: px2rem(30) 0;
  135. .btn-confirm{
  136. width: px2rem(112);
  137. height: px2rem(46);
  138. display: block;
  139. margin: 0 auto;
  140. line-height: px2rem(46);
  141. font-weight: bold;
  142. text-align: center;
  143. font-size: px2rem(20);
  144. cursor: pointer;
  145. color: #ffffff;
  146. background: #5070ab;
  147. border-radius: 4px;
  148. &:hover{
  149. opacity: 0.8;
  150. }
  151. }
  152. }
  153. .c-tips1{
  154. text-align: left;
  155. line-height: px2rem(24);
  156. font-size: px2rem(14);
  157. }
  158. .c-tips2{
  159. text-align: center;
  160. font-size: px2rem(14);
  161. color: #4ba2ec;
  162. text-decoration: underline;
  163. cursor: pointer;
  164. &:hover{
  165. opacity: 0.8;
  166. }
  167. }
  168. }