| | |
| | | flex: 1; |
| | | text-align: center; |
| | | padding: 20rpx 0; |
| | | position: relative; |
| | | font-size: 28rpx; |
| | | color: #666; |
| | | } |
| | |
| | | align-items: center; |
| | | padding: 20rpx 0; |
| | | border-bottom: 1rpx solid #f5f5f5; |
| | | transition: all 0.2s; |
| | | } |
| | | .attachment-upload .attachment-popup .file-list .file-item:active { |
| | | background-color: #f9f9f9; |
| | |
| | | } |
| | | .attachment-upload .attachment-popup .popup-footer { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | gap: 20rpx; |
| | | } |
| | | .attachment-upload .attachment-popup .popup-footer .btn { |
| | |
| | | background-color: #f5f5f5; |
| | | color: #666; |
| | | border: none; |
| | | transition: all 0.2s; |
| | | } |
| | | .attachment-upload .attachment-popup .popup-footer .btn:active { |
| | | opacity: 0.8; |