Няма описание

fund_h5_api.css 6.2KB

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