/* pages/bookServices/detail/components/note/note.wxss */
|
.note {}
|
|
.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;
|
}
|
|
.make-note {
|
margin: 0;
|
margin-right: 40rpx;
|
}
|