|
|
|
|
/* pages/order/components/contact/index.wxss */
|
|
|
|
|
.contact-add {
|
|
|
|
|
width: 140rpx;
|
|
|
|
|
line-height: 56rpx;
|
|
|
|
|
border: 1rpx solid #333333;
|
|
|
|
|
border-radius: 28rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.contacts-list {
|
|
|
|
|
border-top: 1rpx solid #ccc;
|
|
|
|
|
/* padding: 0 21rpx; */
|
|
|
|
|
padding: 42rpx 20rpx 18rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item {
|
|
|
|
|
padding: 30rpx 0;
|
|
|
|
|
/* border-bottom: 1rpx solid #ccc; */
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.contacts-list .contact-item:last-child {
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .icon-jian {
|
|
|
|
|
color: #D62828;
|
|
|
|
|
font-size: 45rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .contact-info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #666666;
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
margin: 0 60rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .contact-name {
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .contact-other text {
|
|
|
|
|
margin-right: 57rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .icon-bianji1 {
|
|
|
|
|
color: #666666;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
font-size: 37rpx;
|
|
|
|
|
}
|
|
|
|
|
.box {
|
|
|
|
|
margin: 30rpx 25rpx;
|
|
|
|
|
background: white;
|
|
|
|
|
border-radius: 9rpx;
|
|
|
|
|
}
|
|
|
|
|
.box-title {
|
|
|
|
|
height: 113rpx;
|
|
|
|
|
margin: 0 20rpx;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.btns {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
line-height: 90rpx;
|
|
|
|
|
}
|
|
|
|
|
.btns1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 47.33rpx;
|
|
|
|
|
/* line-height: 90rpx; */
|
|
|
|
|
}
|
|
|
|
|
.add-btn {
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 40rpx;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
.mask-content {
|
|
|
|
|
width: 700rpx;
|
|
|
|
|
padding: 0 25rpx;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
background: #F7F7F7;
|
|
|
|
|
max-height: 50%;
|
|
|
|
|
}
|
|
|
|
|
.mask-content1 {
|
|
|
|
|
width: 700rpx;
|
|
|
|
|
padding: 50rpx 20rpx 112rpx;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
background: #F7F7F7;
|
|
|
|
|
max-height: 50%;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-item {
|
|
|
|
|
background: white;
|
|
|
|
|
margin-bottom: 24rpx;
|
|
|
|
|
border-radius: 9rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-item-top {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 0 20rpx;
|
|
|
|
|
padding: 30rpx 13rpx;
|
|
|
|
|
border-bottom: 1rpx dashed #ccc;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #666;
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-item-top .iconfont {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
font-size: 42rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkman-nickname {
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-left: 50rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkman-info {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin: 0 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-item-top .icon-gou {
|
|
|
|
|
color: #D62828;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-tip {
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
margin: 0 34rpx;
|
|
|
|
|
}
|
|
|
|
|
.linkmanlist-tip .iconfont {
|
|
|
|
|
margin-right: 4rpx;
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
}
|
|
|
|
|
.add-btn1 {
|
|
|
|
|
width: 218rpx;
|
|
|
|
|
line-height: 72rpx;
|
|
|
|
|
border: 1rpx solid #333333;
|
|
|
|
|
border-radius: 37rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin: 25rpx auto;
|
|
|
|
|
}
|
|
|
|
|
.group-tip-text {
|
|
|
|
|
color: #999;
|
|
|
|
|
font-size: 24rpx;
|
|
|
|
|
}
|
|
|
|
|
.group-box .box-title {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20rpx 0;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
.group-edit {
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.group-add {
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 690rpx;
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
border: 2rpx solid #0B898E;
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.group-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
line-height: 50rpx;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text1 {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 16rpx 19.33rpx 17.33rpx 20rpx;
|
|
|
|
|
background: rgba(11,137,142,.06);
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 27rpx;
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
margin-bottom: 26.67rpx;
|
|
|
|
|
border-radius: 13rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name-box {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
margin-right: 15.33rpx;
|
|
|
|
|
width: 167rpx;
|
|
|
|
|
height: 73rpx;
|
|
|
|
|
background: rgba(11,137,142,0.06);
|
|
|
|
|
border-radius: 11rpx;
|
|
|
|
|
border: 2rpx solid #0B898E;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 73rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.name-selected-icon {
|
|
|
|
|
width: 28rpx;
|
|
|
|
|
height: 28rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: -2rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tel-input {
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 40rpx 20.67rpx 38.67rpx 21.33rpx;
|
|
|
|
|
/* border-top: 1rpx solid #ccc; */
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-text {
|
|
|
|
|
margin-right: 70rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.more {
|
|
|
|
|
width: 110rpx;
|
|
|
|
|
height: 73rpx;
|
|
|
|
|
background: #F1F1F1;
|
|
|
|
|
border-radius: 11rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
line-height: 73rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cha {
|
|
|
|
|
width: 20rpx;
|
|
|
|
|
height: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.bsm {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-top: 1rpx solid #ccc;
|
|
|
|
|
padding-right: 50rpx;
|
|
|
|
|
}
|