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.

141 lines
2.5 KiB

5 years ago
/* 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;
}
6 months ago
.address-box {
margin: 30rpx 0rpx;
5 years ago
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;
4 years ago
max-height: 50%;
5 years ago
}
.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;
}