123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .editCommetModal .ant-modal,
- .editCommetModal .ant-modal-content {
- width: 608px !important;
- height: 276px;
- }
- .editCommetModal .ant-modal-body {
- padding: 0;
- }
-
- .editCommetModal .title {
- font-size: 18px;
- color: #4a4a4a;
- padding: 20px 0 0 28px;
- }
- .editCommetModal .comment-editor {
- border: none;
- padding: 16px 24px;
- }
- .editCommetModal .comment-editor-toolbar {
- display: none;
- }
- .editCommetModal .comment-editor:hover,
- .editCommetModal .comment-editor:focus {
- border: none;
- outline: none;
- box-shadow: none;
- }
- .editCommetModal textarea.ant-input {
- border: 1px solid #e1e1e1;
- border-radius: 3px;
- resize: none;
- height: 132px !important;
- }
- .editCommetModal textarea.ant-input:hover {
- border: 1px solid #e1e1e1;
- border-radius: 3px;
- }
- .editCommetModal textarea.ant-input:hover,
- .editCommetModal textarea.ant-input:focus {
- border-color: #40a9ff;
- }
- .editCommetModal .comment-toolbar {
- display: flex;
- justify-content: flex-end;
- margin-top: 30px;
- }
- .editCommetModal .comment-toolbar-left {
- display: flex;
- align-items: center;
- height: 36px;
- margin: 0;
- }
- .editCommetModal .comment-toolbar-right {
- height: 36px;
- margin: 0;
- margin-left: 20px;
- }
- .editCommetModal .comment-toolbar-right .ant-btn {
- height: 36px;
- }
- .expression-btn-wrap,
- .picture-btn-wrap {
- float: left;
- cursor: pointer;
- }
- .expression-btn-wrap .icon,
- .picture-btn-wrap .icon {
- float: left;
- color: #ffa405;
- font-size: 24px !important;
- margin: 0 !important;
- }
- .expression-btn-wrap .icon-tool-text,
- .picture-btn-wrap .icon-tool-text {
- float: left;
- font-size: 16px;
- color: #393939;
- margin-left: 8px;
- }
- .picture-btn-wrap {
- margin-left: 28px;
- }
- .picture-btn-wrap .icon {
- color: rgba(113, 193, 53, 1);
- }
-
- @media (max-width: 575px) {
- .editCommetModal .ant-modal,
- .editCommetModal .ant-modal-content {
- width: 100% !important;
- height: 286px;
- }
- .editCommetModal .icon-tool-text {
- display: none;
- }
- .editCommetModal .picture-btn-wrap {
- margin-left: 18px;
- }
- }
|