123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- .task-page {
- flex-direction: column;
- background-color: #f7f7f7;
- .task-banner {
- width: 100%;
- height: 300px;
- .swipe-item {
- height: 300px;
- width: 100%;
- }
- }
- .sign-section {
- width: 690px;
- height: 466px;
- border-radius: 12px;
- background-color: #fff;
- box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);
- margin: -30px auto;
- padding: 38px 18px;
- justify-content: flex-start;
- align-items: flex-start;
- flex-direction: column;
- line-height: 150%;
- .sign-title {
- align-items: center;
- text {
- font-size: 28px;
- font-weight: 800;
- }
- image {
- width: 22px;
- height: 22px;
- margin-left: 5px;
- }
- }
- .sign-desc {
- font-size: 24px;
- color: #999;
- margin-top: 10px;
- }
- }
- }
- .reader-leaver {
- width: 690px;
- margin: 60px auto 0;
- border-radius: 12px;
- background-color: #fff;
- padding: 30px;
- flex-direction: column;
- .l-top {
- justify-content: space-between;
- flex: 1;
- }
- .l-title {
- font-size: 30px;
- color: #333;
- font-weight: bold;
- }
- .l-more {
- font-size: 24px;
- color: #999;
- }
- .recent-list {
- margin-top: 30px;
- justify-content: space-between;
- }
- .read-recent {
- margin-top: -20px;
- text {
- font-size: 24px;
- color: #999;
- margin-bottom: 30px;
- }
- }
- }
- .sign {
- &-line {
- margin: 50px auto 20px;
- height: 140px;
- width: 100%;
- &__item {
- flex: 1;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- border: 1px #fbb11b solid;
- }
- &__day {
- color: #999;
- font-size: 22px;
- }
- image {
- width: 40px;
- height: 40px;
- }
- &__fee {
- font-size: 22px;
- color: #fbb11b;
- }
- }
- &-button {
- width: 424px;
- height: 72px;
- line-height: 72px;
- background-color: #ef5952;
- border-radius: 36px;
- font-size: 34px;
- margin: 15px auto 0;
- color: #fff;
- text-align: center;
- }
- &-button-disabled {
- width: 424px;
- height: 72px;
- line-height: 72px;
- background-color: #fcdedc;
- border-radius: 36px;
- font-size: 34px;
- margin: 15px auto 0;
- color: #ef5952;
- text-align: center;
- }
- }
- .task {
- &-section {
- flex-direction: column;
- padding: 34px 30px;
- width: 690px;
- box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
- border-radius: 12px;
- margin: 30px auto 0;
- background-color: #fff;
- .banner {
- width: 630px;
- height: 120px;
- margin-top: 20px;
- }
- &__tab {
- justify-content: space-around;
- text {
- font-size: 32px;
- padding: 10px 0;
- border-bottom: 4px solid transparent;
- }
- .on {
- color: #ef5952;
- border-bottom: 4px solid #ef5952;
- font-weight: bold;
- }
- }
- &__list {
- flex-direction: column;
- font-weight: 600;
- padding: 20px 0;
- margin-top: 30px;
- .list-item {
- margin: 24px 0;
- height: 76px;
- align-items: center;
- .icon {
- width: 54px;
- height: 54px;
- }
- .content {
- flex-direction: column;
- flex: 1;
- margin-left: 10px;
- .content-desc {
- color: #999;
- margin-top: 5px;
- font-size: 22px;
- }
- }
- .task-award {
- align-items: flex-end;
- padding-left: 20px;
- image {
- width: 26px;
- height: 26px;
- }
- text {
- color: #999;
- font-size: 22px;
- }
- }
- .button-status {
- width: 108px;
- height: 40px;
- border-radius: 20px;
- text-align: center;
- font-size: 22px;
- }
- .wait {
- border: 1px solid #ef5952;
- background-color: #fff;
- color: #ef5952;
- }
- .disabled {
- background-color: #eee;
- color: #999;
- }
- .get {
- background-color: #ef5952;
- color: #fff;
- }
- }
- }
- }
- }
- .mask {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: rgba(0, 0, 0, 0.56);
- flex-direction: column;
- align-items: center;
- justify-content: center;
- z-index: 2;
- .rule {
- width: 600px;
- height: 384px;
- padding: 34px 30px;
- border-radius: 12px;
- background-color: #fff;
- margin: -100px auto 0;
- align-items: flex-start;
- justify-content: flex-start;
- flex-direction: column;
- .rule-title {
- width: 100%;
- text-align: center;
- font-size: 32px;
- color: #333;
- margin-bottom: 40px;
- }
- .detail {
- color: #999;
- margin-top: 30px;
- font-size: 26px;
- }
- }
- .close-icon {
- width: 60px;
- height: 60px;
- margin-top: 40px;
- }
- }
- .sign {
- &-banner {
- background-image: url(../../assets/imgs/sign_bg.jpg);
- background-size: cover;
- background-repeat: no-repeat;
- justify-content: center;
- width: 600px;
- height: 322px;
- border-radius: 30px;
- &__text {
- font-size: 34px;
- color: #fff;
- font-weight: bold;
- margin-top: 200px;
- .orange {
- color: #ffc017;
- font-size: 46px;
- padding: 0 6px;
- }
- }
- }
- }
- .line__item_wrap {
- color: #fbb11b;
- flex-direction: column;
- border-radius: 8px;
- align-items: center;
- }
- .task-section__list_new {
- font-weight: 600;
- font-size: 32px;
- }
|