index.less 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. /* nova-werun/pages/home/sport/sport-start/index.wxss */
  2. .navbox {
  3. width: 100vw;
  4. display: flex;
  5. align-items: flex-end;
  6. background: #4F9AF7;
  7. .nav {
  8. width: 100%;
  9. display: flex;
  10. justify-content: center;
  11. position: relative;
  12. margin-bottom: 30rpx;
  13. height: 40rpx;
  14. .nav-addbox {
  15. position: absolute;
  16. left: 0rpx;
  17. top: 8rpx;
  18. font-size: 28rpx;
  19. height: 40rpx;
  20. color: white;
  21. display: flex;
  22. .nav-add {
  23. margin-left: 4rpx;
  24. }
  25. }
  26. .nav-title {
  27. height: 36rpx;
  28. font-family: MicrosoftYaHei;
  29. font-size: 36rpx;
  30. color: #333333;
  31. line-height: 40rpx;
  32. text-align: center;
  33. font-weight: 600;
  34. }
  35. }
  36. }
  37. .all {
  38. width: 100vw;
  39. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
  40. color: #015EEA;
  41. .map {
  42. width: 100vw;
  43. height: 50vh;
  44. }
  45. .numberbox {
  46. width: 100%;
  47. display: flex;
  48. align-items: center;
  49. flex-direction: column;
  50. .distance {
  51. display: flex;
  52. align-items: flex-end;
  53. .dis-num {
  54. font-size: 80rpx;
  55. display: flex;
  56. align-items: flex-end;
  57. }
  58. .dis-text {
  59. font-size: 28rpx;
  60. display: flex;
  61. align-items: flex-end;
  62. padding-bottom: 18rpx;
  63. margin-left: 10rpx;
  64. }
  65. }
  66. .number {
  67. width: 100%;
  68. height: 200rpx;
  69. display: flex;
  70. justify-content: space-between;
  71. margin-top: 30rpx;
  72. .num {
  73. height: 100%;
  74. width: 255rpx;
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: center;
  78. align-items: center;
  79. .num-num {
  80. font-size: 40rpx;
  81. margin-bottom: 18rpx;
  82. }
  83. .num-text {
  84. width: 100%;
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. font-size: 28rpx;
  89. }
  90. }
  91. }
  92. }
  93. .btnBox {
  94. width: 90vw;
  95. display: flex;
  96. justify-content: space-around;
  97. .btn {
  98. display: flex;
  99. justify-content: center;
  100. align-items: center;
  101. flex-direction: column;
  102. margin: 0 20rpx;
  103. .pause {
  104. width: 130rpx;
  105. height: 130rpx;
  106. margin-top: 25rpx;
  107. }
  108. .btn-stop {
  109. width: 130rpx;
  110. height: 130rpx;
  111. border-radius: 50%;
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. .btn-stop1 {
  116. height: 120rpx;
  117. width: 120rpx;
  118. border-radius: 50%;
  119. display: flex;
  120. justify-content: center;
  121. align-items: center;
  122. border: #015EEA solid 2rpx;
  123. z-index: 10;
  124. background-color: white;
  125. .btn-stop2 {
  126. width: 50rpx;
  127. height: 50rpx;
  128. border-radius: 10rpx;
  129. background-color: #015EEA;
  130. }
  131. }
  132. }
  133. .btn-text {
  134. font-size: 30rpx;
  135. margin-top: 15rpx;
  136. }
  137. }
  138. }
  139. }
  140. .permissions {
  141. width: 70vw;
  142. height: 280rpx;
  143. margin: 40rpx;
  144. font-size: 30rpx;
  145. button {
  146. margin-top: 40rpx;
  147. background: #4F9AF7;
  148. color: white;
  149. font-size: 30rpx;
  150. }
  151. }
  152. .actData {
  153. width: 80vw;
  154. margin: 40rpx;
  155. .title {
  156. display: flex;
  157. justify-content: space-between;
  158. padding-bottom: 10rpx;
  159. border-bottom: rgb(194, 192, 192) solid 1rpx;
  160. van-icon {
  161. font-size: 50rpx;
  162. color: gray;
  163. }
  164. }
  165. .subtit {
  166. color: rgb(194, 192, 192);
  167. font-size: 25rpx;
  168. // text-align: end;
  169. margin-bottom: 10rpx;
  170. }
  171. .listBox {
  172. max-height: 50vh;
  173. overflow-y: auto;
  174. padding: 20rpx;
  175. .actDataItem {
  176. font-size: 32rpx;
  177. padding: 40rpx 20rpx 10rpx 20rpx;
  178. border-bottom: 1rpx solid whitesmoke;
  179. .startDate {
  180. margin-top: 10rpx;
  181. font-size: 28rpx;
  182. color: rgb(201, 200, 200);
  183. }
  184. .title2 {
  185. display: flex;
  186. justify-content: space-between;
  187. .text {
  188. width: 80%;
  189. }
  190. .tag {
  191. height: 40rpx;
  192. font-size: 25rpx;
  193. padding: 3rpx 10rpx;
  194. border-radius: 5rpx;
  195. }
  196. }
  197. }
  198. }
  199. button {
  200. background: #4F9AF7;
  201. color: white;
  202. font-size: 30rpx;
  203. }
  204. }