用原生做的一些奇怪的玩意
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.
 
 
 

61 lines
1.0 KiB

@media(min-width:669px) {
body {
background: url(http://soul2.cn/images/background/home/1.jpg) center no-repeat fixed;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
height: 100%;
width: 100%;
overflow: hidden;
}
#page {
padding: 0 22vh;
padding-top: 4vh;
}
input[type='text'] {
border-radius: 2.5px;
outline: none;
border: 1px solid rgba(153, 153, 255, .6);
background-color: rgba(255, 255, 255, .1);
color: #fff;
width: 200px;
padding-left: .5em;
height: 30px;
}
input[type='text']:hover {
box-shadow: cyan 0 0 3px;
background-color: rgba(255, 255, 255, .175);
}
input[type='text']:focus {
box-shadow: cyan 0 0 3px;
background-color: rgba(255, 255, 255, .25);
}
input::input-placeholder {
color: #fff;
}
input::-webkit-input-placeholder {
color: #cccccc;
}
#check-result {
color: #fff;
margin-top: 2px;
text-shadow: cyan 1px 1px 2.5px;
}
.outlink {
width: 15%;
margin-top: 30px;
}
.outlink span {
color: white;
}
}