@import "../../lessStyles/globalColor.less"; .wrapper { max-width: 350px; background-color: #f5f5f5; border: 1px solid rgba(210, 210, 210, 1); border-radius: 4px; display: flex; align-items: center; max-height: 44px; height: 100%; .iconWrapper { cursor: pointer; width: 28px; height: 28px; line-height: 28px; text-align: center; border-radius: 14px; background-color: #fff; color: if(iscolor(@comment_green), @comment_green, green);; margin-left: 12px; font-size: 14px; display: flex; justify-content: center; align-items: center; } .audioSlider { margin: 0 0 0 16px; width: 195px; :global { .ant-slider-rail { background-color: #dfdfdf; } } } .timeText { margin-left: 14px; color: #848484; font-size: 12px; } }