| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- body {
- position:fixed;
- width: 100%;
- height: 100%;
- overflow: hidden;
- background-color: #fff;
- }
- .body_img {
- position: relative;
- width: 100%;
- height: 100%;
- overflow: hidden;
- background-image: url(/static/images/login_backgroup.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-color: #fff;
- }
- .main_title {
- float: left;
- width: 100%;
- height: 40px;
- font-size: 30px;
- font-weight: 800;
- color: #FFFFFF;
- line-height: 40px;
- }
- .sub_title {
- float: left;
- width: 100%;
- height: 20px;
- font-size: 14px;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 20px;
- }
- .login_logo{
- height: 5rem;
- width: 19rem;
- margin-left: 67%;
- margin-top: 9%;
- }
- .login_logo img{
- width: 100%;
- height: 100%;
- }
- .login_back {
- background-image: url(/static/images/login.png);
- width: 725px;
- height: 647px;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- position: absolute;
- left: 22%;
- }
- .login_eye{
- position: absolute;
- margin: 0.8rem 0 0 -2.5rem;
- float: right;
- cursor: pointer;
- font-size: 2rem !important;
- color: #97AAC0;
- }
- .login_area {
- position: absolute;
- width: 22%;
- right: 16.5%;
- }
- .login_area > div {
- float: left;
- width: 100%;
- margin: 10px 0;
- }
- .login_area > span {
- float: left;
- width: 100%;
- font-family: YouSheBiaoTiHei;
- font-weight: 400;
- color: #233C7F;
- }
- .login_middle_title {
- font-size: 36px;
- }
- .login_big_title {
- font-size: 48px;
- }
- .login_small_title {
- /*height: 16px;*/
- font-size: 18px;
- }
- .login_icon {
- font-size: 30px !important;
- margin-top: 9px;
- float: left;
- color: #233C7F;
- margin-left: 15px;
- cursor: default;
- }
- .login_text {
- float: left;
- width: 400px;
- height: 3rem;
- font-size: 2rem;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 7rem;
- text-align: left;
- }
- .login_input {
- width: 90%;
- height: 3.5rem;
- font-weight: 400;
- font-size: 1.33rem;
- color: #828282;
- border-radius: 0.4rem;
- opacity: 1;
- background-color: transparent;
- border: 1px solid #97AAC0;
- position: relative;
- padding: 0 1.16rem;
- }
- .login_button {
- width: 100%;
- height: 3.67rem;
- line-height: 3.75rem;
- background: #134BEA;
- border-radius: 0.4rem;
- font-size: 1.7rem;
- cursor: pointer;
- opacity: 1;
- color: #FFFFFF;
- }
- .fieldStyle {
- float: left;
- width: 100%;
- height: 2.3rem;
- font-size: 1.7rem;
- font-weight: 500;
- color: #516380;
- line-height: 2.3rem;
- margin-bottom: 1rem;
- }
|