/* pages/quest/quest.wxss */ .search { /* padding-top: 8rpx; */ background-color: white; height: 88rpx; width: 750rpx; display: flex; align-items: center; z-index: 999; position: sticky; top: 0rpx; } .wrap { background-color: #fff; position: sticky; top: 88rpx; width: 100vw; display: flex; z-index: 100; font-size: 24rpx; } .wrap .item { text-align: center; padding: 20rpx; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .wrap .active { color: #006BFF; } .selectWrap { float: left; position: sticky; width: 100%; top: 160rpx; z-index: 90; height: 0px; background-color: #fff; font-size: 28rpx; } .selectWrap .selectItem { padding: 20rpx; border-bottom: 1px solid #dddddd; } .selectWrap .active { color: #006BFF; } .shadow { position: fixed; width: 100%; height: 100vh; z-index: 1; background-color: #4C4C4C; opacity: 0.6; } @keyframes slidown { 0% { transform: translateY(-100%); height: 0px; } 70% { height: 100rpx; } 100% { height: auto; transform: translateY(0); } } .slidown { display: block; animation: slidown 0.1s ease-in both; overflow: hidden; } @keyframes slidup { 0% { transform: translateY(0); height: 0px; } 30% { height: 100rpx; } 100% { transform: translateY(-100%); } } .slidup { display: block; animation: slidup 0.1s ease-in both; overflow: hidden; } .quest { padding-top: 24rpx; padding-left: 33rpx; padding-right: 33rpx; } .quest_crad { pointer-events: auto; padding: 32rpx; width: 620rpx; background-color: white; margin-bottom: 16rpx; border-radius: 16rpx; } .card_time { height: 20rpx; font-size: 20rpx; font-family: MiSans-Regular, MiSans; font-weight: 400; color: #999999; line-height: 20rpx; } .card_status { height: 24rpx; font-size: 24rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #006BFF; line-height: 24rpx; } .card_top { display: flex; justify-content: space-between; margin-bottom: 32rpx; } .card_title { width: 384rpx; height: 32rpx; font-size: 32rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; line-height: 32rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 16rpx; } .crad_text { width: 396rpx; height: 72rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #999999; line-height: 36rpx; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .card_tip1, .card_model { width: 108rpx; height: 44rpx; font-size: 20rpx; display: flex; justify-content: center; align-items: center; border-radius: 4rpx; margin-right: 8rpx; } .card_tip1 { background: #F1F7FF; color: #006BFF; } .card_model { width: 104rpx; height: 40rpx; border: 1px solid #FFB17C; color: #FFB17C; } .card_tip { display: flex; max-width: 440rpx; flex-wrap: wrap; } .crad_image { width: 192rpx; height: 192rpx; background: linear-gradient(180deg, #599FFF 0%, #C4DDFF 100%); border-radius: 8rpx; } .card_main, .crad_left { display: flex; justify-content: space-between; } .crad_left { flex-direction: column; } .main { background-color: #F9F9F9; min-height: 100vh; } .mask-content { background-color: white; border-radius: 8rpx; width: 500rpx; /* height: 250rpx; */ padding: 32rpx; } .picker { /* width: 622rpx; */ /* height: 80rpx; */ padding: 24rpx; background: #F9F9F9; border-radius: 8rpx; display: flex; align-items: center; }