| 12345678910111213141516171819202122232425262728293031323334 |
- @import '../../../../themes/t.cell.scss';
- @import '../../common.scss';
- /* module/chats/components/message-report/message-report.wxss */
- .chat-card__handle .item {
- width: 100% !important;
- height: 52px * 0.5;
- }
- .report-handle{
- margin: 15px auto !important;
- width: 95% !important;
- }
- .report-box {
- display: flex;
- height: 40px !important;
- align-items: center;
- justify-content: center;
- border:2px solid white;
- background: linear-gradient(to bottom, #d9e7fb, #c1d5f5); /* 渐变蓝色 */
- width: 100% !important;
- border-radius: 6px;
- .report-img {
- width: 35rpx !important;
- height: 35rpx !important;
- position:unset !important;
- margin-right: 5px !important;
- }
- .text-box {
- font-size: 24rpx;
- color: #1f457f;
- }
- }
|