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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
. welcome {
text-align : center ;
/* 文字上下居中 */
line-height : 20 vh ;
/* font-size: 50px; */
color : #fff ;
background-color : rgb ( 7 , 193 , 96 ) ;
/* 字体大小 */
font-size : 80 px ;
height : 20 vh ;
margin : 0 auto ;
}
. form {
font-size : 40 px ;
margin : 20 px ;
}
input {
font-size : 40 px ;
/* 圆角 */
border-radius : 10 px ;
height : 5 vh ;
margin : 1 vh ;
}
* {
box-sizing : border-box ;
background-color : rgb ( 202 , 249 , 224 ) ;
}
. submit {
/* 位于页面底部, 距离底部5vh,左右居中 */
position : fixed ;
bottom : 3 vh ;
left : 50 % ;
transform : translateX ( -50 % ) ;
/* 字体大小 */
font-size : 50 px ;
/* 字体大小 */
font-size : 50 px ;
/* 字体颜色 */
color : #7E7E7E ;
/* 背景颜色 */
background-color : rgb ( 202 , 249 , 224 ) ;
/* 居中 */
text-align : center ;
/* 边框 */
/* 圆角 */
border-radius : 10 px ;
/* 边框比内部文字大一点 */
padding : 10 px 20 px ;
}