@charset "UTF-8"; /* 主题色 */ .content.data-v-2d1f4984 { width: 100%; min-height: 100vh; background-color: #F5F6FA; } .tabbar.data-v-2d1f4984 { width: 100%; margin-top: 20px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-around; } .tabbar view.data-v-2d1f4984 { position: relative; } .tabbar .active.data-v-2d1f4984:after { content: ""; height: 3px; width: 100%; position: absolute; bottom: -8px; left: 0; border-radius: 5px; background: linear-gradient(to right, #477EFF, #39D9C9); } .box1.data-v-2d1f4984 { background-color: #fff; padding: 10px !important; color: #999; margin: 15px; border-radius: 10px; width: calc(100%- 30px); } .box1 .time.data-v-2d1f4984 { width: 100%; font-size: 32rpx; margin-bottom: 20px; } .box1 .item.data-v-2d1f4984 { width: 100%; color: #333; font-size: 44rpx; text-align: center; margin-bottom: 15px; } .box1 .item text.data-v-2d1f4984 { display: block; } .box1 .item .item-ite.data-v-2d1f4984 { font-size: 36rpx; margin-bottom: 15px; width: 100%; } .box1 .item .item-set.data-v-2d1f4984 { width: calc(100% - 30px); display: flex; align-items: center; height: 55px; line-height: 55px; font-size: 60rpx; margin-bottom: 5px; background-color: #f7f7f7; padding: 0 15px; justify-content: space-between; margin: auto; position: relative; } .box1 .item .item-set.data-v-2d1f4984 input { font-size: 60rpx; height: 55px; line-height: 55px; } .box1 .item .item-set0.data-v-2d1f4984 { background-color: #fff; justify-content: center; } .box1 .item .tips.data-v-2d1f4984 { font-size: 32rpx; color: #999; margin-top: 10px; } .box1 .start.data-v-2d1f4984 { color: #fff; width: 100px; height: 100px; font-size: 36rpx; font-weight: bold; line-height: 100px; text-align: center; border-radius: 50%; background: #477EFF; margin: 15px auto; } .box1 .Nstart.data-v-2d1f4984 { opacity: 0.5 !important; } .status.data-v-2d1f4984 { background-color: #fff; } .status image.data-v-2d1f4984 { width: 18px; height: 18px; } .status .icon_link.data-v-2d1f4984 { -webkit-animation: rotation-data-v-2d1f4984 0.6s infinite linear; animation: rotation-data-v-2d1f4984 0.6s infinite linear; } @-webkit-keyframes rotation-data-v-2d1f4984 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotation-data-v-2d1f4984 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }