郑许地铁

metrologin.css 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. body {
  2. background: #666666;
  3. font-family: "Microsoft YaHei"
  4. }
  5. #supersized-loader {
  6. position: absolute;
  7. top: 50%;
  8. left: 50%;
  9. z-index: 0;
  10. width: 60px;
  11. height: 60px;
  12. margin: -30px 0 0 -30px;
  13. text-indent: -999em;
  14. background: url(../images/loading.gif) no-repeat center center
  15. }
  16. #supersized {
  17. display: block;
  18. position: fixed;
  19. left: 0;
  20. top: 0;
  21. overflow: hidden;
  22. z-index: -999;
  23. height: 100%;
  24. width: 100%
  25. }
  26. #supersized img {
  27. width: auto;
  28. height: auto;
  29. position: relative;
  30. display: none;
  31. outline: none;
  32. border: none
  33. }
  34. #supersized.speed img {
  35. -ms-interpolation-mode: nearest-neighbor;
  36. image-rendering: -moz-crisp-edges
  37. }
  38. #supersized.quality img {
  39. -ms-interpolation-mode: bicubic;
  40. image-rendering: optimizeQuality
  41. }
  42. #supersized li {
  43. display: block;
  44. list-style: none;
  45. z-index: -30;
  46. position: fixed;
  47. overflow: hidden;
  48. top: 0;
  49. left: 0;
  50. width: 100%;
  51. height: 100%;
  52. background: #111
  53. }
  54. #supersized a {
  55. width: 100%;
  56. height: 100%;
  57. display: block
  58. }
  59. #supersized li.prevslide {
  60. z-index: -20
  61. }
  62. #supersized li.activeslide {
  63. z-index: -10
  64. }
  65. #supersized li.image-loading {
  66. background: #111 url(../images/loading.gif) no-repeat center center;
  67. width: 100%;
  68. height: 100%
  69. }
  70. #supersized li.image-loading img {
  71. visibility: hidden
  72. }
  73. #supersized li.prevslide img,#supersized li.activeslide img {
  74. display: inline
  75. }
  76. #supersized img {
  77. max-width: none!important
  78. }
  79. #supersized i {
  80. _zoom: 300
  81. }
  82. .larry-main {
  83. width: 400px;
  84. height: auto;
  85. margin: 0 auto;
  86. padding-top: 45px;
  87. padding-bottom: 25px;
  88. padding-left: 45px;
  89. padding-right: 45px;
  90. box-shadow: 0px 0px 70px #e1e6eb;
  91. border-radius: 5px;
  92. position: absolute;
  93. right: 15%;
  94. top: 10%;
  95. /* background:rgb(0,0,0): ; */
  96. /* background: rgb(65,208,242,0.8); */
  97. filter: alpha(opacity=80);
  98. /* border: 1px solid #909090;*/
  99. }
  100. .larry-main .title {
  101. display: block;
  102. width: 100%;
  103. height: 45px;
  104. line-height: 45px;
  105. color: #ffffff;
  106. font-size: 32px;
  107. text-align: center;
  108. font-weight: bold;
  109. margin-bottom: 5px
  110. }
  111. .larry-main p.info {
  112. display: block;
  113. width: 100%;
  114. height: 35px;
  115. line-height: 35px;
  116. color: #222;
  117. font-size: 24px;
  118. text-align: center;
  119. padding-bottom: 15px
  120. }
  121. .user-info {
  122. display: block;
  123. width: 100%;
  124. height: 400px;
  125. padding-top: 5px;
  126. overflow: hidden;
  127. margin: 0 auto
  128. }
  129. .user-info .avatar {
  130. display: block;
  131. width: 96px;
  132. height: 96px;
  133. margin: 0 auto;
  134. margin-bottom: 50px
  135. }
  136. .layui-form {
  137. display: block;
  138. position: static;
  139. width: 290px;
  140. overflow: hidden;
  141. margin: 0 auto;
  142. padding: 0px;
  143. padding-left: 15px;
  144. padding-right: 15px
  145. }
  146. .layui-form .layui-form-item {
  147. display: block;
  148. width: 100%;
  149. height: 40px;
  150. border: none;
  151. position: relative;
  152. margin-bottom: 50px
  153. }
  154. .layui-form .layui-form-item label.layui-form-label {
  155. display: block;
  156. padding: 0px;
  157. margin: 0px;
  158. width: 55px;
  159. height: 20px;
  160. line-height: 20px;
  161. position: absolute;
  162. top: 10px;
  163. left: 10px;
  164. font-size: 14px;
  165. font-weight: 600;
  166. color: gray;
  167. padding-right: 10px;
  168. border-right: dotted 1px #e1e6eb;
  169. text-align: right;
  170. z-index:1;
  171. }
  172. .layui-form .layui-form-item input.larry-input {
  173. display: block;
  174. width: 100%;
  175. height: 40px;
  176. vertical-align: middle;
  177. margin: 0px;
  178. padding: 0px;
  179. position: absolute;
  180. top: 0px;
  181. left: 0px;
  182. font-size: 14px;
  183. font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
  184. color: #222!important;
  185. /* background: #2d2d2d; */
  186. background: #fff;
  187. /* border: 1px solid #3d3d3d; */
  188. border: 1px solid #e1e6eb;
  189. -moz-border-radius: 5px;
  190. -webkit-border-radius: 5px;
  191. border-radius: 5px;
  192. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  193. -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  194. -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  195. box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  196. -o-transition: all .2s;
  197. -moz-transition: all .2s;
  198. -webkit-transition: all .2s;
  199. -ms-transition: all .2s;
  200. padding-left: 82px
  201. }
  202. input::-webkit-input-placeholder {
  203. color: #ccc
  204. }
  205. input:-moz-placeholder {
  206. color: #ccc
  207. }
  208. input::-moz-placeholder {
  209. color: #ccc
  210. }
  211. input:-ms-input-placeholder {
  212. color: #ccc
  213. }
  214. .layui-form .layui-form-item input.larry-input:focus {
  215. color: #ffffff
  216. }
  217. #larry_code {
  218. width: 100px;
  219. margin-bottom: 25px
  220. }
  221. #larry_code input.larry-input {
  222. padding-left: 10px!important;
  223. color: #ffffff
  224. }
  225. #larry_code input.larry-input:focus {
  226. color: #ffffff;
  227. font-size: 16px
  228. }
  229. #larry_code input::-webkit-input-placeholder {
  230. color: #fff
  231. }
  232. #larry_code input:-moz-placeholder {
  233. color: #fff
  234. }
  235. #larry_code input::-moz-placeholder {
  236. color: #fff
  237. }
  238. #larry_code input:-ms-input-placeholder {
  239. color: #fff
  240. }
  241. #larry_code .code {
  242. display: block;
  243. background: #ffffff;
  244. width: 181px;
  245. height: 40px;
  246. padding: 0px;
  247. border-radius: 4px;
  248. position: absolute;
  249. top: -1px;
  250. left: 108px;
  251. box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25)
  252. }
  253. #larry_code .code .arrow {
  254. background: url(../images/login/login_code.png) no-repeat 0 0;
  255. display: block;
  256. width: 7px;
  257. height: 13px;
  258. position: absolute;
  259. left: -7px;
  260. top: 13px
  261. }
  262. #larry_code .code-img {
  263. width: 160px;
  264. height: 38px;
  265. position: absolute;
  266. top: 1px;
  267. left: 2px;
  268. cursor: pointer
  269. }
  270. #larry_code .code-img img {
  271. display: block;
  272. width: 100%;
  273. height: 100%
  274. }
  275. #larry_code .code a.change {
  276. display: block;
  277. width: 11px;
  278. height: 14px;
  279. cursor: pointer;
  280. position: absolute;
  281. top: 15px;
  282. right: 3px;
  283. background: url(../images/login/login_code.png) no-repeat 0px -15px;
  284. opacity: 0.7
  285. }
  286. .larry-btn {
  287. position: static;
  288. display: block;
  289. font-size: 16px;
  290. font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
  291. font-weight: 600;
  292. letter-spacing: 1px;
  293. background: #1cb5ef!important;
  294. width: 170px;
  295. height: 40px;
  296. line-height: 40px;
  297. vertical-align: middle;
  298. margin: 0 auto!important;
  299. border: 1px solid #1cb5ef;
  300. -moz-border-radius: 5px;
  301. -webkit-border-radius: 5px;
  302. border-radius: 5px;
  303. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  304. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  305. box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  306. color: #fff;
  307. cursor: pointer;
  308. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  309. -o-transition: all .2s;
  310. -moz-transition: all .2s;
  311. -webkit-transition: all .2s;
  312. -ms-transition: all .2s
  313. }
  314. .larry-btn:hover {
  315. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  316. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  317. box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2)
  318. }
  319. .larry-btn:active {
  320. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  321. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  322. box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
  323. border: 0px solid #ef4300
  324. }
  325. .copy-right {
  326. display: block;
  327. width: 360px;
  328. height: 30px;
  329. line-height: 30px;
  330. margin: 0 auto;
  331. text-align: center;
  332. color: #000000;
  333. font-size: 14px;
  334. padding-top: 5px
  335. }
  336. .copy-right a {
  337. cursor: pointer;
  338. color: #000000
  339. }
  340. .copy-right a:hover {
  341. color: #ffffff
  342. }