123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- .little-flower-box {
- background: #edf0f3;
- height: 100%;
- /* overflow: hidden; */
- }
- .green-placerholder {
- width: 100%;
- height: 132rpx;
- background: #12c962;
- position: absolute;
- top: 0;
- }
- .sign-in-title {
- width: 100%;
- font-size: 24rpx;
- font-weight: 800;
- color: #fff;
- text-indent: 49rpx;
- position: relative;
- z-index: 2;
- margin-top: 19rpx;
- }
- .sign-in-box {
- width: 704rpx;
- height: 144rpx;
- margin: 0 auto;
- background: #fff;
- border-radius: 40rpx;
- position: relative;
- z-index: 2;
- margin-top: 15rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding: 23rpx 23rpx 0;
- box-sizing: border-box;
- }
- .date-item {
- /* width: 100rpx; */
- height: 50rpx;
- position: relative;
- display: flex;
- align-items: center;
- }
- .date-complete {
- width: 20rpx;
- height: 20rpx;
- position: absolute;
- left: 35rpx;
- top: -26rpx;
- }
- .date-left {
- display: flex;
- flex-direction: column;
- width: 52rpx;
- }
- .date-time {
- color: #717171;
- font-size: 22rpx;
- font-weight: 800;
- margin-top: 10rpx;
- width: 52rpx;
- text-align: center;
- }
- .date-circle {
- width: 50rpx;
- height: 50rpx;
- border: 2rpx solid rgba(247, 86, 66, 1);
- border-radius: 50%;
- color: #fff;
- font-size: 22rpx;
- line-height: 50rpx;
- text-align: center;
- }
- .cross-red-line {
- width: 40rpx;
- height: 3rpx;
- border-top: 2rpx solid #f75642;
- margin-top: -39rpx;
- margin-left: 7rpx;
- }
- .flower-title {
- color: #919191;
- font-size: 30rpx;
- font-weight: 800;
- width: 100%;
- text-align: center;
- height: 93rpx;
- line-height: 113rpx;
- }
- .explain {
- color: #8E8B8C;
- width: 100%;
- box-sizing: border-box;
- text-align: center;
- font-size: 24rpx;
- line-height: 40rpx;
- position: absolute;
- bottom: 20rpx;
- }
- .explain-title {
- font-weight: 800;
- }
- .mission-item {
- width: 704rpx;
- height: 100rpx;
- background: #fff;
- border-radius: 20rpx;
- display: flex;
- align-items: center;
- margin: 0 auto 15rpx;
- padding-left: 36rpx;
- padding-right: 36rpx;
- box-sizing: border-box;
- justify-content: space-between;
- }
- .mission-item view {
- color: #535353;
- font-size: 28rpx;
- font-weight: 800;
- display: flex;
- align-items: center;
- }
- .mission-item .mission-bonus {
- /* display: block; */
- color: #f75642;
- margin-left: 20rpx;
- align-items: stretch;
- }
- .bonus-icon {
- width: 28rpx;
- height: 33.2rpx;
- margin-right: 8rpx;
- margin-top: 1rpx;
- }
- .mission-item .mission-status {
- color: #f75642;
- text-align: right;
- }
- .mission-item .mission-complete {
- color: #919191;
- }
- .mission-item .mission-group {
- color: #535353;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .mission-group-icon {
- width: 28rpx;
- height: 33.2rpx;
- margin-left: 8rpx;
- }
- .mission-item .mission-share {
- color: #535353;
- }
- .red-text {
- color: #F75642;
- }
- .lego-section{
- width: 704rpx;
- height: 206rpx;
- border-radius: 12rpx;
- margin: 0 auto;
- }
- .lego {
- width: 100%;
- height: 100%;
- }
|