[Improvement] Contact: upgrade style (#1693)

This commit is contained in:
neverland
2018-08-27 14:05:46 +08:00
committed by GitHub
parent 5458a83ef1
commit d9fb7f7e6d
10 changed files with 82 additions and 138 deletions
+20 -19
View File
@@ -2,10 +2,12 @@
.van-contact-list {
height: 100%;
overflow-y: auto;
padding-bottom: 55px;
padding-bottom: 65px;
box-sizing: border-box;
background-color: $background-color;
.van-cell {
padding: 15px;
}
.van-cell__value {
color: $text-color;
@@ -14,33 +16,40 @@
}
.van-radio__label {
margin-left: 32px;
margin-left: 27px;
}
.van-radio__input {
top: 50%;
left: 0;
font-size: 16px;
position: absolute;
transform: translate(0, -50%);
}
.van-icon-checked {
color: $blue;
color: $red;
}
&__text {
margin: 0;
color: $text-color;
&__group {
height: 100%;
overflow-y: scroll;
padding-bottom: 100px;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
&__name {
font-size: 14px;
line-height: 1.5;
font-weight: 500;
line-height: 20px;
}
&__edit {
position: absolute;
top: 50%;
right: 15px;
font-size: 20px;
color: $gray-dark;
font-size: 16px;
transform: translate(0, -50%);
}
@@ -49,13 +58,5 @@
left: 0;
bottom: 0;
z-index: 9999;
padding-left: 15px;
font-size: 16px;
.van-icon-add {
color: $blue;
font-size: 20px;
line-height: 1.2;
}
}
}