@import (reference) 'dingtalk-theme/dingtalk-x/mob.less'; .MySearchNoSelectBar { display: flex; align-items: center; padding: 8px 12px; background-color: @common_bg_z1_color; &-search { height: 32px; flex: 1; background: #eaeced; border-radius: 5px; padding: 0 12px; color: rgba(0, 0, 0, 0.5); line-height: 32px; } &-scan { display: flex; align-items: center; &-icon { font-size: 16px; margin-right: 4px; } &-active { color: @theme_primary1_color; } } }