123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885 |
- page {
- background-color: #fff;
- font-family: "PingFang SC-Medium";
- min-height: 100vh;
- }
- .page {
- min-height: 100vh;
- background-color: #fff;
- position: relative;
- background: url("../../static/me/job/rw_bg_01.png") center top / 100% auto
- no-repeat,
- #f2f6f2;
- }
- // 顶部黄色背景
- .PageHeader {
- background: url("../../static/me/job/rw_bg_01.png") center top / 100% auto
- no-repeat,
- #f2f6f2;
- // background-position-y: var(--status-bar-height);
- }
- .occupyHigh {
- height: calc(var(--status-bar-height) + 150rpx);
- width: 100%;
- }
- // 内容区域
- .content-area {
- position: relative;
- z-index: 1;
- padding: 0 20rpx;
- }
- // 星源余额展示区
- .person-info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx;
- padding-bottom: 48rpx;
- .person-info-left {
- display: flex;
- .avator {
- width: 100rpx;
- height: 100rpx;
- border: 6rpx solid #fff;
- margin-right: 28rpx;
- }
- .title-area {
- .my-bean-title {
- font-size: 24rpx;
- }
- .bean-number {
- display: flex;
- align-items: center;
- font-family: "CustomFont";
- font-weight: 700;
- font-size: 48rpx;
- color: #1f1f1f;
- image {
- width: 40rpx;
- height: 40rpx;
- margin-right: 8rpx;
- }
- }
- }
- }
- .exchange-btn {
- width: 140rpx;
- height: 52rpx;
- background: #1f1f1f;
- border-radius: 26rpx;
- font-size: 24rpx;
- color: #acf934;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- // 星愿打卡区域
- .starWishCheckIn {
- width: 710rpx;
- height: 356rpx;
- background: url("../../static/me/job/rw_bg_02.png") top left/100% no-repeat,
- #ffffff;
- // box-shadow: 0rpx 6rpx 8rpx 0rpx rgba(231, 231, 231, 0.29);
- border-radius: 20rpx;
- padding: 20rpx;
- padding-top: 95rpx;
- margin-bottom: 20rpx;
- display: flex;
- justify-content: space-between;
- position: relative;
- left: 0;
- top: 0;
- .title {
- position: absolute;
- left: 20rpx;
- top: 0rpx;
- width: 200rpx;
- height: 104rpx;
- }
- .card {
- width: 328rpx;
- height: 244rpx;
- padding: 28rpx 26rpx 22rpx 24rpx;
- box-sizing: border-box;
- border-radius: 20rpx;
- overflow: hidden;
- position: relative;
- left: 0;
- top: 0;
- .card-title {
- font-weight: 700;
- font-size: 28rpx;
- color: #ffffff;
- font-family: "CustomFont";
- }
- .card-desc {
- font-weight: 400;
- font-size: 22rpx;
- color: rgba(255, 255, 255, 0.8);
- width: 180rpx;
- padding-bottom: 20rpx;
- padding-top: 10rpx;
- }
- .card-btn {
- width: 328rpx;
- height: 112rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-bottom: 10rpx;
- position: absolute;
- left: 0;
- bottom: 0;
- font-family: "PingFang SC-Bold";
- font-weight: 400;
- font-size: 28rpx;
- &.card-reward {
- background: url("../../static/me/job/rw_btn_01.png") center/100%
- no-repeat;
- color: #c88618;
- }
- &.sign-btn {
- background: url("../../static/me/job/rw_btn_02.png") center/100%
- no-repeat;
- color: #0484ce;
- }
- }
- &.purple-card {
- position: relative;
- left: 0;
- top: 0;
- background: url("../../static/me/job/sy_img_xingyuandaka01.png")
- center/100% no-repeat;
- .bg-box {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 5;
- border-radius:15rpx;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- display: flex;
- align-items: center;
- justify-content: center;
- image {
- width: 156rpx;
- height: 156rpx;
- }
- }
- }
- &.yellow-card {
- background: url("../../static/me/job/sy_img_xingyuandaka02.png")
- center/100% no-repeat;
- }
- }
- }
- // 任务列表
- .task-list-box {
- // box-shadow: 0rpx 6rpx 8rpx 0rpx rgba(231, 231, 231, 0.29);
- border-radius: 20rpx;
- background: url("../../static/me/job/rw_bg_02.png") top left/100% no-repeat,
- #ffffff;
- padding: 20rpx;
- box-sizing: border-box;
- .task-header {
- display: flex;
- align-items: center;
- padding-bottom: 10rpx;
- image {
- width: 200rpx;
- height: 50rpx;
- margin-right: 4rpx;
- }
- .task-subtitle {
- font-weight: 400;
- font-size: 22rpx;
- color: #999999;
- }
- }
- .task-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 20rpx 0;
- // border-bottom: 1px solid #f0f0f0;
- justify-content: space-between;
- .task-info {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- max-width: 408rpx;
- image {
- width: 88rpx;
- height: 88rpx;
- flex-shrink: 0;
- margin-right: 20rpx;
- }
- .task-name {
- color: #333;
- margin-bottom: 6rpx;
- max-width: 310rpx;
- font-weight: 400;
- font-size: 28rpx;
- color: #1f1f1f;
- font-family: "PingFang SC-Bold";
- }
- .task-desc {
- max-width: 310rpx;
- font-weight: 400;
- font-size: 22rpx;
- color: #999999;
- }
- }
- .task-reward {
- font-size: 28rpx;
- color: #1f1f1f;
- margin-right: 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: 400;
- font-family: "PingFang SC-Bold";
-
- image {
- width: 36rpx;
- height: 36rpx;
- margin-bottom: 10rpx;
- }
- }
- .task-btn {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 140rpx;
- height: 52rpx;
- background: #1f1f1f;
- border-radius: 26rpx;
- font-weight: 400;
- font-size: 24rpx;
- color: #acf934;
- border: 2rpx solid #1f1f1f;
- text{
- font-weight: 400;
- font-family: "PingFang SC-Bold";
- }
- &.task-completed {
- background-color: #fff;
- color: #1f1f1f;
- border: 2rpx solid #1f1f1f;
- }
- }
- }
- }
- // 兑换弹窗
- .NicknamePopUpWindowBox {
- ::v-deep.uv-popup .uv-popup__content {
- border-radius: 28rpx 28rpx 0 0;
- min-height: 400rpx;
- background: url("../../static/me/wd_bg_jianjie.png") center top/100% auto
- no-repeat,
- #f2f6f2 !important;
- padding-bottom: 40rpx;
- }
- }
- .NicknamePopUpWindow {
- .nickname-heard {
- padding: 0 32rpx;
- padding-top: 20rpx;
- padding-bottom: -26rpx;
- display: flex;
- flex-direction: center;
- align-items: center;
- position: relative;
- left: 0;
- top: 0;
- width: 100vw;
- box-sizing: border-box;
- .available-mCoin {
- font-weight: 400;
- font-size: 24rpx;
- color: #1f1f1f;
- }
- .exchange-title {
- position: absolute;
- left: 50%;
- top: calc(50% + 10rpx);
- transform: translate(-50%, -50%);
- font-family: "CustomFont";
- font-weight: 700;
- font-size: 36rpx;
- color: #1f1f1f;
- }
- }
- .content-box {
- width: 686rpx;
- height: 420rpx;
- background: #ffffff;
- border-radius: 20rpx;
- margin: 0 auto;
- margin-bottom: 40rpx;
- padding: 24rpx;
- .prompt {
- font-weight: 400;
- font-size: 28rpx;
- color: #1f1f1f;
- padding-bottom: 24rpx;
- text {
- color: #999999;
- font-size: 24rpx;
- }
- }
- ::v-deep.uv-input {
- background-color: #f2f6f2;
- }
- .input-box {
- width: 100%;
- height: 88rpx;
- background: #f2f6f2;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 60rpx;
- padding: 18rpx 24rpx;
- > image {
- width: 48rpx;
- height: 48rpx;
- margin-right: 16rpx;
- }
- .input {
- }
- }
- .tips-text {
- font-size: 24rpx;
- color: #999;
- text-align: center;
- display: block;
- text-align: center;
- padding: 20rpx 0;
- }
- }
- }
- // 星源余额展示区
- .bean-balance {
- width: 690rpx;
- background-color: #ffffff;
- border-radius: 24rpx;
- padding: 30rpx;
- margin-bottom: 30rpx;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.05);
- .balance-header {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .title-area {
- display: flex;
- flex-direction: row;
- align-items: center;
- .yellow-dot {
- width: 16rpx;
- height: 16rpx;
- border-radius: 50%;
- background-color: #90d369;
- margin-right: 10rpx;
- }
- .my-bean-title {
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- }
- }
- .exchange-btn {
- width: 120rpx;
- height: 60rpx;
- background-color: #90d369;
- border-radius: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- color: #fff;
- font-weight: bold;
- }
- }
- .bean-number {
- font-size: 80rpx;
- font-weight: bold;
- color: #333;
- margin-top: 20rpx;
- }
- }
- // 星愿打卡区域
- .sign-cards {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-bottom: 30rpx;
- .card {
- width: 330rpx;
- height: 240rpx;
- border-radius: 24rpx;
- padding: 24rpx;
- display: flex;
- flex-direction: column;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.05);
- .card-title {
- font-size: 34rpx;
- font-weight: bold;
- color: #ffffff;
- margin-bottom: 10rpx;
- }
- .card-desc {
- font-size: 24rpx;
- color: rgba(255, 255, 255, 0.8);
- margin-bottom: 30rpx;
- padding-top: 10rpx;
- }
- .card-reward {
- font-size: 30rpx;
- color: #ffffff;
- font-weight: bold;
- }
- .card-progress {
- font-size: 36rpx;
- color: #ffffff;
- font-weight: bold;
- margin-top: auto;
- }
- .sign-btn {
- width: 180rpx;
- height: 70rpx;
- background-color: #ffffff;
- border-radius: 35rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- color: #333;
- font-weight: bold;
- margin-top: auto;
- }
- }
- .purple-card {
- background-color: #9c27b0;
- }
- .yellow-card {
- background-color: #90d369;
- }
- }
- // 任务列表
- .task-list {
- background-color: #ffffff;
- border-radius: 24rpx;
- padding: 30rpx;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.05);
- .task-header {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-bottom: 30rpx;
- .task-title {
- font-size: 34rpx;
- color: #333;
- font-weight: bold;
- margin-right: 20rpx;
- }
- .task-subtitle {
- font-size: 24rpx;
- color: #999;
- }
- }
- .task-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 20rpx 0;
- border-bottom: 1px solid #f0f0f0;
- .task-info {
- flex: 1;
- .task-name {
- font-size: 30rpx;
- color: #333;
- margin-bottom: 6rpx;
- }
- .task-desc {
- font-size: 24rpx;
- color: #999;
- }
- }
- .task-reward {
- font-size: 30rpx;
- color: #90d369;
- font-weight: bold;
- margin-right: 20rpx;
-
- }
- .task-btn {
- width: 120rpx;
- height: 60rpx;
- background-color: #90d369;
- border-radius: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- color: #fff;
- font-weight: bold;
- }
- .task-completed {
- background-color: #f0f0f0;
- color: #999;
- }
- }
- }
- // 星源兑换弹窗
- .exchange-popup {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 999;
- .popup-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .popup-content {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background-color: #f5f5f5;
- border-radius: 24rpx 24rpx 0 0;
- padding-bottom: 50rpx;
- .popup-header {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 30rpx;
- .available-balance {
- font-size: 28rpx;
- color: #333;
- }
- .exchange-title {
- font-size: 28rpx;
- color: #333;
- font-weight: bold;
- }
- }
- .exchange-area {
- background-color: #ffffff;
- margin: 0 30rpx;
- border-radius: 20rpx;
- padding: 30rpx;
- .exchange-title-area {
- margin-bottom: 40rpx;
- .exchange-main-title {
- font-size: 34rpx;
- color: #333;
- font-weight: bold;
- display: block;
- margin-bottom: 10rpx;
- }
- .exchange-subtitle {
- font-size: 24rpx;
- color: #999;
- }
- }
- .input-area {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 20rpx 0;
- border-bottom: 1px solid #f0f0f0;
- margin-bottom: 50rpx;
- .bean-icon {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- background-color: #ffe156;
- margin-right: 20rpx;
- }
- .exchange-input {
- flex: 1;
- height: 60rpx;
- font-size: 30rpx;
- }
- }
- .action-area {
- display: flex;
- flex-direction: column;
- align-items: center;
- .exchange-btn-large {
- width: 100%;
- height: 90rpx;
- background-color: #90d369;
- border-radius: 45rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- margin-bottom: 20rpx;
- }
- .tips-text {
- font-size: 24rpx;
- color: #999;
- text-align: center;
- }
- }
- }
- }
- }
- // 签到弹窗
- .sign-popup {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 1000;
- .popup-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .sign-popup-content {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- background: #ffffff;
- border-radius: 24rpx 24rpx 0 0;
- padding: 30rpx;
- padding-bottom: 50rpx;
- .sign-popup-header {
- position: relative;
- padding-bottom: 30rpx;
- .sign-popup-title {
- font-size: 36rpx;
- color: #333333;
- font-weight: bold;
- margin-bottom: 30rpx;
- display: block;
- }
- .sign-notify-switch {
- display: flex;
- flex-direction: row;
- align-items: center;
- position: absolute;
- top: 0;
- right: 0;
- .sign-notify-text {
- font-size: 24rpx;
- color: #666666;
- margin-right: 10rpx;
- }
- .sign-switch {
- transform: scale(0.7);
- }
- }
- .sign-days-tag {
- display: inline-block;
- padding: 6rpx 20rpx;
- background-color: #ffd54f;
- border-radius: 24rpx;
- font-size: 24rpx;
- color: #333;
- font-weight: bold;
- }
- }
- .vip-area {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- background-color: #f5f5f5;
- border-radius: 12rpx;
- padding: 20rpx;
- margin-bottom: 30rpx;
- .vip-left {
- .vip-text {
- font-size: 26rpx;
- color: #333333;
- }
- }
- .vip-right {
- .vip-offer {
- font-size: 24rpx;
- color: #9c27b0;
- }
- }
- }
- .sign-grid {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- margin: 0 -10rpx;
- margin-bottom: 40rpx;
- .sign-grid-item {
- width: calc(33.33% - 20rpx);
- background-color: #f5f5f5;
- border-radius: 12rpx;
- padding: 20rpx;
- margin: 10rpx;
- position: relative;
- height: 180rpx;
- display: flex;
- flex-direction: column;
- .sign-day-num {
- font-size: 24rpx;
- color: #666666;
- margin-bottom: 10rpx;
- }
- .sign-item-img {
- width: 70rpx;
- height: 70rpx;
- background-color: #dddddd;
- border-radius: 50%;
- margin: 10rpx auto;
- }
- .sign-item-name {
- font-size: 24rpx;
- color: #333333;
- text-align: center;
- margin-top: auto;
- }
- .sign-vip-tag {
- position: absolute;
- top: 20rpx;
- right: 20rpx;
- padding: 4rpx 10rpx;
- background-color: #9c27b0;
- border-radius: 10rpx;
- font-size: 20rpx;
- color: #ffffff;
- }
- .sign-received-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- border-radius: 12rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- .received-text {
- font-size: 28rpx;
- color: #ffffff;
- font-weight: bold;
- }
- }
- }
- }
- .sign-btn-large {
- width: 100%;
- height: 90rpx;
- background-color: #9c27b0;
- border-radius: 45rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 32rpx;
- color: #ffffff;
- font-weight: bold;
- &.sign-btn-disabled {
- background-color: #cccccc;
- color: #999999;
- }
- }
- }
- }
|