No Description

fund_h5_api.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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. color: #666;
  127. text-align: center;
  128. }
  129. .tab-tab-active {
  130. font-weight: bold;
  131. color: #222;
  132. }
  133. .hr-active {
  134. display: inline-block;
  135. width: 0.16rem;
  136. height: 0.03rem;
  137. margin-top: 0.14rem;
  138. }
  139. .tab-tab-active .hr-active {
  140. background-color: #5d7dff;
  141. margin-top: 0.14rem;
  142. }
  143. .tab-tab-active .tab-title{
  144. color: #5D7DFF;
  145. }
  146. .tab-content-wrapper {
  147. margin: 0 0.20rem;
  148. }
  149. .input-wrapper {
  150. border-bottom: 0.5px solid #d8d8d8;
  151. padding-bottom: 0.14rem;
  152. padding-top: 0.26rem;
  153. font-size: 0;
  154. }
  155. .input-wrapper:last-of-type{
  156. border-bottom: none;
  157. }
  158. .input-wrapper label {
  159. display: inline-block;
  160. width: 0.90rem;
  161. font-size: 0.16rem;
  162. color: #222;
  163. text-align:justify;
  164. }
  165. .input-wrapper input {
  166. color: #222;
  167. font-size: 0.16rem;
  168. border: none;
  169. outline: none;
  170. width: 2rem;
  171. }
  172. .input-wrapper input::-webkit-input-placeholder{
  173. color: #aaa;
  174. }
  175. .agreement-wrapper {
  176. margin-top: 0.16rem;
  177. color: #888;
  178. font-size: 0.12rem;
  179. margin-left: 0.2rem;
  180. }
  181. .check {
  182. vertical-align: text-bottom;
  183. display: inline-block;
  184. width: 0.16rem;
  185. height: 0.16rem;
  186. margin-right: 0.06rem;
  187. background-image: url(../img/check_fale.png);
  188. background-size: 100%;
  189. }
  190. .check-active {
  191. background-image: url(../img/check_true.png);
  192. }
  193. .agreement-wrapper a {
  194. color: #5d7dff;
  195. }
  196. .button-wrapper {
  197. margin: 0.32rem 0;
  198. text-align: center;
  199. font-size: 0.15rem;
  200. }
  201. .button-wrapper input {
  202. width: 3rem;
  203. height: 0.4rem;
  204. border: none;
  205. outline: none;
  206. color: #fff;
  207. border-radius: 0.2rem;
  208. font-size: 0.2rem;
  209. }
  210. .disable-commit {
  211. background-color: #ccc;
  212. }
  213. .enable-commit {
  214. background-color: #5d7dff;
  215. box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
  216. -webkit-box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
  217. }
  218. .tips {
  219. margin: 0.12rem 0.10rem 0;
  220. }
  221. .tips p {
  222. font-size: 0.12rem;
  223. color: #888;
  224. line-height: 0.16rem;
  225. }
  226. .mask {
  227. position: absolute;
  228. top: 0;
  229. right: 0;
  230. width: 100%;
  231. height: 100%;
  232. background-color: rgba(0, 0, 0, 0.5);
  233. }
  234. .dialog-wrapper {
  235. width: 2.9rem;
  236. /* height: 2.38rem; */
  237. text-align: center;
  238. margin: auto;
  239. margin-top: 1.50rem;
  240. background-color: #fff;
  241. font-size: 0;
  242. padding-bottom: 0.14rem;
  243. border-radius: 0.12rem;
  244. }
  245. .dialog-wrapper img {
  246. height: 0.60rem;
  247. width: auto;
  248. margin-top: 0.30rem;
  249. margin-bottom: 0.20rem;
  250. }
  251. .dialog-wrapper p {
  252. line-height: 0.20rem;
  253. font-size: 0.14rem;
  254. color: #888;
  255. text-align: left;
  256. padding: 0 0.1rem;
  257. }
  258. .dialog-wrapper input{
  259. margin-top: 0.14rem;
  260. padding-top: 0.16rem;
  261. width: 100%;
  262. border: none;
  263. border-radius: 0;
  264. border-top: 0.01rem solid #D8D8D8;
  265. outline: none;
  266. color: #5D7DFF;
  267. font-size: 0.18rem;
  268. background: transparent;
  269. }
  270. .alert-info {
  271. position: absolute;
  272. top: 1.74rem;
  273. right: 0;
  274. left: 0;
  275. bottom: 0;
  276. text-align: center;
  277. }
  278. .alert-info p {
  279. display: inline-block;
  280. height: 0.38rem;
  281. color: #fff;
  282. font-size: 0.14rem;
  283. line-height: 0.38rem;
  284. padding: 0 0.10rem;
  285. background-color: rgba(0, 0, 0, 0.7);
  286. border-radius: 5px;
  287. }
  288. .loading-wrapper {
  289. width: 100%;
  290. height: 100%;
  291. }
  292. .loading-wrapper img {
  293. position: absolute;
  294. top: 1.68rem;
  295. left: 50%;
  296. transform: translateX(-50%);
  297. clip: rect(0px, 400px, 120px, 0px);
  298. height: 2.04rem;
  299. width: auto;
  300. }
  301. .loading-wrapper p {
  302. position: absolute;
  303. top: 3.72rem;
  304. color: #222;
  305. font-size: 0.14rem;
  306. display: block;
  307. left: 50%;
  308. transform: translateX(-50%);
  309. }
  310. .process {
  311. font-size: 0.17rem;
  312. font-weight: bold;
  313. }
  314. .bg-white {
  315. background-color: #fff;
  316. }
  317. /*酷炫*/
  318. .inputForget{
  319. position: relative;
  320. }
  321. .inputForget .forget{
  322. position: absolute;
  323. top: 0.25rem;
  324. line-height: 0.20rem;
  325. font-size: .12rem;
  326. right: 0;
  327. color: #5D7DFF;
  328. padding-left: 0.11rem;
  329. border-left: 0.01rem solid #D8D8D8;
  330. }
  331. .tishi{
  332. font-size: 0.18rem;
  333. color: #444444;
  334. line-height: 0.25rem;
  335. padding: 0.17rem;
  336. }
  337. .obtainPwd {
  338. text-align: center;
  339. color: #999999;
  340. font-size: 0.12rem;
  341. line-height: 0.17rem;
  342. margin: 0.12rem 0;
  343. }
  344. .obtainPwd a{
  345. color: #5D7DFF;
  346. font-size: 0.15rem;
  347. }