/* nova-werun/pages/home/sport/sport-start/index.wxss */ .all{ width: 100vw; background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); color: #015EEA; .navbox{ width: 100vw; display: flex; align-items: flex-end; .nav{ width: 100%; display: flex; justify-content: center; position: relative; margin-bottom: 30rpx; height: 40rpx; .nav-addbox{ position: absolute; left: 0rpx; top: 8rpx; font-size: 28rpx; height: 40rpx; color: white; display: flex; .nav-add{ margin-left: 4rpx; } } .nav-title{ height: 36rpx; font-family: MicrosoftYaHei; font-size: 36rpx; color: #333333; line-height: 40rpx; text-align: center; font-weight: 600; } } } .map{ width: 100%; height: 600rpx; } .numberbox{ width: 100%; height: 780rpx; display: flex; align-items: center; flex-direction: column; .distance{ display: flex; align-items: flex-end; margin-top: 20rpx; .dis-num{ height: 132rpx; font-size: 100rpx; display: flex; align-items: flex-end; } .dis-text{ height: 132rpx; font-size: 35rpx; display: flex; align-items: flex-end; padding-bottom: 18rpx; margin-left: 10rpx; } } .number{ width: 100%; height: 200rpx; display: flex; justify-content: space-between; margin-top: 30rpx; .num{ height: 100%; width: 255rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; .num-num{ font-size: 50rpx; margin-bottom: 18rpx; } .num-text{ width: 100%; display: flex; justify-content: center; align-items: center; font-size: 28rpx; } } } } .btn{ width: 350rpx; height: 320rpx; display: flex; justify-content: center; align-items: center; flex-direction: column; .pause{ width: 200rpx; height: 200rpx; margin-top: 25rpx; } .btn-text{ font-size: 30rpx; margin-top: 20rpx; } .btn-stop{ width: 200rpx; height: 200rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center; .btn-stop1{ height: 180rpx; width: 180rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center; border: #015EEA solid 2rpx; z-index: 10; background-color: white; .btn-stop2{ width: 60rpx; height: 60rpx; border-radius: 10rpx; background-color: #015EEA; } } } } .stop{ width: 100%; height: 320rpx; display: flex; justify-content: center; .btn{ width: 300rpx; height: 320rpx; display: flex; justify-content: center; align-items: center; flex-direction: column; .pause{ width: 200rpx; height: 200rpx; margin-top: 25rpx; } .btn-text{ font-size: 30rpx; margin-top: 20rpx; } } } }