h5.scss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. @charset "UTF-8";
  2. @import "common";
  3. .pub-title{
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. font-size: px2rem(36);
  9. line-height: px2rem(86);
  10. height: px2rem(86);
  11. background-color: #353439;
  12. text-align: center;
  13. color: #ffffff;
  14. z-index: 999;
  15. }
  16. .pub-setting{
  17. font-size: 14px;
  18. color: #000000;
  19. background: #ffffff;
  20. border-top: 1px solid #d8d8d8;
  21. border-bottom: 1px solid #d8d8d8;
  22. margin-top: px2rem(21);
  23. .setting-item{
  24. position: relative;
  25. padding: px2rem(24) px2rem(21) px2rem(24) 0;
  26. margin-left: px2rem(21);
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. font-size: px2rem(30);
  31. line-height: px2rem(36);
  32. border-top: 1px solid #d8d8d8;
  33. &:first-child{
  34. border: 0;
  35. }
  36. input[type=file]{
  37. position: absolute;
  38. left: 0;
  39. top: 0;
  40. width: 100%;
  41. height: 100%;
  42. -webkit-appearance: none;
  43. opacity: 0;
  44. z-index: 1;
  45. }
  46. }
  47. .title{
  48. min-width: px2rem(96);
  49. }
  50. .text{
  51. display: flex;
  52. align-items: center;
  53. color: #999999;
  54. @include wrap;
  55. word-break: break-all;
  56. i{
  57. display: inline-block;
  58. margin-left: 6px;
  59. color: #999999;
  60. }
  61. }
  62. .team-avatar{
  63. position: relative;
  64. width: px2rem(105);
  65. height: px2rem(105);
  66. border-radius: 2px;
  67. cursor: pointer;
  68. z-index: 2;
  69. }
  70. .el-icon-arrow-right{
  71. float: right;
  72. }
  73. .el-icon-edit{
  74. cursor: pointer;
  75. }
  76. .team-arrow-icon{
  77. }
  78. .cursor{
  79. cursor: pointer;
  80. }
  81. &.ext-group-admin{
  82. cursor: pointer;
  83. .team-arrow-icon{
  84. margin-top: 0;
  85. }
  86. }
  87. }
  88. .pub-user-top{
  89. padding: px2rem(50) px2rem(54);
  90. background-color: #ffffff;
  91. border-bottom: 1px solid #d8d8d8;
  92. position: relative;
  93. .avatar-wrap{
  94. display: inline-block;
  95. vertical-align: middle;
  96. }
  97. .user-avatar{
  98. width: px2rem(120);
  99. height: px2rem(120);
  100. line-height: px2rem(120);
  101. border-radius: 4px;
  102. }
  103. .top-info{
  104. display: inline-block;
  105. vertical-align: middle;
  106. margin-left: px2rem(30);
  107. }
  108. .name{
  109. width: px2rem(400);
  110. white-space: nowrap;
  111. text-overflow: ellipsis;
  112. overflow: hidden;
  113. font-size: px2rem(42);
  114. color: #000000;
  115. padding-bottom: px2rem(30);
  116. }
  117. .code{
  118. color: #666666;
  119. font-size: px2rem(28);
  120. }
  121. .arrow-icon{
  122. position: absolute;
  123. color: #c8c8c8;
  124. top: px2rem(96);
  125. right: px2rem(24);
  126. font-size: px2rem(36);
  127. }
  128. }
  129. .pub-account-list{
  130. background-color: #ffffff;
  131. margin: px2rem(18) 0;
  132. border-top: 1px solid #d8d8d8;
  133. border-bottom: 1px solid #d8d8d8;
  134. color: #999999;
  135. font-size: px2rem(20);
  136. .list-item{
  137. display: flex;
  138. height: px2rem(130);
  139. &:last-child{
  140. .info,.opetate{
  141. border-bottom: none;
  142. }
  143. }
  144. &.ext-psw{
  145. .title{
  146. margin-top: px2rem(24);
  147. }
  148. }
  149. }
  150. .title-wrap{
  151. flex: 1;
  152. }
  153. h4{
  154. font-size: px2rem(30);
  155. color: #000000;
  156. margin-bottom: px2rem(22);
  157. }
  158. .info{
  159. position: relative;
  160. flex: 1;
  161. display: flex;
  162. align-items: center;
  163. border-bottom: 1px solid #d8d8d8;
  164. padding-right: px2rem(24);
  165. }
  166. .opetate{
  167. width: px2rem(100);
  168. color: #999999;
  169. i{
  170. display: block;
  171. margin: 0 auto;
  172. }
  173. p{
  174. text-align: center;
  175. margin-top: px2rem(16);
  176. }
  177. .open{
  178. background: url('../../assets/h5/open-icon.png') no-repeat;
  179. width: px2rem(39);
  180. height: px2rem(23);
  181. background-size: 100%;
  182. }
  183. .unopen{
  184. background: url('../../assets/h5/unopen-icon.png') no-repeat;
  185. width: px2rem(40);
  186. height: px2rem(23);
  187. background-size: 100%;
  188. }
  189. }
  190. .arrow-icon{
  191. position: absolute;
  192. top: px2rem(42);
  193. right: px2rem(24);
  194. }
  195. .icon-wrap{
  196. width: px2rem(111);
  197. line-height: px2rem(130);
  198. text-align: center;
  199. i{
  200. display: inline-block;
  201. vertical-align: middle;
  202. width: px2rem(72);
  203. height: px2rem(72);
  204. border-radius: 50%;
  205. }
  206. }
  207. .btn-unbind{
  208. text-align: right;
  209. color: #ff3737;
  210. cursor: pointer;
  211. margin: 4px 10px 0 0;
  212. }
  213. .el-button{
  214. padding: 7px 12px;
  215. font-size: 12px;
  216. }
  217. .eos-icon{
  218. background: url('../../assets/h5/user-eos-icon.png') center /100% no-repeat;
  219. }
  220. .eth-icon{
  221. background: url('../../assets/h5/user-ethereum-icon.png') center /100% no-repeat;
  222. }
  223. .tron-icon{
  224. background: url('../../assets/h5/user-tron-icon.png') center /100% no-repeat;
  225. }
  226. .tg-icon{
  227. background: url('../../assets/h5/user-tg-icon.png') center /60% no-repeat #f7f8f9;
  228. }
  229. .meetone-icon{
  230. background: url('../../assets/h5/meetone-icon.jpg') center /100% no-repeat ;
  231. }
  232. .psw-icon{
  233. background: url('../../assets/h5/user-psw-icon.png') center /50% no-repeat;
  234. }
  235. }
  236. .pub-bottom-btn{
  237. font-size: px2rem(28);
  238. color: #ea2d2d;
  239. text-align: center;
  240. height: px2rem(88);
  241. line-height: px2rem(88);
  242. border-top: 1px solid #d8d8d8;
  243. border-bottom: 1px solid #d8d8d8;
  244. background-color: #ffffff;
  245. margin-bottom: px2rem(18);
  246. &.ext-lang{
  247. color: #000000;
  248. }
  249. &.ext-send{
  250. color: #259af2;
  251. }
  252. .icon-change{
  253. display: inline-block;
  254. vertical-align: middle;
  255. width: px2rem(25);
  256. height: px2rem(23);
  257. margin-right: px2rem(20);
  258. background: url('../../assets/h5/change-icon.png') 0 0 / 100% no-repeat;
  259. }
  260. }
  261. // element-ui
  262. .el-message {
  263. min-width: 200px;
  264. max-width: 100%;
  265. }
  266. .el-message-box{
  267. max-width: 90%;
  268. }
  269. .border-bottom {
  270. position: relative;
  271. &::after{
  272. content: "";
  273. pointer-events: none;
  274. box-sizing: border-box;
  275. position: absolute;
  276. width: 200%;
  277. height: 200%;
  278. left: 0;
  279. top: 0;
  280. border-bottom:1px solid #d8d8d8;
  281. transform:scale(0.5);
  282. transform-origin: 0 0;
  283. }
  284. }
  285. .el-icon-circle-uncheck {
  286. border-radius: 50%;
  287. background-color: #ffffff;
  288. border: 1px solid #d2cdcd;
  289. box-sizing: border-box;
  290. }