123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- /* nova-werun/pages/home/sport/sport-start/index.wxss */
- .all{
- width: 100vw;
- .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;
- }
- }
- .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;
- }
- }
- }
- }
|