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.
60 lines
1.1 KiB
60 lines
1.1 KiB
/* denglu/denglu.wxss */
|
|
page {
|
|
background-image: url("http://qty83k.creatby.com/materials/143410/origin/21bbf9caec3fddab4b8304359e2b41bb_origin.jpg"); background-size: 375px 678px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.button1{
|
|
width: 60%;
|
|
margin-top: 0rpx;
|
|
background-color:rgba(253, 153, 65, 0.67);
|
|
color: white;
|
|
border-radius: 98rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 140px;
|
|
}
|
|
.inputnumber{
|
|
width:50%;
|
|
background-color: transparent;
|
|
height:1.6rem;
|
|
font-size: 18px;
|
|
margin-left: 15px;
|
|
margin-top: 100px;
|
|
display: inline;
|
|
border-width: 2px;
|
|
border-color: rgb(255, 255, 255);
|
|
border-style: solid;
|
|
color: #ffffff;
|
|
}
|
|
.inputpassword{
|
|
width:50%;
|
|
background-color: transparent;
|
|
height:1.6rem;
|
|
font-size: 18px;
|
|
margin-left: 108px;
|
|
margin-top: -30px;
|
|
border-width: 2px;
|
|
border-color: rgb(255, 255, 255);
|
|
border-style: solid;
|
|
color: #ffffff;
|
|
}
|
|
.text1{
|
|
width: 50px;
|
|
font-size: 23px;
|
|
color: #ffffff;
|
|
margin-left: 43px;
|
|
margin-top:100px;
|
|
}
|
|
.password{width: 50px;
|
|
font-size: 23px;
|
|
color: #ffffff;
|
|
margin-left: 43px;
|
|
margin-top:50px;
|
|
|
|
}
|
|
|
|
|
|
|