login.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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:#284a94 !important;
  9. color: #284a94 !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: 100%;
  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. .forget a{
  82. width: 73px;
  83. height: 16px;
  84. font-size: 16px;
  85. font-family: PingFang-SC-Medium, PingFang-SC;
  86. font-weight: 500;
  87. color: #999999;
  88. line-height: 43px;
  89. margin-left: 40%;
  90. }
  91. .bg-title{
  92. width: 651px;
  93. height: 34px;
  94. font-size: 36px;
  95. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  96. font-weight: 400;
  97. color: #FFFFFF;
  98. line-height: 36px;
  99. position: fixed;
  100. top: 10%;
  101. left: 27%;
  102. }
  103. .copyright-text{
  104. height: 16px;
  105. font-size: 14px;
  106. font-family: Source Han Sans CN;
  107. font-weight: 400;
  108. color: #FFFFFF;
  109. position: fixed;
  110. left: 40%;
  111. top: 90%;
  112. }
  113. .signinpanel {
  114. width: 750px;
  115. margin: 10% auto 0 auto;
  116. }
  117. .signinpanel .logopanel {
  118. float: none;
  119. width: auto;
  120. padding: 0;
  121. background: none;
  122. }
  123. .signinpanel .signin-info ul {
  124. list-style: none;
  125. padding: 0;
  126. margin: 20px 0;
  127. }
  128. .signinpanel .form-control {
  129. display: block;
  130. margin-top: 15px;
  131. }
  132. .input1 img{
  133. width: 70px;
  134. height: 70px;
  135. }
  136. .input2 img{
  137. width: 70px;
  138. height: 70px;
  139. }
  140. .signinpanel .btn {
  141. margin-top: 30px;
  142. }
  143. .btn-block{
  144. /*width: 300px;*/
  145. border: 0;
  146. height: 46px;
  147. font-size: 18px;
  148. background: #284a94;
  149. border-radius: 4px 4px 4px 4px;
  150. opacity: 1;
  151. outline: none;
  152. margin-top: 10px;
  153. }
  154. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
  155. background-color: #284a94 !important;
  156. }
  157. .signinpanel form {
  158. -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  159. -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  160. box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  161. -moz-border-radius: 3px;
  162. -webkit-border-radius: 3px;
  163. border-radius: 20px;
  164. margin: 0 135px;
  165. }
  166. .input1{
  167. display: flex;
  168. }
  169. .input2{
  170. display: flex;
  171. }
  172. .signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}
  173. @media screen and (max-width: 768px) {
  174. .signinpanel,
  175. .signuppanel {
  176. margin: 0 auto;
  177. width: 420px!important;
  178. padding: 20px;
  179. }
  180. .signinpanel form {
  181. margin-top: 20px;
  182. }
  183. .signup-footer {
  184. margin-bottom: 10px;
  185. }
  186. .signuppanel .form-control {
  187. margin-bottom: 10px;
  188. }
  189. .signup-footer .pull-left,
  190. .signup-footer .pull-right {
  191. float: none !important;
  192. text-align: center;
  193. }
  194. .signinpanel .signin-info ul {
  195. display: none;
  196. }
  197. }
  198. @media screen and (max-width: 320px) {
  199. .signinpanel,
  200. .signuppanel {
  201. margin:0 20px;
  202. width:auto;
  203. }
  204. }
  205. .login-input-box {
  206. width: 100%;
  207. height: 70px;
  208. overflow: hidden;
  209. /*margin-top: 20px;*/
  210. }
  211. .login-input-box .login_icon {
  212. width: 70px;
  213. height: 70px;
  214. text-align: center;
  215. float: left;
  216. border-radius: 35px 0 0 35px;
  217. }
  218. .login-input-box .login_icon img {
  219. border-radius: 35px 0 0 35px;
  220. border: 1px solid #FFFFFF;
  221. border-right: 0;
  222. vertical-align: middle;
  223. overflow: hidden;
  224. height: 70px;
  225. width: 70px;
  226. }
  227. .login_input-box {
  228. width: 100%;
  229. height: 46px;
  230. background: #FFFFFF;
  231. border-radius: 4px 4px 4px 4px;
  232. opacity: 1;
  233. }
  234. .login_input-box input {
  235. height: 46px;
  236. font-size: 17px;
  237. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  238. font-weight: 400;
  239. color: #999999;
  240. /*line-height: 43px*/
  241. }
  242. .logo1{
  243. width: 288px;
  244. height: 66px;
  245. }
  246. .row1{
  247. margin: 0 230px;
  248. }
  249. body{
  250. padding-top: 15vh;
  251. }
  252. .login-box{
  253. width: 750px;
  254. overflow: hidden;
  255. margin: 0 auto;
  256. height: 440px;
  257. /*background-color: #ffffff;*/
  258. }
  259. .login-box-left{
  260. position: relative;
  261. width: 350px;
  262. height: 100%;
  263. float: left;
  264. }
  265. .login-box-banner{
  266. width: 100%;
  267. height: 100%;
  268. background-color: transparent;
  269. }
  270. .login-box-banner img{
  271. width: 100%;
  272. height: 100%;
  273. object-fit: contain;
  274. }
  275. .login-box-right{
  276. width: 400px;
  277. height: 100%;
  278. float: left;
  279. }