No Description

fund_h5_api.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. html {
  2. font-size: 100px;
  3. background-color: #F2F2F2;
  4. }
  5. nav {
  6. font-size: 0rem;
  7. height: 0.44rem;
  8. width: 100%;
  9. background-color: #5d7dff;
  10. position: relative;
  11. }
  12. nav i {
  13. /*display: inline-block;
  14. width: 0.16rem;
  15. height: 0.16rem;
  16. line-height: 0.44rem;
  17. margin-left: 0.1rem;
  18. background-image: url(../img/back.png);
  19. background-repeat: no-repeat;
  20. background-size: 100% auto;*/
  21. display: inline-block;
  22. width: 0.16rem;
  23. height: 0.16rem;
  24. line-height: 0.44rem;
  25. background-image: url(../img/back.png);
  26. background-repeat: no-repeat;
  27. background-size: 100% auto;
  28. position: absolute;
  29. top: 0;
  30. bottom: 0;
  31. margin: auto;
  32. margin-left: 0.1rem;
  33. }
  34. nav .qiehuan{
  35. font-size: 0.13rem;
  36. padding-right: 0.13rem;
  37. float: right;
  38. line-height: 0.44rem;
  39. color: #fff;
  40. }
  41. nav .qiehuan a{
  42. color: #FFFFFF;
  43. }
  44. nav p {
  45. /*display: inline-block;
  46. width: 90%;
  47. text-align: center;
  48. line-height: 0.44rem;
  49. color: #fff;
  50. font-size: 0.17rem;*/
  51. display: inline-block;
  52. text-align: center;
  53. line-height: 0.44rem;
  54. color: #fff;
  55. font-size: 0.17rem;
  56. position: absolute;
  57. left: 0;
  58. right: 0;
  59. margin: auto;
  60. width: 55%;
  61. }
  62. nav p em{
  63. border: 0.08rem solid transparent;
  64. border-top: 0.08rem solid #fff;
  65. width: 0;
  66. height: 0;
  67. position: relative;
  68. top: 0.15rem;
  69. right: 0;
  70. margin-left: 0.06rem;
  71. }
  72. nav p span{
  73. display: inline-block;
  74. max-width: 81%;
  75. height: 0.44rem;
  76. white-space: nowrap;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. }
  80. .container {
  81. width: 100%;
  82. height: 100%;
  83. /*background-image: url(../img/bg_blue.png);*/
  84. background-repeat: no-repeat;
  85. background-size: 100% auto;
  86. margin-top: -1px;
  87. padding-top: 1px;
  88. }
  89. .header-wrapper {
  90. width: 100%;
  91. height: 0.32rem;
  92. }
  93. .choose-city {
  94. width: 100%;
  95. margin-top: 0.08rem;
  96. font-size: 0;
  97. }
  98. .location {
  99. display: inline-block;
  100. background-image: url(../img/location1.png);
  101. background-size: 100%;
  102. width: 0.26rem;
  103. height: 0.26rem;
  104. margin-left: 0.10rem;
  105. }
  106. .city-name {
  107. margin-left: 0.04rem;
  108. font-size: 0.14rem;
  109. color: #fff;
  110. }
  111. .login-wrapper {
  112. font-size: 0;
  113. background-color: #fff;
  114. /*margin: 0 0.10rem 0.12rem;*/
  115. border-radius: 4px;
  116. overflow: hidden;
  117. }
  118. .tab-tab-wrapper {
  119. font-size: 0;
  120. }
  121. .tab-tab {
  122. display: inline-block;
  123. font-size: 0.16rem;
  124. width: 50%;
  125. margin: 0.16rem 0;
  126. margin-bottom: 0.06rem;
  127. color: #666;
  128. text-align: center;
  129. }
  130. .tab-tab-active {
  131. font-weight: bold;
  132. color: #222;
  133. }
  134. .hr-active {
  135. display: inline-block;
  136. width: 0.16rem;
  137. height: 0.03rem;
  138. margin-top: 0.14rem;
  139. }
  140. .tab-tab-active .hr-active {
  141. background-color: #5d7dff;
  142. margin-top: 0.14rem;
  143. }
  144. .tab-tab-active .tab-title{
  145. color: #5D7DFF;
  146. }
  147. .tab-content-wrapper {
  148. margin: 0 0.20rem;
  149. }
  150. .input-wrapper {
  151. border-bottom: 0.5px solid #d8d8d8;
  152. padding-bottom: 0.14rem;
  153. padding-top: 0.26rem;
  154. font-size: 0;
  155. }
  156. .input-wrapper:last-of-type{
  157. border-bottom: none;
  158. }
  159. .input-wrapper label {
  160. display: inline-block;
  161. width: 0.90rem;
  162. font-size: 0.16rem;
  163. color: #222;
  164. text-align:justify;
  165. }
  166. .input-wrapper input {
  167. color: #222;
  168. font-size: 0.16rem;
  169. border: none;
  170. outline: none;
  171. width: 2rem;
  172. }
  173. .input-wrapper input::-webkit-input-placeholder{
  174. color: #aaa;
  175. }
  176. .agreement-wrapper {
  177. margin-top: 0.1rem;
  178. color: #888;
  179. font-size: 0.12rem;
  180. margin-left: 0.2rem;
  181. }
  182. .check {
  183. vertical-align: text-bottom;
  184. display: inline-block;
  185. width: 0.16rem;
  186. height: 0.16rem;
  187. margin-right: 0.06rem;
  188. background-image: url(../img/check_fale.png);
  189. background-size: 100%;
  190. }
  191. .check-active {
  192. background-image: url(../img/check_true.png);
  193. }
  194. .agreement-wrapper a {
  195. color: #5d7dff;
  196. }
  197. .button-wrapper {
  198. margin: 0.36rem 0;
  199. text-align: center;
  200. font-size: 0.15rem;
  201. }
  202. .button-wrapper input {
  203. width: 3rem;
  204. height: 0.4rem;
  205. border: none;
  206. outline: none;
  207. color: #fff;
  208. border-radius: 0.2rem;
  209. font-size: 0.2rem;
  210. }
  211. .disable-commit {
  212. background-color: #ccc;
  213. }
  214. .enable-commit {
  215. background-color: #5d7dff;
  216. box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
  217. -webkit-box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
  218. }
  219. .tips {
  220. margin: 0.12rem 0.10rem 0;
  221. }
  222. .tips p {
  223. font-size: 0.12rem;
  224. color: #888;
  225. line-height: 0.16rem;
  226. }
  227. .mask {
  228. position: absolute;
  229. top: 0;
  230. right: 0;
  231. width: 100%;
  232. height: 100%;
  233. background-color: rgba(0, 0, 0, 0.5);
  234. }
  235. .dialog-wrapper {
  236. width: 2.9rem;
  237. /* height: 2.38rem; */
  238. text-align: center;
  239. margin: auto;
  240. margin-top: 1.50rem;
  241. background-color: #fff;
  242. font-size: 0;
  243. padding-bottom: 0.14rem;
  244. border-radius: 0.12rem;
  245. }
  246. .dialog-wrapper img {
  247. height: 0.60rem;
  248. width: auto;
  249. margin-top: 0.30rem;
  250. margin-bottom: 0.20rem;
  251. }
  252. .dialog-wrapper p {
  253. line-height: 0.20rem;
  254. font-size: 0.14rem;
  255. color: #888;
  256. padding: 0 0.15rem;
  257. text-align: left;
  258. }
  259. .dialog-wrapper input{
  260. margin-top: 0.14rem;
  261. padding-top: 0.16rem;
  262. width: 100%;
  263. border: none;
  264. border-radius: 0;
  265. border-top: 0.01rem solid #D8D8D8;
  266. outline: none;
  267. color: #5D7DFF;
  268. font-size: 0.18rem;
  269. background: transparent;
  270. }
  271. .alert-info {
  272. position: absolute;
  273. top: 1.74rem;
  274. right: 0;
  275. left: 0;
  276. bottom: 0;
  277. text-align: center;
  278. }
  279. .alert-info p {
  280. display: inline-block;
  281. height: 0.38rem;
  282. color: #fff;
  283. font-size: 0.14rem;
  284. line-height: 0.38rem;
  285. padding: 0 0.10rem;
  286. background-color: rgba(0, 0, 0, 0.7);
  287. border-radius: 5px;
  288. }
  289. .loading-wrapper {
  290. width: 100%;
  291. height: 100%;
  292. }
  293. .loading-wrapper img {
  294. position: absolute;
  295. top: 1.68rem;
  296. left: 50%;
  297. transform: translateX(-50%);
  298. clip: rect(0px, 400px, 120px, 0px);
  299. height: 2.04rem;
  300. width: auto;
  301. }
  302. .loading-wrapper p {
  303. position: absolute;
  304. top: 3.72rem;
  305. color: #222;
  306. font-size: 0.14rem;
  307. display: block;
  308. left: 50%;
  309. transform: translateX(-50%);
  310. }
  311. .process {
  312. font-size: 0.17rem;
  313. font-weight: bold;
  314. }
  315. .bg-white {
  316. background-color: #fff;
  317. }
  318. /*酷炫*/
  319. .inputForget{
  320. position: relative;
  321. }
  322. .inputForget .forget{
  323. position: absolute;
  324. top: 0.25rem;
  325. line-height: 0.20rem;
  326. font-size: .12rem;
  327. right: 0;
  328. color: #5D7DFF;
  329. padding-left: 0.11rem;
  330. border-left: 0.01rem solid #D8D8D8;
  331. }
  332. .tishi{
  333. font-size: 0.18rem;
  334. color: #444444;
  335. line-height: 0.25rem;
  336. padding: 0.17rem;
  337. }
  338. .obtainPwd {
  339. text-align: center;
  340. color: #999999;
  341. font-size: 0.12rem;
  342. line-height: 0.17rem;
  343. margin: 0.12rem 0;
  344. }
  345. .obtainPwd a{
  346. color: #5D7DFF;
  347. font-size: 0.15rem;
  348. }