index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. }
  79. .stop{
  80. width: 100%;
  81. height: 320rpx;
  82. display: flex;
  83. justify-content: center;
  84. .btn{
  85. width: 300rpx;
  86. height: 320rpx;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. flex-direction: column;
  91. .pause{
  92. width: 200rpx;
  93. height: 200rpx;
  94. margin-top: 25rpx;
  95. }
  96. .btn-text{
  97. font-size: 30rpx;
  98. margin-top: 20rpx;
  99. }
  100. }
  101. }
  102. }