1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /* nova-werun/pages/home/sport/sport-start/index.wxss */
- .all{
- width: 100vw;
- .map{
- width: 100%;
- height: 600rpx;
- }
- .numberbox{
- width: 100%;
- height: 780rpx;
- display: flex;
- align-items: center;
- flex-direction: column;
- .distance{
- display: flex;
- align-items: flex-end;
- margin-top: 20rpx;
-
- .dis-num{
- height: 132rpx;
- font-size: 100rpx;
- display: flex;
- align-items: flex-end;
- }
- .dis-text{
- height: 132rpx;
- font-size: 35rpx;
- display: flex;
- align-items: flex-end;
- padding-bottom: 18rpx;
- margin-left: 10rpx;
- }
- }
- .number{
- width: 100%;
- height: 200rpx;
- display: flex;
- justify-content: space-between;
- margin-top: 30rpx;
- .num{
- height: 100%;
- width: 255rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
-
- .num-num{
- font-size: 50rpx;
- margin-bottom: 18rpx;
- }
- .num-text{
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- }
- }
- }
- }
- .btn{
- width: 350rpx;
- height: 350rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- .pause{
- width: 200rpx;
- height: 200rpx;
- margin-top: 25rpx;
- }
- .btn-text{
- font-size: 30rpx;
- margin-top: 20rpx;
- }
- }
- }
|