| 12345678910111213141516 |
- /* pages/nearbyDetails/nearbyDetails.wxss */
- .li{padding: 40rpx 20rpx;margin-bottom: 20rpx;font-size: 28rpx;}
- .yue{justify-content: center; align-items: center;}
- .yue image{width: 52rpx;height: 52rpx;}
- .dizhi{align-items: center;border-bottom: 1rpx solid #E8E8E8;padding-bottom: 36rpx;}
- .time{align-items: center;}
- .dizhi image{width: 24rpx; height: 30rpx;margin-right: 16rpx;}
- .phone,.distribution{align-items: center; padding: 36rpx 0 0 0;}
- .time image{width: 28rpx;height: 28rpx;margin-right: 13rpx;}
- .phone image{width: 28rpx;height: 28rpx;margin-right: 13rpx;}
- .distribution image{width: 23rpx;height: 28rpx; margin-right:17rpx ;}
- .foot{align-items: center;}
- .foot image{width: 23rpx;height: 28rpx; margin-right:15rpx ;}
- .right image{width: 14rpx;height: 24rpx;}
- .qualifications{justify-content: space-between; align-items: center;}
- .map{width: 100%;height: 500rpx;}
|