index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. .navbox{
  7. width: 100vw;
  8. display: flex;
  9. align-items: flex-end;
  10. .nav{
  11. width: 100%;
  12. display: flex;
  13. justify-content: center;
  14. position: relative;
  15. margin-bottom: 30rpx;
  16. height: 40rpx;
  17. .nav-addbox{
  18. position: absolute;
  19. left: 0rpx;
  20. top: 8rpx;
  21. font-size: 28rpx;
  22. height: 40rpx;
  23. color: white;
  24. display: flex;
  25. .nav-add{
  26. margin-left: 4rpx;
  27. }
  28. }
  29. .nav-title{
  30. height: 36rpx;
  31. font-family: MicrosoftYaHei;
  32. font-size: 36rpx;
  33. color: #333333;
  34. line-height: 40rpx;
  35. text-align: center;
  36. font-weight: 600;
  37. }
  38. }
  39. }
  40. .map{
  41. width: 100%;
  42. height: 600rpx;
  43. }
  44. .numberbox{
  45. width: 100%;
  46. height: 780rpx;
  47. display: flex;
  48. align-items: center;
  49. flex-direction: column;
  50. .distance{
  51. display: flex;
  52. align-items: flex-end;
  53. margin-top: 20rpx;
  54. .dis-num{
  55. height: 132rpx;
  56. font-size: 100rpx;
  57. display: flex;
  58. align-items: flex-end;
  59. }
  60. .dis-text{
  61. height: 132rpx;
  62. font-size: 35rpx;
  63. display: flex;
  64. align-items: flex-end;
  65. padding-bottom: 18rpx;
  66. margin-left: 10rpx;
  67. }
  68. }
  69. .number{
  70. width: 100%;
  71. height: 200rpx;
  72. display: flex;
  73. justify-content: space-between;
  74. margin-top: 30rpx;
  75. .num{
  76. height: 100%;
  77. width: 255rpx;
  78. display: flex;
  79. flex-direction: column;
  80. justify-content: center;
  81. align-items: center;
  82. .num-num{
  83. font-size: 50rpx;
  84. margin-bottom: 18rpx;
  85. }
  86. .num-text{
  87. width: 100%;
  88. display: flex;
  89. justify-content: center;
  90. align-items: center;
  91. font-size: 28rpx;
  92. }
  93. }
  94. }
  95. }
  96. .btn{
  97. width: 350rpx;
  98. height: 320rpx;
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. flex-direction: column;
  103. .pause{
  104. width: 200rpx;
  105. height: 200rpx;
  106. margin-top: 25rpx;
  107. }
  108. .btn-text{
  109. font-size: 30rpx;
  110. margin-top: 20rpx;
  111. }
  112. .btn-stop{
  113. width: 200rpx;
  114. height: 200rpx;
  115. border-radius: 50%;
  116. display: flex;
  117. justify-content: center;
  118. align-items: center;
  119. .btn-stop1{
  120. height: 180rpx;
  121. width: 180rpx;
  122. border-radius: 50%;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. border: #015EEA solid 2rpx;
  127. z-index: 10;
  128. background-color: white;
  129. .btn-stop2{
  130. width: 60rpx;
  131. height: 60rpx;
  132. border-radius: 10rpx;
  133. background-color: #015EEA;
  134. }
  135. }
  136. }
  137. }
  138. .stop{
  139. width: 100%;
  140. height: 320rpx;
  141. display: flex;
  142. justify-content: center;
  143. .btn{
  144. width: 300rpx;
  145. height: 320rpx;
  146. display: flex;
  147. justify-content: center;
  148. align-items: center;
  149. flex-direction: column;
  150. .pause{
  151. width: 200rpx;
  152. height: 200rpx;
  153. margin-top: 25rpx;
  154. }
  155. .btn-text{
  156. font-size: 30rpx;
  157. margin-top: 20rpx;
  158. }
  159. }
  160. }
  161. }