45 lines
865 B
Plaintext
45 lines
865 B
Plaintext
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.outstanding_fee_add {
|
||
|
|
padding-bottom: calc(150rpx + constant(safe-area-inset-bottom));
|
||
|
|
padding-bottom: calc(150rpx + env(safe-area-inset-bottom));
|
||
|
|
}
|
||
|
|
.page_title {
|
||
|
|
padding: 30rpx 30rpx 0 30rpx;
|
||
|
|
color: #333;
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
.page_title text {
|
||
|
|
color: #f00;
|
||
|
|
}
|
||
|
|
.select_day {
|
||
|
|
margin: 30rpx 30rpx 0 30rpx;
|
||
|
|
padding: 25rpx 30rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
border-radius: 15rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.select_day .select_day_content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.select_day text {
|
||
|
|
padding-left: 6rpx;
|
||
|
|
}
|
||
|
|
.select_day .placeholder {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.add_textarea {
|
||
|
|
margin: 30rpx 30rpx 0 30rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 25rpx;
|
||
|
|
border-radius: 15rpx;
|
||
|
|
}
|
||
|
|
.add_textarea textarea {
|
||
|
|
height: 200rpx;
|
||
|
|
}
|