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.
 

87 lines
1.2 KiB

/* pages/login/login.wxss */
.containerView{
margin-left: 30rpx;
margin-right: 30rpx;
height: 240rpx;
margin-top: 40%;
display: flex;
flex-direction: column;
}
.customerChooseView{
height: 120rpx;
width: 100%;
display: flex;
flex-direction: row;
font-size: 20px;
color: black;
}
.keyView{
padding-top: 60rpx;
width: 40%;
height: 100%;
}
.valueView{
padding-top: 60rpx;
width: 60%;
height: 100%;
}
.pickerPlaceHolder{
color:rgb(202, 202, 202);
}
.pickerSelected{
color: black;
}
.lineView {
height: 1rpx;
background-color: #dbdbdb;
}
.imageView {
height: 80px;
width: 100%;
margin-top: 30px;
position: relative;
align-items: center;
justify-content: center;
box-sizing: content-box;
}
/* .currentImage {
width: 100%;
height: 100%;
} */
.btnTextView {
position: absolute;
width: 100%;
top:0;
line-height: 65px;
text-align: center;
}
.btnText {
color: white;
font-size: 34rpx;
}
.btn_btn {
font-size: 40rpx;
color: white;
margin-top: 10%;
padding: 0, auto;
display: block;
border: none;
background: transparent;
}
.currentImage {
width: 100%;
height: 80px;
}