Sin descripción

fund_h5_api.css 6.3KB

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