@import '../../app.less'; .g-faq-item { padding-top: 10px; margin-bottom: 10px; .g-faq-item-title { color: #292929; font-size: 12px; } .g-faq-item-desc { color: #686872; font-size: 12px; } } .g-comment-item { position: relative; .g-comment-item-left { position: absolute; top: 5px; width: 32px; height: 32px; overflow: hidden; border-radius: 16px; } .g-comment-item-right { padding: 10px 0; margin-left: 40px; border-bottom: 1px solid #eee; .g-comment-item-right-info { margin-bottom: 5px; .g-comment-item-right-info-name { color: #686872; font-size: 12px; display: inline-block; line-height: 25px; } .g-comment-item-right-info-date { float: right; color: #A7A7B7; font-size: 12px; line-height: 25px; } } .g-comment-item-right-desc { color: #303036; font-size: 12px; } } }