mobileCommon.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. .mobile{
  2. padding:0 15px;
  3. min-height:100vh;
  4. background: #eaeaea;
  5. color:#333;
  6. padding-top:.15rem;
  7. }
  8. .page-part{
  9. margin-bottom:.4rem;
  10. img{
  11. margin-left:.1rem;
  12. }
  13. }
  14. .mint-cell-wrapper{
  15. border:1px solid #b5b5b5;
  16. }
  17. .page-part a{
  18. transition: all .2s ease;
  19. color:#333;
  20. &:hover{
  21. color:#666;
  22. }
  23. }
  24. .page-part a.rgba{
  25. transition: all .2s ease;
  26. color:#2d8cf0;
  27. &:hover{
  28. color:#f44336;
  29. }
  30. }
  31. .f-main{
  32. background: #fff;
  33. padding:0.55rem .3rem 1.1rem;
  34. .content-top{
  35. border-bottom:1px solid #b5b5b5;
  36. position:relative;
  37. p{
  38. font-size: .4rem;
  39. color:#787878;
  40. margin-bottom:.35rem;
  41. }
  42. a.go{
  43. transition: all .2s ease;
  44. position: absolute;
  45. top: 0;
  46. right: 0;
  47. font-size: .28rem;
  48. i{
  49. margin-right: .06rem;
  50. }
  51. }
  52. a.back{
  53. transition: all .2s ease;
  54. &:hover{
  55. border:.02rem solid #f44336;
  56. }
  57. position: absolute;
  58. top: 0;
  59. right: 0;
  60. display:inline-block;
  61. border:.02rem solid #2d8cf0;
  62. padding: .05rem;
  63. border-radius:50%;
  64. i{
  65. font-size: .3rem;
  66. font-weight: bold;
  67. }
  68. }
  69. }
  70. .f-form{
  71. padding-top:.6rem;
  72. .security{
  73. font-size: .32rem;
  74. color:#666;
  75. }
  76. .pwd{
  77. font-size: .14rem;
  78. color:#a0a0a0;
  79. margin: .2rem auto;
  80. em{
  81. display: inline-block;
  82. line-height: .14rem;
  83. margin:.05rem .2rem;
  84. width: .45rem;
  85. height: .1rem;
  86. background: #999;
  87. }
  88. .sm{background:#ff4e00}
  89. .md{background: #22ac38}
  90. .ld{background: #00a0e9}
  91. .smstep{color:#ff4e00}
  92. .mdstep{color: #22ac38}
  93. .ldstep{color: #00a0e9}
  94. }
  95. .token{
  96. display:inline-block;
  97. padding: 0 .5rem;
  98. text-align: center;
  99. border-left:1px solid #b5b5b5;
  100. margin-left: .1rem;
  101. color:#2d8cf0;
  102. }
  103. }
  104. }
  105. .page-last{
  106. text-align: center;
  107. margin-bottom:1.3rem;
  108. h4{
  109. margin:.65rem auto;
  110. font-weight: normal;
  111. span{
  112. font-size: .7rem;
  113. margin-left:.2rem;
  114. color:#29b300;
  115. }
  116. }
  117. p{
  118. font-size: .28rem;
  119. color:#8b8b8b;
  120. }
  121. }
  122. ::-webkit-scrollbar {
  123. width: 0;
  124. height: 1px;
  125. }
  126. ::-webkit-scrollbar-thumb {
  127. border-radius: 5px;
  128. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  129. background: rgba(0, 0, 0, 0.2);
  130. }
  131. .passwd {
  132. font-size: .14rem;
  133. color: #a0a0a0;
  134. margin: .2rem auto;
  135. text-align: right;
  136. }
  137. .itemgreen{
  138. color:#2d8cf0;
  139. }
  140. .listitem {
  141. height: 1rem;
  142. line-height: 1rem;
  143. border-bottom: solid 1px #eee;
  144. text-align: center;
  145. &:first-child {
  146. border-top: solid 1px #eee;
  147. }
  148. }
  149. .mint-popup {
  150. width: 100%;
  151. height: 100%;
  152. background-color: #fff;
  153. }
  154. .mint-popup .mint-button {
  155. position: absolute;
  156. width: 90%;
  157. top: 50%;
  158. left: 5%;
  159. transform: translateY(-50%);
  160. }
  161. .mint-button .mint-button-text{
  162. margin: 0;
  163. font-weight: normal;
  164. }
  165. .login-btn{
  166. margin-top:.9rem;
  167. border-top:1px solid #bfbfbf;
  168. text-align: center;
  169. padding-top:.3rem;
  170. p{
  171. color:#a1a1a1;
  172. font-size: .26rem;
  173. margin-bottom:.4rem;
  174. }
  175. }