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.
43 lines
725 B
43 lines
725 B
/* home/pages/acceptanceBW/acceptanceBW.wxss */
|
|
@import "/home/pages/acceptance/acceptance.wxss";
|
|
|
|
.content-address {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
.content-picker {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.content-img-right {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.content-text {
|
|
flex: 1;
|
|
}
|
|
|
|
.content-text-gray {
|
|
color: gray;
|
|
}
|
|
|
|
.from-submit-buttom-cancle {
|
|
width: 250rpx;
|
|
height: 80rpx;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.from-submit-buttom-confirm {
|
|
width: 500rpx;
|
|
height: 80rpx;
|
|
background-color: #0a6597;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.txt-blue{ color: blue;} |