.swiper-tab { width: 100%; text-align: center; line-height: 100rpx; padding: 0 32rpx; box-sizing: border-box; background-color: rgb(255, 255, 255); display: flex; justify-content: space-between; /* position: fixed; left: 0; top: 0; */ z-index: 9999; } .swiper-tab-list { font-size: 32rpx; color: #333333; } .on::after { content: ''; clear: both; width: 60rpx; height: 6rpx; border-radius: 200rpx; background: #51CDE4; display: inline-block; margin-top: -20rpx; } /* 未完成列表 */ .unfinished-list { height: calc(100vh - 100rpx); margin: 32rpx; /* margin-top: 90rpx; */ } .unfinished-list .demo-swiper{ height: 100vh!important; } .unfinished-list .swiper-item-list-box { width: 686rpx; height: 260rpx; background: #FFFFFF; box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.1); opacity: 1; border-radius: 16rpx; padding: 28rpx 32rpx; box-sizing: border-box; margin-top: 40rpx; } .swiper-item-list-box .top-header { justify-content: space-between } .swiper-item-list-box .top-header .answer-title { font-size: 32rpx; font-weight: bold; color: #333333; } .swiper-item-list-box .top-header .get-score { font-size: 28rpx; color: #666666; margin: 0 20rpx; font-weight: bold; } .swiper-item-list-box .top-header .answer-status { width: 68rpx; height: 34rpx; background: #FFFFFF; border: 2rpx solid #FFA488; opacity: 1; border-radius: 16rpx; font-size: 22rpx; font-family: PingFang SC; font-weight: 400; line-height: 32px; color: #FFA488; opacity: 1; } .swiper-item-list-box .top-header .is-qualified { font-size: 28rpx; font-family: PingFang SC; font-weight: 400; line-height: 40rpx; color: #333333; opacity: 1; } .swiper-item-list-box .top-header .no-answer{ color: #FF0000; } .swiper-item-list-box .top-header .no-start{ color: #0DC280; } .swiper-item-list-box .top-header .page-section-demo{ width: 200rpx; } .swiper-item-list-box .middle-answer { padding: 32rpx 0; border-bottom: 2rpx solid #E8E8E8; font-size: 26rpx; font-family: PingFang SC; font-weight: 400; line-height: 36rpx; color: #666666; opacity: 1; } .swiper-item-list-box .middle-answer image { width: 24rpx; height: 24rpx; margin-right: 12rpx; } .swiper-item-list-box .bot-submit-time { font-size: 24rpx; font-family: PingFang SC; font-weight: 400; line-height: 48rpx; color: #999999; opacity: 1; margin-top: 26rpx; }