| | |
| | | |
| | | .buttonBox { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | /* justify-content: flex-end; */ |
| | | justify-content: center; |
| | | |
| | | } |
| | | |
| | |
| | | height: 60rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | background: #F4F4F4; |
| | | |
| | | padding-left: 20rpx; |
| | | background-color: #FFF6F0 |
| | | } |
| | | |
| | | .detailsName:hover { |
| | |
| | | .audioBox { |
| | | width: 750rpx; |
| | | height: 200rpx; |
| | | } |
| | | |
| | | .title-text { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .note-title { |
| | | width: 80%; |
| | | height: 84rpx; |
| | | line-height: 84rpx; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | padding: 10rpx; |
| | | margin-left: 20rpx; |
| | | } |
| | | |
| | | .edit-icon { |
| | | margin-left: 10rpx; |
| | | width: 30rpx; |
| | | height: 30rpx; |
| | | } |
| | | |
| | | .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; |
| | | } |
| | | |
| | | .edit-icon { |
| | | margin-left: 10rpx; |
| | | width: 30rpx; |
| | | height: 30rpx; |
| | | } |
| | | |
| | | .textarea-example { |
| | | padding: 32rpx 32rpx 48rpx; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .external-class { |
| | | padding-top: 24rpx !important; |
| | | padding-bottom: 24rpx !important; |
| | | } |
| | | |
| | | .textarea-example__label { |
| | | display: block; |
| | | color: rgba(0, 0, 0, 0.9); |
| | | font-size: 24rpx; |
| | | line-height: 40rpx; |
| | | padding-bottom: 16rpx; |
| | | } |
| | | |
| | | .dialogIconBox { |
| | | /* width: 500rpx; |
| | | height: 300rpx; |
| | | color: #000; |
| | | background-color: ccc; */ |
| | | } |
| | | |
| | | .popup { |
| | | padding: 40rpx; |
| | | width: 600rpx; |
| | | |
| | | } |
| | | |
| | | .close-btn { |
| | | position: absolute; |
| | | left: 50%; |
| | | margin-left: -32rpx; |
| | | bottom: calc(-1 * (48rpx + 64rpx)); |
| | | } |
| | | |
| | | .collapse-header { |
| | | display: flex; |
| | | } |
| | | |
| | | .collapse-header .header-name { |
| | | font-size: 32rpx; |
| | | width: 500rpx; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .note-icon { |
| | | width: 44rpx; |
| | | height: 48rpx; |
| | | margin-right: 20rpx; |
| | | } |
| | | |
| | | .note-content { |
| | | height: min-content; |
| | | font-size: 28rpx; |
| | | color: #949494; |
| | | margin-bottom: 20rpx; |
| | | max-height: 600rpx; |
| | | text-align: justify; |
| | | /* padding-bottom: 200rpx; */ |
| | | } |
| | | |
| | | .note-bottom { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .note-time { |
| | | color: #D9D9D9; |
| | | } |
| | | |
| | | .bottom-btn { |
| | | height: 40rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .complice, |
| | | .delete { |
| | | width: 30rpx; |
| | | height: 30rpx; |
| | | margin: 0 15rpx; |
| | | } |