123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- /* nova-werun/pages/home/sport/sport-start/index.wxss */
- .navbox {
- width: 100vw;
- display: flex;
- align-items: flex-end;
- background: #4F9AF7;
- .nav {
- width: 100%;
- display: flex;
- justify-content: center;
- position: relative;
- margin-bottom: 30rpx;
- height: 40rpx;
- .nav-addbox {
- position: absolute;
- left: 0rpx;
- top: 8rpx;
- font-size: 28rpx;
- height: 40rpx;
- color: white;
- display: flex;
- .nav-add {
- margin-left: 4rpx;
- }
- }
- .nav-title {
- height: 36rpx;
- font-family: MicrosoftYaHei;
- font-size: 36rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: center;
- font-weight: 600;
- }
- }
- }
- .all {
- width: 100vw;
- background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
- color: #015EEA;
- .map {
- width: 100vw;
- height: 50vh;
- }
- .numberbox {
- width: 100%;
- display: flex;
- align-items: center;
- flex-direction: column;
- .distance {
- display: flex;
- align-items: flex-end;
- .dis-num {
- font-size: 80rpx;
- display: flex;
- align-items: flex-end;
- }
- .dis-text {
- font-size: 28rpx;
- 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: 40rpx;
- margin-bottom: 18rpx;
- }
- .num-text {
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- }
- }
- }
- }
- .btnBox {
- width: 90vw;
- display: flex;
- justify-content: space-around;
- .btn {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- margin: 0 20rpx;
- .pause {
- width: 130rpx;
- height: 130rpx;
- margin-top: 25rpx;
- }
- .btn-stop {
- width: 130rpx;
- height: 130rpx;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- .btn-stop1 {
- height: 120rpx;
- width: 120rpx;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- border: #015EEA solid 2rpx;
- z-index: 10;
- background-color: white;
- .btn-stop2 {
- width: 50rpx;
- height: 50rpx;
- border-radius: 10rpx;
- background-color: #015EEA;
- }
- }
- }
- .btn-text {
- font-size: 30rpx;
- margin-top: 15rpx;
- }
- }
- }
- }
- .permissions {
- width: 70vw;
- height: 280rpx;
- margin: 40rpx;
- font-size: 30rpx;
- button {
- margin-top: 40rpx;
- background: #4F9AF7;
- color: white;
- font-size: 30rpx;
- }
- }
- .actData {
- width: 80vw;
- margin: 40rpx;
- .title {
- display: flex;
- justify-content: space-between;
- padding-bottom: 10rpx;
- border-bottom: rgb(194, 192, 192) solid 1rpx;
- van-icon {
- font-size: 50rpx;
- color: gray;
- }
- }
- .subtit {
- color: rgb(194, 192, 192);
- font-size: 25rpx;
- // text-align: end;
- margin-bottom: 10rpx;
- }
- .listBox {
- max-height: 50vh;
- overflow-y: auto;
- padding: 20rpx;
- .actDataItem {
- font-size: 32rpx;
- padding: 40rpx 20rpx 10rpx 20rpx;
- border-bottom: 1rpx solid whitesmoke;
- .startDate {
- margin-top: 10rpx;
- font-size: 28rpx;
- color: rgb(201, 200, 200);
- }
- .title2 {
- display: flex;
- justify-content: space-between;
- .text {
- width: 80%;
- }
- .tag {
- height: 40rpx;
- font-size: 25rpx;
- padding: 3rpx 10rpx;
- border-radius: 5rpx;
- }
- }
- }
- }
- button {
- background: #4F9AF7;
- color: white;
- font-size: 30rpx;
- }
- }
|