Sin descripción

fund_h5_api.css 6.2KB

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