mapControl.css 214 B

12345678910111213
  1. /* component/mapControl/mapControl.wxss */
  2. .map-control-pannel {
  3. position: fixed;
  4. right: 17rpx;
  5. top: 38rpx;
  6. }
  7. .map-c-item {
  8. margin-top: 22rpx;
  9. }
  10. .map-c-icon {
  11. width: 89rpx;
  12. height: 89rpx;
  13. }