mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
44 lines
1.0 KiB
Java
44 lines
1.0 KiB
Java
|
|
body{
|
|
background-color:#FFF;
|
|
/*background: #5583EE;background: -moz-linear-gradient(right, #5583EE 0%, #41D8DD 100%);background: -webkit-linear-gradient(right, #5583EE 0%, #41D8DD 100%);background: linear-gradient(to right, #5583EE 0%, #41D8DD 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5583EE', endColorstr='#41D8DD',GradientType=1 );*/
|
|
}
|
|
h1{
|
|
color:rgb(225,223,220);
|
|
/*margin-top:160px;*/
|
|
margin-top:18%;
|
|
font-size:80px;
|
|
}
|
|
h3{
|
|
color:rgb(225,223,220);
|
|
}
|
|
img{
|
|
/*width:30px;*/
|
|
/*height:30px;*/
|
|
}
|
|
video#bgvid {
|
|
position: fixed; right: 0; bottom: 0;
|
|
min-width: 100%; min-height: 100%;
|
|
width: auto; height: auto; z-index: -100;
|
|
background-size: cover;
|
|
}
|
|
.box{
|
|
width:100%;
|
|
}
|
|
.wForm{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.wBtn{
|
|
margin-top: 20px;
|
|
width: 200px;
|
|
height: 80px;
|
|
border-radius: 130px;
|
|
opacity: 0.9;
|
|
font-size: 26px;
|
|
}
|
|
|
|
|
|
|
|
|