jiuyiUniapp/jiuyi/TUIKit/components/TUISearch/search-result/search-result-item/style/h5.scss

25 lines
445 B
SCSS

.search-result-list-item-h5 {
padding: 10px 0;
border-radius: 0;
.bubble {
.bubble-left {
.bubble-left-avatar {
width: 48px;
height: 48px;
}
.bubble-main {
.bubble-main-name {
color: #333;
font-family: "PingFang SC", sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 0;
text-align: left;
}
}
}
}
}