/**index.wxss**/
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.img1 {
|
|
margin-left: 35%;
|
|
height: 150px;
|
|
width: 150px;
|
|
margin-top: 20%;
|
|
}
|
|
|
|
.view1 {
|
|
color: #fff;
|
|
font-size: 25px;
|
|
margin-top: -10%;
|
|
margin-left: 30%;
|
|
margin-bottom: 10%;
|
|
}
|
|
|
|
.view2 {
|
|
border-top: 1px solid #fafafa;
|
|
border-right: 1px solid #fafafa;
|
|
border-left: 1px solid #fafafa;
|
|
border-bottom: 1px solid #fafafa;
|
|
width: 90%;
|
|
height: 40px;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
border-radius: 0.2em;
|
|
margin-top: 10%;
|
|
}
|
|
|
|
.input {
|
|
text-align: center;
|
|
height: 40px;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.denglu {
|
|
margin-left: 5%;
|
|
margin-top: 10%;
|
|
width: 90%;
|
|
margin-right: 5%;
|
|
color: #fff;
|
|
background: linear-gradient(to right, #39c4fd, #539eef);
|
|
}
|
|
|
|
.wxmp {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
width: 100%;
|
|
}
|