You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/* 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;
|
|
|
|
|
}
|
|
|
|
|
.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: 27rpx;
|
|
|
|
|
margin-right: 50rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .contact-name {
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #000;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.contact-item .contact-name text {
|
|
|
|
|
font-size: 25rpx;
|
|
|
|
|
margin-left: 25rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
.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%;
|
|
|
|
|
}
|
|
|
|
|
.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;
|
|
|
|
|
}
|