| | |
| | | <style scoped lang="scss"> |
| | | .taskAchievements { |
| | | width: 390px; |
| | | height: hToV(204); |
| | | height: 204px; |
| | | background: linear-gradient( |
| | | 270deg, |
| | | #1f3e7a 0%, |
| | |
| | | rgba(31, 62, 122, 0) 100% |
| | | ); |
| | | opacity: 0.85; |
| | | margin: hToV(2) 0 hToV(21) 0; |
| | | margin: 2px 0 21px 0; |
| | | padding-left: 17px; |
| | | padding-top: hToV(15); |
| | | padding-top: 15px; |
| | | |
| | | .rawData { |
| | | display: flex; |
| | |
| | | display: flex; |
| | | |
| | | > img { |
| | | height: hToV(63); |
| | | height: 63px; |
| | | width: 63px; |
| | | } |
| | | |
| | |
| | | color: #ffffff; |
| | | width: 0; |
| | | flex-grow: 1; |
| | | padding-top: hToV(12); |
| | | padding-top: 12px; |
| | | |
| | | .title { |
| | | font-family: Source Han Sans CN, Source Han Sans CN, serif; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | line-height: hToV(13); |
| | | line-height: 13px; |
| | | text-align: left; |
| | | margin-bottom: hToV(6); |
| | | margin-bottom: 6px; |
| | | } |
| | | |
| | | .value { |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei, serif; |
| | | font-weight: 400; |
| | | font-size: 26px; |
| | | line-height: hToV(22); |
| | | line-height: 22px; |
| | | text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); |
| | | text-align: left; |
| | | } |
| | |
| | | } |
| | | |
| | | .processingData { |
| | | margin-top: hToV(19); |
| | | margin-top: 19px; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | justify-content: space-between; |
| | | gap: hToV(8) 0; |
| | | gap: 8px 0; |
| | | |
| | | > div { |
| | | width: 135px; |
| | | height: hToV(42); |
| | | height: 42px; |
| | | display: flex; |
| | | |
| | | > img { |
| | | width: 32px; |
| | | height: hToV(32); |
| | | height: 32px; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | line-height: hToV(17); |
| | | line-height: 17px; |
| | | text-align: left; |
| | | } |
| | | |
| | |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; |
| | | font-weight: 400; |
| | | font-size: 24px; |
| | | line-height: hToV(23); |
| | | line-height: 23px; |
| | | text-align: left; |
| | | } |
| | | } |
| | |
| | | font-weight: bold; |
| | | font-size: 18px; |
| | | color: #e1f5ff; |
| | | line-height: hToV(22); |
| | | line-height: 22px; |
| | | } |
| | | </style> |