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.
94 lines
1.4 KiB
94 lines
1.4 KiB
|
2 months ago
|
.tui-cards-container {
|
||
|
|
position: fixed;
|
||
|
|
width: 100vw;
|
||
|
|
height: 100vh;
|
||
|
|
z-index: 100;
|
||
|
|
top: 0;
|
||
|
|
/* #ifdef H5 */
|
||
|
|
top: calc(88rpx + constant(safe-area-inset-top));
|
||
|
|
top: calc(88rpx + env(safe-area-inset-top));
|
||
|
|
/* #endif */
|
||
|
|
background: rgba(0, 0, 0, 0.5);
|
||
|
|
}
|
||
|
|
|
||
|
|
.service-evaluation {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
right: 0;
|
||
|
|
left: 0;
|
||
|
|
background: #FFFFFF;
|
||
|
|
padding: 48rpx 40rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
font-family: PingFangSC-Regular;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn {
|
||
|
|
width: 100%;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0 auto;
|
||
|
|
text-align: center;
|
||
|
|
background: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-close {
|
||
|
|
color: #006EFF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header-label {
|
||
|
|
font-size: 18px;
|
||
|
|
color: #000000;
|
||
|
|
letter-spacing: 0;
|
||
|
|
line-height: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header .btn {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #006EFF;
|
||
|
|
letter-spacing: 0;
|
||
|
|
line-height: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 48rpx 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-evaluation-score {
|
||
|
|
padding: 0 60rpx 48rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: flex-end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-evaluation-score .score-star {
|
||
|
|
width: 72rpx;
|
||
|
|
height: 72rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-textarea {
|
||
|
|
background: #F8F8F8;
|
||
|
|
border: 0 solid #D9D9D9;
|
||
|
|
border-radius: 4px;
|
||
|
|
font-size: 14px;
|
||
|
|
padding: 16rpx 32rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.textarea-placeholder {
|
||
|
|
color: #B0B0B0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .btn {
|
||
|
|
width: 100%;
|
||
|
|
padding: 26rpx 0;
|
||
|
|
background: #006EFF;
|
||
|
|
border-radius: 24px;
|
||
|
|
border-radius: 24px;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #FFFFFF;
|
||
|
|
}
|