/* nova-werun/pages/home/sport/sport-home/index.wxss */ .all{ width: 100vw; padding-left: 40rpx; padding-right: 40rpx; padding-top: 20rpx; background-color: #84b4f1; .tab{ font-size: 40rpx; background-color: #84b4f1; } .textbox{ width: 100%; height: 80rpx; border-radius: 40rpx; border: solid black 1px; display: flex; align-items: center; margin-top: 40rpx; background-color: white; .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; position: relative; margin-top: 30rpx; margin-bottom: 40rpx; .map{ width: 100%; height: 100%; border-radius: 15rpx; overflow: hidden; } .button{ width: 150rpx; height: 150rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 40rpx; background-color: #4F9AF7; color: white; position: absolute; left: 38%; bottom: 100rpx; } } }