body { padding: 0; margin: 0; height: 100%; } *:focus { outline: none; } ul { padding: 0; margin: 0; } li { list-style-type: none; } .page { width: 1024px; margin: auto; } /* input{ background-color:#DA70D6 !important; } */ input:-webkit-autofill { /*自动填入文本颜色*/ -webkit-text-fill-color: #ffffff !important; /*自动填入光标颜色*/ caret-color: white; /*背景透明;原理:动画由透明变有背景色;参数:背景色属性、动画时间、动画速度曲线、延迟时间*/ transition: background-color 0s linear 3600s; } input::-webkit-input-placeholder { color: #305d9b; } input::-moz-input-placeholder { color: #305d9b; } input::-ms-input-placeholder { color: #305d9b; } input[type="button"] { border: none; } body { background: -webkit-linear-gradient(#030f2b, #152578); background: -o-linear-gradient(#030f2b, #152578); background: -moz-linear-gradient(#030f2b, #152578); background: -mos-linear-gradient(#030f2b, #152578); background: linear-gradient(#030f2b, #152578); } .page { height: 100%; background: url(./images/bondedArea/guangyun.png) center bottom no-repeat; } .bg { height: 100%; width: 100%; background: url(./images/bondedArea/bg-img.png) center 85px no-repeat; } .title1 { font-size: 30px; color: #fff; letter-spacing: 6px; text-align: center; } .title1-span { color: #6befff; } .title2 { font-size: 20px; color: #bbe1ff; display: flex; align-items: center; margin-top: 15px; justify-content: center; } .title2-span { display: inline-block; padding: 0 15px; } .login-div { float: right; margin-right: 75px; margin-top: 145px; } .login { width: 356px; height: 272px; margin: auto; background: url(./images/bondedArea/login-main-bg.png) no-repeat; margin-top: 50px; } .input { width: 203px; height: 31px; border: none; margin-left: 94px; background: transparent; color: #52a3ff } .input-text { margin-top: 32px; } .input-password { margin-top: 20px; width: 181px; } .yzm-li { display: flex; } #eye { position: relative; } .yzm-div { width: 100px; height: 32px; color: #fff; text-align: center; margin-top: 16px; margin-left: 8px; line-height: 32px; } .input-yzm { margin-top: 18px; margin-left: 70px; width: 117px; } .checkbox-text { font-size: 12px; color: #d8d8ef; margin-left: 5px; vertical-align: 3px; } .error { font-size: 12px; color: #ec4036; } .login-li-checkbox { width: 257px; margin-top: 18px; display: flex; margin-left: 55px; justify-content: space-between; line-height: 30px; height: 30px; } .login-li-checkbox label { margin-left: 5px; } .checkbox-text { font-size: 12px; color: #d8d8ef; margin-left: 5px; vertical-align: 3px; } .error { font-size: 12px; color: #ec4036; } .login-li-checkbox { width: 257px; margin-top: 10px; display: flex; margin-left: 55px; justify-content: space-between; } .login-li-button { text-align: center; margin-top: 8px; } .button { width: 246px; height: 45px; line-height: 45px; background: url(./images/bondedArea/button.png) no-repeat; color: #fff; text-align: center; cursor: pointer; font-size: 14px; font-weight: bold; letter-spacing: 6px; } #canvas { width: 100%; height: 100%; } .set-div { color: #bbe1ff; position: absolute; width: 100px; top: 0; cursor: pointer; display: flex; align-items: center; right: 0; top: 20px; } .pop { color: #fff; background: #071f50; width: 350px; position: fixed; z-index: 999; left: 0; right: 0; margin: auto; top: 100px; border: solid 1px #387dbf; padding: 10px 15px; box-shadow: 0 0 10px rgb(52, 79, 191) inset; } .pop-top { border-bottom: solid 1px #387dbf; margin-bottom: 20px; padding-bottom: 7px; display: flex; justify-content: space-between; align-items: center; } .pop-button { background: #183676; color: #fff; border: solid 1px #2d67a5; width: 98px; height: 33px; border-radius: 5px; margin-top: 10px; } .pop-text { background: #081544; border: solid 1px #315299; border-radius: 5px; color: #fff; padding: 5px; height: 20px; width: 250px; } .pop-main li { margin-bottom: 7px; } .pop-label { display: inline-block; width: 65px; } .tip { display: inline-block; padding-top: 5px; color: #93a6bb; } #logodiv { color: #bbe1ff; position: relative; top: 35px; display: flex; align-items: center; } #logoText { font-size: 22px; padding-left: 10px; letter-spacing: 2px; } #logoImg { height: 60px; } #file { position: relative; opacity: 0; top: -33px; left: 65px; height: 34px; } .uploadButton { background: #183676; color: #fff; border: solid 1px #2d67a5; width: 82px; height: 30px; border-radius: 5px; margin-top: 10px; display: inline-block; line-height: 30px; text-align: center; margin-right: 15px; } #popShowImgLi { text-align: center }