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.
65 lines
1.1 KiB
65 lines
1.1 KiB
/* other/pages/unableAccept/unableAccept.wxss */
|
|
page {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content {
|
|
padding-top: 1rpx;
|
|
padding-bottom: 1rpx;
|
|
width: 750rpx;
|
|
background-color: #ffffff;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-list {
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.content-title-item{
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.content-text-area{ width: 100% !important;}
|
|
|
|
.buttom-margin {
|
|
width: 750rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.from-submit-buttom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 750rpx;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
}
|
|
|
|
.from-submit-buttom-cancle {
|
|
width: 300rpx;
|
|
height: 80rpx;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.from-submit-buttom-submit {
|
|
flex: 1;
|
|
height: 80rpx;
|
|
background-color: #333333;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |