/* pages/bookServices/detail/components/note/note.wxss */
|
|
.note {
|
height: 100%;
|
padding-bottom: 50rpx;
|
}
|
|
.popup {
|
padding: 40rpx;
|
width: 600rpx;
|
}
|
|
|
.note-btn {
|
height: 140rpx;
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
border-bottom: 1px solid #EFF0F1;
|
--td-button-primary-bg-color: #fff;
|
--td-button-primary-border-color: #ff6c00;
|
--td-button-primary-color: #ff6c00;
|
--td-button-primary-active-bg-color: #fff0e6;
|
}
|
|
.note-btn image {
|
width: 28rpx;
|
height: 32rpx;
|
margin-right: 5rpx;
|
}
|
|
.note-btn-text {
|
font-size: 28rpx;
|
}
|
|
|
|
.note-title {
|
width: 90%;
|
height: 84rpx;
|
line-height: 84rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
|
.make-note {
|
margin: 0;
|
margin-right: 40rpx;
|
}
|
|
.title-text {
|
display: flex;
|
align-items: center;
|
}
|
|
.edit-icon {
|
margin-left: 10rpx;
|
width: 30rpx;
|
height: 30rpx;
|
}
|
|
.header {
|
display: flex;
|
}
|
|
.note-icon {
|
width: 44rpx;
|
height: 48rpx;
|
margin-right: 20rpx;
|
}
|
|
.collapse-header {
|
display: flex;
|
}
|
|
.collapse-header .header-name {
|
font-size: 32rpx;
|
width: 500rpx;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.note-content {
|
height: min-content;
|
font-size: 28rpx;
|
color: #949494;
|
margin-bottom: 20rpx;
|
text-align: justify;
|
}
|
|
.wrapper {
|
height: 100%;
|
}
|
|
.note-bottom {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.bottom-btn {
|
height: 40rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
.note-time {
|
color: #D9D9D9;
|
}
|
|
.complice,
|
.delete {
|
width: 30rpx;
|
height: 30rpx;
|
}
|
|
.delete {
|
margin-left: 40rpx;
|
}
|
|
.loading-box {
|
width: 100%;
|
min-height: 550rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.content {
|
margin-top: 20rpx;
|
}
|
|
.close-btn {
|
position: absolute;
|
left: 50%;
|
margin-left: -32rpx;
|
bottom: calc(-1 * (48rpx + 64rpx));
|
}
|
|
.submit-btn {
|
padding: 40rpx;
|
--td-button-border-radius: 60rpx;
|
--td-button-primary-bg-color: #ff6c00;
|
--td-button-primary-border-color: #ff6c00;
|
--td-button-primary-active-bg-color: #ff984d;
|
--td-button-primary-active-border-color: #ff984d;
|
}
|
|
.bottom-box {
|
margin-top: 100rpx;
|
display: flex;
|
justify-content: center;
|
}
|
|
.t-input__placeholder {
|
font-size: 28rpx !important
|
}
|
|
.btn-content {
|
display: flex;
|
align-items: center;
|
}
|