login.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. html{height: 100%;}
  2. body {
  3. background:url("../img/beijing.png") no-repeat;
  4. background-size: 100% 100%;
  5. color: rgba(255,255,255,.95);
  6. }
  7. .form-control:focus, .single-line:focus{
  8. border-color:#023894 !important;
  9. color: #023894 !important;
  10. }
  11. /*.bg-top{*/
  12. /* height: 100%;*/
  13. /* background:url("../img/login-bg.jpg") no-repeat center fixed;*/
  14. /* -webkit-background-size: cover;*/
  15. /* -moz-background-size: cover;*/
  16. /* -o-background-size: cover;*/
  17. /* background-size: cover;*/
  18. /* color: rgba(255,255,255,.95);*/
  19. /*}*/
  20. .bg-buttom{
  21. height: auto;
  22. }
  23. .from-data{
  24. display: flex;
  25. /*position: fixed;*/
  26. width: 100%;
  27. height: 400px;
  28. /*background: #FFFFFF;*/
  29. /*box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);*/
  30. /*border-radius: 10px 10px 10px 10px;*/
  31. /*opacity: 1;*/
  32. /*top: 20%;*/
  33. /*left: 77.4%;*/
  34. /*margin-left: -400px;*/
  35. }
  36. .from-left{
  37. width: 400px;
  38. height: 400px;
  39. background: #FAFAFA;
  40. border-radius: 10px 10px 10px 10px;
  41. opacity: 1;
  42. text-align: center;
  43. padding-top: 15%;
  44. }
  45. .l-title{
  46. position: absolute;
  47. z-index: 100;
  48. top: 20%;
  49. left: 20px;
  50. width: 100%;
  51. height: 200px;
  52. }
  53. .l-title-a{
  54. width: 389px;
  55. font-size: 20px;
  56. font-family: Source Han Sans CN;
  57. font-weight: bold;
  58. color: #FFFFFF;
  59. }
  60. .logo-title{
  61. height: 61px;
  62. font-size: 22px;
  63. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  64. font-weight: bold;
  65. color: #333333;
  66. /*line-height: 62px;*/
  67. margin-top: 40px;
  68. text-align: center;
  69. /*margin-left: 42%;*/
  70. margin-bottom: 30px;
  71. }
  72. .form-right{
  73. width: 400px;
  74. height: 400px;
  75. font-size: 32px;
  76. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  77. font-weight: bold;
  78. color: #333333;
  79. line-height: 32px;
  80. }
  81. .jzma{
  82. margin-top: -15px;
  83. }
  84. .forget{
  85. width: 73px;
  86. /*height: 16px;*/
  87. font-size: 16px;
  88. font-family: PingFang-SC-Medium, PingFang-SC;
  89. font-weight: 500;
  90. color: #999999;
  91. /*line-height: 43px;*/
  92. /*margin-left: 40%;*/
  93. margin-top: -10px;
  94. margin-bottom: 5px;
  95. margin-left: 130px;
  96. }
  97. .f-login{
  98. margin-left: 245px !important;
  99. }
  100. .checkedPs{
  101. width: 73px;
  102. /*height: 16px;*/
  103. font-size: 16px;
  104. font-family: PingFang-SC-Medium, PingFang-SC;
  105. font-weight: 500;
  106. color: #999999;
  107. /*line-height: 43px;*/
  108. /*margin-left: 40%;*/
  109. margin-top: -10px;
  110. margin-bottom: 5px;
  111. }
  112. .bg-title{
  113. width: 651px;
  114. height: 34px;
  115. font-size: 36px;
  116. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  117. font-weight: 400;
  118. color: #FFFFFF;
  119. line-height: 36px;
  120. position: fixed;
  121. top: 10%;
  122. left: 27%;
  123. }
  124. .copyright-text{
  125. height: 16px;
  126. font-size: 14px;
  127. font-family: Source Han Sans CN;
  128. font-weight: 400;
  129. color: #023894;
  130. position: fixed;
  131. /*left: 40%;*/
  132. top: 90%;
  133. right: 10%;
  134. }
  135. .signinpanel {
  136. width: 750px;
  137. margin: 10% auto 0 auto;
  138. }
  139. .signinpanel .logopanel {
  140. float: none;
  141. width: auto;
  142. padding: 0;
  143. background: none;
  144. }
  145. .signinpanel .signin-info ul {
  146. list-style: none;
  147. padding: 0;
  148. margin: 20px 0;
  149. }
  150. .signinpanel .form-control {
  151. display: block;
  152. margin-top: 15px;
  153. }
  154. .input1 img{
  155. width: 70px;
  156. height: 70px;
  157. }
  158. .input2 img{
  159. width: 70px;
  160. height: 70px;
  161. }
  162. .signinpanel .btn {
  163. margin-top: 30px;
  164. }
  165. .btn-block{
  166. /*width: 300px;*/
  167. border: 0;
  168. height: 46px;
  169. font-size: 18px;
  170. background: #023894;
  171. border-radius: 14px;
  172. opacity: 1;
  173. outline: none;
  174. margin-top: 10px;
  175. }
  176. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
  177. background-color: #023894 !important;
  178. }
  179. .signinpanel form {
  180. -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  181. -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  182. box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  183. -moz-border-radius: 3px;
  184. -webkit-border-radius: 3px;
  185. border-radius: 20px;
  186. margin: 0 135px;
  187. }
  188. .input1{
  189. display: flex;
  190. }
  191. .input2{
  192. display: flex;
  193. }
  194. .signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}
  195. @media screen and (max-width: 768px) {
  196. .signinpanel,
  197. .signuppanel {
  198. margin: 0 auto;
  199. width: 420px!important;
  200. padding: 20px;
  201. }
  202. .signinpanel form {
  203. margin-top: 20px;
  204. }
  205. .signup-footer {
  206. margin-bottom: 10px;
  207. }
  208. .signuppanel .form-control {
  209. margin-bottom: 10px;
  210. }
  211. .signup-footer .pull-left,
  212. .signup-footer .pull-right {
  213. float: none !important;
  214. text-align: center;
  215. }
  216. .signinpanel .signin-info ul {
  217. display: none;
  218. }
  219. }
  220. @media screen and (max-width: 320px) {
  221. .signinpanel,
  222. .signuppanel {
  223. margin:0 20px;
  224. width:auto;
  225. }
  226. }
  227. .login-input-box {
  228. width: 100%;
  229. height: 70px;
  230. overflow: hidden;
  231. /*margin-top: 20px;*/
  232. }
  233. .login-input-box .login_icon {
  234. width: 70px;
  235. height: 70px;
  236. text-align: center;
  237. float: left;
  238. border-radius: 35px 0 0 35px;
  239. }
  240. .login-input-box .login_icon img {
  241. border-radius: 35px 0 0 35px;
  242. border: 1px solid #FFFFFF;
  243. border-right: 0;
  244. vertical-align: middle;
  245. overflow: hidden;
  246. height: 70px;
  247. width: 70px;
  248. }
  249. .login_input-box {
  250. width: 100%;
  251. height: 46px;
  252. background: #FFFFFF;
  253. border-radius: 14px;
  254. opacity: 1;
  255. }
  256. .login_input-box input {
  257. height: 46px;
  258. font-size: 17px;
  259. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  260. font-weight: 400;
  261. color: #999999;
  262. border: 2px solid #BFBFBF;
  263. border-radius: 14px;
  264. /*line-height: 43px*/
  265. }
  266. .logo1{
  267. width: 288px;
  268. height: 66px;
  269. }
  270. .row1{
  271. margin: 0 230px;
  272. }
  273. /*body{*/
  274. /* padding-top: 15vh;*/
  275. /*}*/
  276. .login-box{
  277. width: 1250px;
  278. overflow: hidden;
  279. margin: 0 auto;
  280. height: 550px;
  281. /*background-color: #ffffff;*/
  282. }
  283. .login-box-left{
  284. position: relative;
  285. width: 350px;
  286. height: 100%;
  287. float: left;
  288. }
  289. .login-box-banner{
  290. width: 100%;
  291. height: 100%;
  292. background-color: transparent;
  293. }
  294. .login-box-banner img{
  295. width: 100%;
  296. height: 100%;
  297. object-fit: contain;
  298. }
  299. .login-box-right{
  300. width: 400px;
  301. height: 100%;
  302. /*float: left;*/
  303. float: right;
  304. }
  305. .login-logo-top{
  306. width: 100%;
  307. height: 17vh;
  308. line-height: 17vh;
  309. }
  310. .login-logo-top-div{
  311. width: 288px;
  312. height: 52px;
  313. /*margin-top: 44px;*/
  314. /*margin-top: 4vh;*/
  315. margin-left: 3vw;
  316. }
  317. .login-logo-top-img{
  318. width: 100%;
  319. height: 100%;
  320. }
  321. .zi{
  322. width: 376px;
  323. height: 64px;
  324. }
  325. .zi img{
  326. width: 376px;
  327. height: 64px;
  328. }