get-location.wxss 246 B

123456789101112131415
  1. .page-body-info {
  2. height: 225px;
  3. }
  4. .page-body-text-small {
  5. font-size: 12px;
  6. color: var(--weui-FG-0);
  7. margin-bottom: 50px;
  8. }
  9. .page-body-text-location {
  10. display: flex;
  11. font-size: 25px;
  12. }
  13. .page-body-text-location text {
  14. margin: 5px;
  15. }