login.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. iframe {
  2. border: 0 none;
  3. vertical-align: top;
  4. }
  5. .fullscreen {
  6. background-color: #fff;
  7. height: 100%;
  8. left: 0;
  9. position: absolute;
  10. top: 0;
  11. width: 100%;
  12. z-index: 1002;
  13. }
  14. .huosdk_float {
  15. cursor: move;
  16. height: 40px;
  17. width: 40px;
  18. position: fixed;
  19. right: -20px;
  20. top: 200px;
  21. }
  22. .huosdk_tips {
  23. line-height: 40px;
  24. text-align: center;
  25. z-index: 2 !important;
  26. }
  27. .huosdk_tips h5 {
  28. color: #666;
  29. font-size: 14px;
  30. margin: -5px 0 15px;
  31. }
  32. .huosdk_tips p {
  33. color: #333;
  34. font-size: 16px;
  35. line-height: 20px;
  36. }
  37. .huosdk_tips .btn {
  38. border-top: 1px solid #e8e8e8;
  39. display: -webkit-box;
  40. display: -ms-flexbox;
  41. display: flex;
  42. margin: 20px -15px -15px;
  43. }
  44. .huosdk_tips .btn a {
  45. color: #22AFCA;
  46. -webkit-box-flex: 1;
  47. -ms-flex: 1;
  48. flex: 1;
  49. font-size: 15px;
  50. line-height: 44px;
  51. }
  52. .huosdk_close {
  53. position: absolute;
  54. right: 0;
  55. top: 0;
  56. height: 0.5rem;
  57. width: 0.5rem;
  58. }
  59. .huosdk_close .icon_close {
  60. position: absolute;
  61. right: 0;
  62. top: 0;
  63. }
  64. /* 2018/04/19 */
  65. button, input {
  66. border: 0 none;
  67. outline: none;
  68. }
  69. a {
  70. text-decoration: none;
  71. }
  72. .float-left {
  73. float: left;
  74. }
  75. .float-right {
  76. float: right;
  77. }
  78. .text-center {
  79. text-align: center;
  80. }
  81. .text-left {
  82. text-align: left;
  83. }
  84. .text-right {
  85. text-align: right;
  86. }
  87. .text-primary {
  88. color: #23B0CB !important;
  89. }
  90. .text-danger {
  91. color: #E71515 !important;
  92. }
  93. .pop {
  94. -webkit-box-align: center;
  95. -ms-flex-align: center;
  96. align-items: center;
  97. bottom: 0;
  98. background-color: rgba(0, 0, 0, 0.6);
  99. display: -webkit-box;
  100. display: -ms-flexbox;
  101. display: flex;
  102. left: 0;
  103. -webkit-box-pack: center;
  104. -ms-flex-pack: center;
  105. justify-content: center;
  106. min-height: 100vh;
  107. position: absolute;
  108. top: 0;
  109. width: 100%;
  110. z-index: 1;
  111. }
  112. .pop img {
  113. vertical-align: top;
  114. }
  115. .pop_body {
  116. background-color: #fff;
  117. border-radius: 10px;
  118. padding: 15px;
  119. width: 300px;
  120. }
  121. .login_head {
  122. margin: 8px 0 23px;
  123. }
  124. .login_logo {
  125. height: 36px;
  126. width: 113px;
  127. }
  128. .login_title {
  129. border-left: 1px solid #dcdcdc;
  130. display: inline-block;
  131. font-size: 20px;
  132. line-height: 32px;
  133. margin: 1px 0 1px 15px;
  134. padding-left: 25px;
  135. }
  136. .login_body .form {
  137. padding: 0;
  138. }
  139. .login_foot {
  140. margin: 20px 0;
  141. overflow: hidden;
  142. }
  143. .login_foot:last-child {
  144. margin-bottom: 0;
  145. }
  146. .login_foot > a {
  147. color: #666;
  148. font-size: 14px;
  149. }
  150. .login_loading {
  151. overflow: hidden;
  152. }
  153. .login_avatar {
  154. margin-right: 12px;
  155. width: 52px;
  156. }
  157. .login_info {
  158. margin: 2px 0;
  159. overflow: hidden;
  160. }
  161. .login_info__username {
  162. color: #333;
  163. display: block;
  164. font-size: 18px;
  165. }
  166. .login_status {
  167. color: #999;
  168. display: block;
  169. font-size: 14px;
  170. line-height: 20px;
  171. }
  172. .login_status__icon {
  173. -webkit-animation: loading 1s ease-out forwards infinite;
  174. animation: loading 1s ease-out forwards infinite;
  175. background-image: url(../images/icon-loading.png);
  176. background-size: 100% 100%;
  177. height: 14px;
  178. margin: 3px 5px 0 0;
  179. width: 14px;
  180. }
  181. @keyframes loading{0%{transform:rotate(0deg)}20%{transform:rotate(72deg)}40%{transform:rotate(144deg)}60%{transform:rotate(216deg)}80%{transform:rotate(288deg)}to{transform:rotate(1turn)}}
  182. .login_switch {
  183. border: 1px solid #15c3e5;
  184. border-radius: 50%;
  185. color: #23B0CB;
  186. font-size: 14px;
  187. height: 46px;
  188. line-height: 44px;
  189. margin: 3px 0;
  190. text-align: center;
  191. width: 46px;
  192. }
  193. .login_third {
  194. display: -webkit-box;
  195. display: -ms-flexbox;
  196. display: flex;
  197. margin: 5px 0;
  198. }
  199. .login_third-item {
  200. -webkit-box-flex: 1;
  201. -ms-flex: 1;
  202. flex: 1;
  203. text-align: center;
  204. }
  205. .login_third-item > img {
  206. width: 38px;
  207. }
  208. .form_item {
  209. border: 1px solid #e8e8e8;
  210. border-radius: 4px;
  211. height: 40px;
  212. margin: 10px 0;
  213. position: relative;
  214. }
  215. .form_label {
  216. display: block;
  217. }
  218. .form_input {
  219. width: 198px;
  220. font-size: 14px;
  221. height: 20px;
  222. line-height: 20px;
  223. margin: 9px 0 9px 38px;
  224. }
  225. .form_icon__left {
  226. left: 12px;
  227. margin-top: -1px;
  228. position: absolute;
  229. top: 10px;
  230. }
  231. .form_icon__right {
  232. margin-top: -1px;
  233. position: absolute;
  234. right: 15px;
  235. top: 10px;
  236. }
  237. .form_link {
  238. border-left: 1px solid #dcdcdc;
  239. color: #939393;
  240. font-size: 12px;
  241. line-height: 32px;
  242. margin-top: -1px;
  243. padding: 0 10px;
  244. position: absolute;
  245. right: 0;
  246. top: 4px;
  247. }
  248. .form_btn {
  249. margin: 20px 0;
  250. }
  251. .form_button {
  252. background:linear-gradient(90deg,rgba(49,219,139,1) 0%,rgba(40,207,170,1) 100%);
  253. border-radius: 4px;
  254. color: #fff;
  255. font-size: 16px;
  256. height: 40px;
  257. width: 100%;
  258. }
  259. .form_remark {
  260. color: #999;
  261. font-size: 12px;
  262. margin-top: -10px;
  263. }
  264. .icon_user, .icon_pwd, .icon_code, .icon_card, .icon_eye, .icon_noeye {
  265. background-size: 100% 100%;
  266. height: 20px;
  267. width: 20px;
  268. }
  269. .icon_user {
  270. background-image: url(../images/icon-user.png);
  271. }
  272. .icon_pwd {
  273. background-image: url(../images/icon-pwd.png);
  274. }
  275. .icon_code {
  276. background-image: url(../images/icon-code.png);
  277. }
  278. .icon_card {
  279. background-image: url(../images/icon-card.png);
  280. }
  281. .payment_head{border-bottom:1px solid #dadada;color:#666;height:36px;position:relative}
  282. .payment_title{color:#23b0cb;display:block;font-size:16px;text-align:center}
  283. .payment_close{position:absolute;right:-10px;top:-10px}
  284. .payment_amount{font-size:16px;padding-left:20px}
  285. .payment_amount>b{color:#d7374a;font-size:18px}
  286. .payment_body{overflow:hidden;padding:15px 0}
  287. .payment_body:last-child{margin-bottom:-15px}
  288. .payment_type{display:-ms-flexbox;display:flex;padding-top:5px}
  289. .payment_type-item{color:#333;-ms-flex:1;flex:1;font-size:16px;text-align:center}
  290. .payment_type-item>img{display:block;height:51px;margin:0 auto 7px;width:51px}
  291. .payment_qrcode{height:110px;margin-right:20px;width:110px}
  292. .payment_info>p{font-size:16px;margin:5px 30px 5px 0}.payment_info>p>b{color:#d7374a;font-size:16px}.payment_tips{color:#333;font-size:12px!important;line-height:18px}.payment_status__msg{color:#333;font-size:24px;margin:0 35px;padding:20px 0 40px;text-align:center}.payment_status__msg>b{color:#d7374a;font-size:24px}.payment_status__btn{margin:0 35px 10px}.payment_button{background-color:#23b0cb;border-radius:4px;color:#fff;font-size:16px;height:40px;width:100%}.payment_gzh{color:#333;font-size:12px;padding-bottom:15px;text-align:center}.payment_gzh>img{height:110px;margin-bottom:5px;width:110px}.payment_reco{display:-ms-flexbox;display:flex}.payment_reco-item{color:#333;-ms-flex:1;flex:1;font-size:12px;text-align:center}.payment_reco-item>img{border-radius:4px;display:block;height:48px;width:48px;margin:0 auto 5px}.payment_foot{background-color:#f0f0f0;border-radius:0 0 10px 10px;color:#23b0cb;font-size:14px;height:40px;line-height:40px;margin:0 -15px -15px;overflow:hidden;text-align:center}.payment_leave{background-color:#fff;border-top:1px solid #dadada;color:#333;display:block;font-size:16px;line-height:40px}.icon_close{background-image:url(../images/icon-close.png);background-size:25px;background-repeat:no-repeat;background-position:center;height:25px;width:25px;padding:20px;z-index:1002}.icon_succ{background-image:url(../images/icon-succ.png)}.icon_fail,.icon_succ{background-size:100% 100%;display:inline-block;height:28px;margin-top:4px;vertical-align:top;width:28px}.icon_fail{background-image:url(../images/icon-fail.png)}