index.wxss 3.8 KB

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