index.wxss 263 B

12345678910111213141516
  1. .addr_box{
  2. line-height: 45rpx;font-size: 28rpx;padding: 10rpx 0;display: flex;align-items: center;
  3. }
  4. .box {
  5. width: 100%;
  6. height: 290rpx;
  7. background-size: 100% 100%;
  8. display: flex;
  9. align-items: center;
  10. }
  11. .map_item {
  12. line-height: 60rpx;
  13. color: #666666;
  14. }