littleFlower.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .little-flower-box {
  2. background: #edf0f3;
  3. height: 100%;
  4. overflow: hidden;
  5. }
  6. .green-placerholder {
  7. width: 100%;
  8. height: 132rpx;
  9. background: #12c962;
  10. position: absolute;
  11. top: 0;
  12. }
  13. .sign-in-title {
  14. width: 100%;
  15. font-size: 24rpx;
  16. font-weight: 800;
  17. color: #fff;
  18. text-indent: 49rpx;
  19. position: relative;
  20. z-index: 2;
  21. margin-top: 19rpx;
  22. }
  23. .sign-in-box {
  24. width: 704rpx;
  25. height: 144rpx;
  26. margin: 0 auto;
  27. background: #fff;
  28. border-radius: 40rpx;
  29. position: relative;
  30. z-index: 2;
  31. margin-top: 15rpx;
  32. display: flex;
  33. justify-content: space-around;
  34. align-items: center;
  35. padding: 23rpx 23rpx 0;
  36. box-sizing: border-box;
  37. }
  38. .date-item {
  39. /* width: 100rpx; */
  40. height: 50rpx;
  41. position: relative;
  42. display: flex;
  43. align-items: center;
  44. }
  45. .date-left {
  46. display: flex;
  47. flex-direction: column;
  48. width: 52rpx;
  49. }
  50. .date-time {
  51. color: #717171;
  52. font-size: 22rpx;
  53. font-weight: 800;
  54. margin-top:10rpx;
  55. width: 52rpx;
  56. text-align: center;
  57. }
  58. .date-circle {
  59. width: 50rpx;
  60. height: 50rpx;
  61. border: 2rpx solid rgba(247, 86, 66, 1);
  62. border-radius: 50%;
  63. color: #fff;
  64. font-size: 22rpx;
  65. line-height: 50rpx;
  66. text-align: center;
  67. }
  68. .cross-red-line {
  69. width: 40rpx;
  70. height: 3rpx;
  71. border-top: 2rpx solid #f75642;
  72. /* margin-left: 4rpx; */
  73. margin-top: -44rpx;
  74. }
  75. .flower-title {
  76. color: #919191;
  77. font-size: 30rpx;
  78. font-weight: 800;
  79. width: 100%;
  80. text-align: center;
  81. height: 93rpx;
  82. line-height: 113rpx;
  83. }
  84. .explain {
  85. color: #8E8B8C;
  86. width: 100%;
  87. box-sizing: border-box;
  88. text-align: center;
  89. font-size: 24rpx;
  90. line-height: 40rpx;
  91. position: absolute;
  92. bottom: 20rpx;
  93. }
  94. .explain-title {
  95. font-weight: 800;
  96. }
  97. .mission-item {
  98. width: 704rpx;
  99. height: 100rpx;
  100. background: #fff;
  101. border-radius: 20rpx;
  102. display: flex;
  103. align-items: center;
  104. margin: 0 auto 15rpx;
  105. padding-left: 36rpx;
  106. padding-right: 36rpx;
  107. box-sizing: border-box;
  108. justify-content: space-between;
  109. }
  110. .mission-item view {
  111. color: #535353;
  112. font-size: 30rpx;
  113. font-weight: 800;
  114. display: flex;
  115. align-items: center;
  116. }
  117. .mission-item .mission-bonus {
  118. display: block;
  119. color: #f75642;
  120. margin-left: 20rpx;
  121. }
  122. .mission-bonus .bonus-icon {
  123. width: 28rpx;
  124. height: 33.2rpx;
  125. margin-right: 8rpx;
  126. margin-top: 1rpx;
  127. }
  128. .mission-item .mission-status {
  129. color: #f75642;
  130. text-align: right;
  131. }