@import (reference) 'dingtalk-theme/dingtalk-x/mob.less'; .taskModal { height: 100%; overflow-y: auto; &-item { position: relative; padding: 16px; &::after { content: ''; position: absolute; bottom: 0; left: 16px; right: 16px; height: 1px; background-color: @common_line_light_color; } &-title { font-weight: 600; } &-subtitle { font-size: 12px; line-height: 20px; margin-top: 4px; } &-tag { margin-top: 4px; } &-last { &::after { content: ''; height: 0; } } } }