@import '../../../../themes/t.cell.scss'; @import '../../common.scss'; /* module/chats/components/message-analysis/message-analysis.wxss */ .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; } }