You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
389 lines
5.0 KiB
389 lines
5.0 KiB
body {
|
|
background-color: #f2f8fc;
|
|
}
|
|
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.login-box {
|
|
width: 100%;
|
|
height: calc(100vh - 100px);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#LoginToRegister {
|
|
width: 380px;
|
|
height: 410px;
|
|
background: white;
|
|
border-radius: 5px;
|
|
box-shadow: 1px 1px 5px #999999;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.title {
|
|
float: left;
|
|
font-size: 21px;
|
|
padding: 25px 0px 0px 20px;
|
|
}
|
|
|
|
#type {
|
|
float: right;
|
|
width: 100px;
|
|
height: 30px;
|
|
background: #EEEEEE;
|
|
margin-right: 20px;
|
|
margin-top: 20px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#type div {
|
|
float: right;
|
|
width: 50px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
height: 30px;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.typecheck {
|
|
background-color: #4399ff;
|
|
color: white;
|
|
}
|
|
|
|
.input {
|
|
width: 340px;
|
|
margin-left: 20px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 2px;
|
|
outline-style: none;
|
|
padding: 3px 3px 3px 10px;
|
|
}
|
|
|
|
.tips {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #f56c6c;
|
|
float: left;
|
|
}
|
|
|
|
.margins {
|
|
margin-top: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.margins3 {
|
|
margin-top: 30px;
|
|
position: relative;
|
|
}
|
|
|
|
.big-data {
|
|
border-top: #666 1px solid;
|
|
margin: 0 20px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.big-data>img {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.big-data>a {
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.login-mode {
|
|
position: absolute;
|
|
color: #666;
|
|
height: 21px;
|
|
top: -10px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.login-mode>span {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.margins1 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.margins2 {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.checkbox {
|
|
margin-left: 20px;
|
|
width: 12px;
|
|
line-height: 12px;
|
|
height: 12px;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
margin-left: 20px;
|
|
width: 12px;
|
|
line-height: 12px;
|
|
height: 12px;
|
|
display: inline;
|
|
}
|
|
|
|
#checkbox1 {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.checkbox1 {
|
|
margin-left: 20px;
|
|
width: 20px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.checkbox1[type=checkbox] {
|
|
/* visibility 属性规定元素是否可见*/
|
|
visibility: hidden;
|
|
}
|
|
|
|
.loginbtn {
|
|
width: 340px;
|
|
line-height: 30px;
|
|
height: 30px;
|
|
background-color: #242e4b;
|
|
margin-left: 20px;
|
|
color: white;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.getPasswod {
|
|
width: 120px;
|
|
float: left;
|
|
margin-left: 20px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.agreement {
|
|
width: 380px;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.getPasswod span {
|
|
color: #7f0000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.getPasswod span:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.register {
|
|
float: right;
|
|
margin-right: 20px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.register span {
|
|
color: #7f0000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.register span:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.agreement a {
|
|
color: #5299dc;
|
|
}
|
|
|
|
|
|
/* 找回密码 */
|
|
|
|
.input1 {
|
|
width: 180px;
|
|
margin-left: 20px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 2px;
|
|
outline-style: none;
|
|
padding: 3px 3px 3px 10px;
|
|
}
|
|
|
|
.authbtn {
|
|
width: 135px;
|
|
margin-left: 20px;
|
|
line-height: 25px;
|
|
border: 1px solid #d7d7d7;
|
|
border-radius: 2px;
|
|
outline-style: none;
|
|
padding: 3px 3px 3px 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.authbtn:hover {
|
|
color: #4399ff;
|
|
border: 1px solid #4399ff;
|
|
}
|
|
|
|
[disabled]:hover {
|
|
color: #c7c7c7;
|
|
cursor: text;
|
|
border: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.getpwdModelloginbtn a {
|
|
text-decoration: none;
|
|
color: #5299dc;
|
|
}
|
|
|
|
.head {
|
|
width: 380px;
|
|
height: 50px;
|
|
}
|
|
|
|
.privacy,
|
|
.user {
|
|
cursor: pointer;
|
|
color: #5299dc;
|
|
}
|
|
|
|
.modal-body p {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.modal-body span {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.modal-body .title {
|
|
width: 1200px;
|
|
margin: 30px auto 40px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.modal-body .content {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
text-indent: 32px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.modal-body .box {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 10px 0 30px;
|
|
}
|
|
|
|
.modal-body .box>p {
|
|
margin: 0;
|
|
}
|
|
|
|
.modal-body .Subtitle {
|
|
text-indent: 0;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.modal-body .textStyle {
|
|
color: #0000ff;
|
|
}
|
|
|
|
.modal-body .spanStyle {
|
|
text-decoration: dashed;
|
|
color: #0000ff;
|
|
}
|
|
|
|
.modal-body .contact {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.modal-body .new_bottom {
|
|
color: red;
|
|
border-left: 1px red solid;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
padding-left: 10px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
|
|
|
|
.trade_agreement .trade_h11 {
|
|
width: 1200px;
|
|
/* color: red; */
|
|
/* letter-spacing: 4rem; */
|
|
text-align: center;
|
|
margin: 30px auto 40px;
|
|
}
|
|
|
|
|
|
.trade_agreement .p1 {
|
|
width: 1200px;
|
|
height: 1px;
|
|
background-color: red;
|
|
margin: 30px auto;
|
|
}
|
|
|
|
.trade_agreement .trade_h12 {
|
|
width: 1200px;
|
|
text-align: center;
|
|
margin: 30px auto 40px;
|
|
}
|
|
|
|
.trade_agreement .trade_p {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
text-indent: 32px;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.trade_agreement .trade_p_no_indent {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
|
|
.trade_agreement .trade_p span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.trade_bold {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.trade_p_bold {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
font-weight: bold;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.trade_agreement .trade_p_indent_bold {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
text-indent: 32px;
|
|
padding: 10px 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.trade_agreement .trade_p1 {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 10px 0;
|
|
}
|
|
|