| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @import '../../../../themes/t.cell.scss';
- @import '../../common.scss';
- /* module/chats/components/message-analysis/message-analysis.wxss */
- .load-btn {
- background-color: #1D6FF6;
- color: #fff;
- padding: 5px 12px;
- border-radius: 12px;
- font-size: 14px !important;
- text-align: center;
- }
- .tips {
- font-size: 12px;
- color: #ff611b;
- padding: 12px var(--td-cell-horizontal-padding, 32rpx) 0;
- }
- .gallery-wrapper {
- display: flex;
- flex-direction: row;
- justify-content: space-evenly;
- margin: 12px 0;
- .container {
- width: 30%;
- text-align: center;
- color: var(--td-text-color-secondarycontainer, #929292);
- image {
- width: 100%;
- height: 75px;
- }
- text {
- margin-top: 8px;
- }
- }
- }
- .source {
- .container {
- width: 96px !important;
- }
- }
|