@import '../style/var'; .van-contact-list { box-sizing: border-box; height: 100%; padding-bottom: 50px; &__item { padding: 15px; } &__item-value { position: relative; padding-right: 34px; color: @text-color; } .van-radio__label { margin-left: 27px; } .van-radio__icon { position: absolute; top: 50%; left: 0; height: 16px; line-height: 16px; transform: translate(0, -50%); .van-icon { width: 16px; height: 16px; font-size: 12px; } } .van-radio__icon--checked .van-icon { background-color: @red; border-color: @red; } &__group { box-sizing: border-box; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; } &__name { font-weight: 500; font-size: 14px; line-height: 20px; } &__edit { position: absolute; top: 50%; right: 15px; font-size: 16px; transform: translate(0, -50%); } &__add { position: fixed; bottom: 0; left: 0; z-index: 9999; } }