@import (reference) 'dingtalk-theme/dingtalk-x/mob.less'; .ModalContent { position: fixed; overflow-y: auto; border-radius: 10px; &-main { display: flex; flex-direction: column; height: 100%; } &-head { color: #fff; background-color: #fff; display: flex; padding-bottom: 8px; justify-content: space-between; border-bottom: 1px dashed rgba(126, 134, 142, 0.24); &-l { font-size: 14px; color: #171a1d; line-height: 22px; } &-img { width: 18px; height: 18px; & img { width: 100%; height: 100%; } } } &-content { flex: 1; overflow: auto; min-height: 302px; max-height: 440px; border-radius: 0 0 10px 10px; background: #fff; } &-bottom { // position: absolute; // bottom: -40px; margin-top: 16px; width: 100%; display: flex; justify-content: center; &-img { width: 24px; height: 24px; } } &-item { padding: 8px; margin-bottom: 4px; font-size: 15px; line-height: 23px; } &-item:last-child { margin-bottom: 0; } }