index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* nova-werun/pages/home/sport/sport-start/index.wxss */
  2. .all{
  3. width: 100vw;
  4. .map{
  5. width: 100%;
  6. height: 600rpx;
  7. background-color: aqua;
  8. }
  9. .numberbox{
  10. width: 100%;
  11. height: 780rpx;
  12. display: flex;
  13. align-items: center;
  14. flex-direction: column;
  15. .distance{
  16. display: flex;
  17. align-items: flex-end;
  18. margin-top: 20rpx;
  19. .dis-num{
  20. height: 132rpx;
  21. font-size: 100rpx;
  22. display: flex;
  23. align-items: flex-end;
  24. }
  25. .dis-text{
  26. height: 132rpx;
  27. font-size: 35rpx;
  28. display: flex;
  29. align-items: flex-end;
  30. padding-bottom: 18rpx;
  31. margin-left: 10rpx;
  32. }
  33. }
  34. .number{
  35. width: 100%;
  36. height: 200rpx;
  37. display: flex;
  38. justify-content: space-between;
  39. margin-top: 30rpx;
  40. .num{
  41. height: 100%;
  42. width: 255rpx;
  43. display: flex;
  44. flex-direction: column;
  45. justify-content: center;
  46. align-items: center;
  47. .num-num{
  48. font-size: 50rpx;
  49. margin-bottom: 18rpx;
  50. }
  51. .num-text{
  52. width: 100%;
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. font-size: 28rpx;
  57. }
  58. }
  59. }
  60. }
  61. .btn{
  62. width: 350rpx;
  63. height: 350rpx;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. flex-direction: column;
  68. .pause{
  69. width: 200rpx;
  70. height: 200rpx;
  71. margin-top: 80rpx;
  72. }
  73. .btn-text{
  74. font-size: 30rpx;
  75. margin-top: 20rpx;
  76. }
  77. }
  78. }