/* nova-werun/pages/home/sport/sport-home/index.wxss */ .all{ width: 100vw; padding-left: 40rpx; padding-right: 40rpx; padding-top: 20rpx; .tab{ font-size: 40rpx; } .textbox{ width: 100%; height: 80rpx; border-radius: 40rpx; border: solid black 1px; display: flex; align-items: center; margin-top: 40rpx; .text{ font-size: 30rpx; margin-left: 20rpx; } .number{ font-size: 32rpx; margin-left: auto; margin-right: 20rpx; } } .mapbox{ width: 100%; height: 1100rpx; border-radius: 15rpx; border: solid black 1px; position: relative; margin-top: 30rpx; margin-bottom: 40rpx; .map{ width: 100%; height: 100%; } .button{ width: 150rpx; height: 150rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 40rpx; background-color: orange; color: white; position: absolute; left: 38%; bottom: 100rpx; } } }