63 lines
927 B
Plaintext

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