Files
pte/h5/css/reg.css
2024-09-27 01:31:25 +08:00

48 lines
839 B
CSS

.content_theme1 {
font-size: 0;
padding-top: 20%;
padding-left: 0.3rem;
padding-right: 0.3rem;
}
.content_theme1 h2{
font-size: 0.5rem;
margin-bottom: 0.4rem;
}
.content_theme1 p {
font-size: 0.32rem;
}
.content_theme1 span {
font-size: 0.26rem;
color: #7e7979;
}
.reg_input {
margin-top: 0.6rem;
}
.reg_input input {
width: 100%;
height: 0.9rem;
border: none;
outline: none;
border-bottom: 0.02rem solid #e1e0e0;
}
.showpas {
position: relative;
width: 100%;
}
.showPassword {
position: absolute;
right: 0;
top: 0.32rem;
font-size: 0.36rem;
color: #777777;
}
.reg_input button {
margin-top: 1.6rem;
width: 100%;
height: 40px;
border: none;
border-radius: 0.4rem;
background: #fb7299;
color: #fff;
font-size: 0.34rem;
}