index.wxss 2.4 KB

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