86 lines
1.5 KiB
CSS
86 lines
1.5 KiB
CSS
.merchantList {
|
|
padding: 30rpx 20rpx;
|
|
}
|
|
.merchantItem {
|
|
width: 720rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
box-sizing: border-box;
|
|
}
|
|
/*
|
|
.merchantItem_left {
|
|
display: flex;
|
|
align-items: center;
|
|
} */
|
|
|
|
.left_pic {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.merchantItem_right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.lat {
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.tel {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
width: 150rpx;
|
|
height: 50rpx;
|
|
background: #D5AC66;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.merchantItem_left_msg_tit {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.merchantItem_left_msg {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.merchantItem_left_msg_add {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 14rpx;
|
|
/* flex: 1; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
/* width: 400rpx; */
|
|
}
|
|
|
|
.merchantItem_left_msg_msg {
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #FF512A;
|
|
background: #FFF0ED;
|
|
padding: 2rpx;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.merchantItem_left_msg_tag {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 18rpx;
|
|
} |