40 lines
702 B
Plaintext
40 lines
702 B
Plaintext
page {
|
|
background-color: #f3f3f4;
|
|
}
|
|
.evaluate_body {
|
|
background-color: #fff;
|
|
margin: 30rpx;
|
|
padding: 30rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
.title {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.title text {
|
|
color: #f00;
|
|
}
|
|
.star_contents_body {
|
|
display: flex;
|
|
flex: 1;
|
|
gap: 10px;
|
|
align-items: center;
|
|
padding: 30rpx 0;
|
|
}
|
|
.textarea_body {
|
|
padding: 20rpx;
|
|
background-color: #f6f6f6;
|
|
border-radius: 10rpx;
|
|
}
|
|
.footerGroupBtn {
|
|
background-color: #fff;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 100;
|
|
padding: 0 30rpx;
|
|
padding-top: 25rpx;
|
|
padding-bottom: calc(25rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(25rpx + env(safe-area-inset-bottom));
|
|
} |