wpfw_ewei_wxapp/pages/order/store/map.wxss
2023-02-26 08:10:18 +08:00

59 lines
902 B
Plaintext

.map {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 120rpx;
height: auto;
width: auto;
}
.fui-footer {
height: 120rpx;
padding: 0 15rpx;
}
.map-item {
display: flex;
align-items: center;
}
.map-item .media,.map-item .media image {
height: 90rpx;
width: 90rpx;
background: #eee;
}
.map-item .inner {
flex: 1;
padding-left: 20rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.map-item .inner .title {
font-size: 34rpx;
line-height: 42rpx;
color: #333;
}
.map-item .inner .text {
font-size: 25rpx;
line-height: 28rpx;
color: #666;
}
.map-item .remark {
height: 90rpx;
width: 90rpx;
line-height: 90rpx;
border-left: 1px solid #eee;
padding-left: 20rpx;
}
.map-item .remark image {
height: 50rpx;
width: 50rpx;
display: inline-block;
}