Files
youlegames/codes/agent/game/dlweb/api/web2/css/login.css
2026-03-15 01:27:05 +08:00

104 lines
2.1 KiB
CSS

body {
margin: 0;
font-family: "微软雅黑";
font-size: 14px;
line-height: 1.43;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}
a {
background-color: transparent
}
p{
margin: 0;
}
.mt-20{
margin-top: 20px;
}
.headlogin{
padding: 7% 0;
}
.headlogin img{
width: 80px;
height: 80px;
border-radius: 50%;
}
.logins{
margin-top: 40%;
}
.logins .login-input{
width: 90%;
height: 45px;
line-height: 45px;
margin: 0 5%;
padding-left: 5px;
border-bottom: 1px solid #fd4f01;
border-top: none;
border-left: none;
border-right: none;
outline: none;
}
.logins .login-input:nth-child(2){
margin-top: 20px;
}
.cwdaili{
margin: 20px 5% 10px 5%;
}
.cwdaili a{
color: #666666;
text-decoration: none;
padding: 20px 0;
}
.logbtn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
text-decoration: none;
outline: none;
}
.text-center{
text-align: center;
}
.zhbtn ,
.wxbtn{
width: 85%;
border-radius: 25px;
margin-top: 25px;
padding: 12px;
}
.zhbtn{
background: -moz-linear-gradient(left, #fd8d01, #fd4f01);
background: -webkit-gradient(linear,0% 100%,100% 100%,from(#fd8d01),to(#fd4f01));
background: -webkit-linear-gradient(left, #fd8d01, #fd4f01);
background: -o-linear-gradient(left, #fd8d01, #fd4f01);
background: -ms-linear-gradient(left, #fd8d01, #fd4f01);
border-color: #fd8d01;
background-color: #fd4f01;
color: #ffffff;
-moz-box-shadow: 0px 2px 5px #b1b1b1;
box-shadow: 0px 2px 5px #b1b1b1;
}
.wxbtn{
border: 1px solid #fd4f01;
color: orangered;
background-color: #FFFFFF;
}