page {
|
|
background: #fff;
|
|
}
|
|
|
|
.img1 {
|
|
margin-left: 35%;
|
|
height: 150px;
|
|
width: 150px;
|
|
margin-top: 20%;
|
|
}
|
|
|
|
.customerPicker {
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.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: 5%;
|
|
}
|
|
|
|
.input {
|
|
text-align: center;
|
|
height: 40px;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.denglu {
|
|
margin-left: 5%;
|
|
margin-top: 10%;
|
|
width: 90%;
|
|
margin-right: 5%;
|
|
background: #2e8cf5;
|
|
color: #fff;
|
|
}
|
|
|
|
.wxmp {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
width: 100%;
|
|
}
|