outLookContact.acss 1.84 KB
@import "../../assests/font/iconfont.acss";
page {
    background: #fff;
}

.icon {
    vertical-align: middle;
    color: #1B263D;
    font-size: 34rpx;
}

input {
    caret-color: #3070F2;
    padding-left: 0;
}

.addContact {
    padding: 40rpx;
    display: flex;
    line-height: 1.5;
    justify-content: space-between;
}

.addContact>input {
    padding-left: 0;
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 40rpx;
}

.addContact>.icon {
    color: #3070F2;
    line-height: 58rpx;
}

.contactListItem {
    border-top: 1rpx solid #F1F1F1;
    height: 112rpx;
    line-height: 112rpx;
    padding: 0 40rpx;
    display: flex;
    align-items: center;
}

.contactListItem:last-child {
    border-bottom: 1rpx solid #F1F1F1;
}

.contactImage {
    position: relative;
    color: #fff;
    font-size: 28rpx;
    height: 80rpx;
    line-height: 80rpx;
    text-align: center;
    width: 80rpx;
    border-radius: 50%;
    background-image: linear-gradient(224deg, #FFC672 0%, #FF943E 100%);
}

.contactText {
    font-family: PingFangSC-Regular;
    margin-left: 16rpx;
    font-size: 34rpx;
    color: #191F25;
}

.contactClose {
    margin-left: auto;
    color: #8E939D;
}

.save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32rpx;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.04);
    bottom: 0;
}

.button {
    font-family: PingFangSC-Regular;
    width: 686rpx;
    height: 72rpx;
    background: #EA0C28;
    border-radius: 48rpx;
    font-size: 32rpx;
    color: #FFFFFF;
    text-align: center;
    line-height: 72rpx;
}

.conflict {
    line-height: 13px;
    vertical-align: top;
    width: 13px;
    height: 13px;
    position: absolute;
    background: #fff;
    bottom: 0rpx;
    color: #FF943E;
    font-size: 12px;
    right: -3rpx;
    border-radius: 50%;
    text-align: center;
}