index.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /* nova-werun/pages/home/sport/sport-start/index.wxss */
  2. .all{
  3. width: 100vw;
  4. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
  5. color: #015EEA;
  6. .map{
  7. width: 100%;
  8. height: 600rpx;
  9. }
  10. .numberbox{
  11. width: 100%;
  12. height: 780rpx;
  13. display: flex;
  14. align-items: center;
  15. flex-direction: column;
  16. .distance{
  17. display: flex;
  18. align-items: flex-end;
  19. margin-top: 20rpx;
  20. .dis-num{
  21. height: 132rpx;
  22. font-size: 100rpx;
  23. display: flex;
  24. align-items: flex-end;
  25. }
  26. .dis-text{
  27. height: 132rpx;
  28. font-size: 35rpx;
  29. display: flex;
  30. align-items: flex-end;
  31. padding-bottom: 18rpx;
  32. margin-left: 10rpx;
  33. }
  34. }
  35. .number{
  36. width: 100%;
  37. height: 200rpx;
  38. display: flex;
  39. justify-content: space-between;
  40. margin-top: 30rpx;
  41. .num{
  42. height: 100%;
  43. width: 255rpx;
  44. display: flex;
  45. flex-direction: column;
  46. justify-content: center;
  47. align-items: center;
  48. .num-num{
  49. font-size: 50rpx;
  50. margin-bottom: 18rpx;
  51. }
  52. .num-text{
  53. width: 100%;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. font-size: 28rpx;
  58. }
  59. }
  60. }
  61. }
  62. .btn{
  63. width: 350rpx;
  64. height: 320rpx;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. flex-direction: column;
  69. .pause{
  70. width: 200rpx;
  71. height: 200rpx;
  72. margin-top: 25rpx;
  73. }
  74. .btn-text{
  75. font-size: 30rpx;
  76. margin-top: 20rpx;
  77. }
  78. .btn-stop{
  79. width: 200rpx;
  80. height: 200rpx;
  81. border-radius: 50%;
  82. display: flex;
  83. justify-content: center;
  84. align-items: center;
  85. .btn-stop1{
  86. height: 180rpx;
  87. width: 180rpx;
  88. border-radius: 50%;
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. border: #015EEA solid 2rpx;
  93. z-index: 10;
  94. background-color: white;
  95. .btn-stop2{
  96. width: 60rpx;
  97. height: 60rpx;
  98. border-radius: 10rpx;
  99. background-color: #015EEA;
  100. }
  101. }
  102. }
  103. }
  104. .stop{
  105. width: 100%;
  106. height: 320rpx;
  107. display: flex;
  108. justify-content: center;
  109. .btn{
  110. width: 300rpx;
  111. height: 320rpx;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. flex-direction: column;
  116. .pause{
  117. width: 200rpx;
  118. height: 200rpx;
  119. margin-top: 25rpx;
  120. }
  121. .btn-text{
  122. font-size: 30rpx;
  123. margin-top: 20rpx;
  124. }
  125. }
  126. }
  127. }