暫無描述

fund_h5_api.css 6.4KB

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