littleFlower.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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-complete {
  46. width: 20rpx;
  47. height: 20rpx;
  48. position: absolute;
  49. left: 35rpx;
  50. top: -26rpx;
  51. }
  52. .date-left {
  53. display: flex;
  54. flex-direction: column;
  55. width: 52rpx;
  56. }
  57. .date-time {
  58. color: #717171;
  59. font-size: 22rpx;
  60. font-weight: 800;
  61. margin-top: 10rpx;
  62. width: 52rpx;
  63. text-align: center;
  64. }
  65. .date-circle {
  66. width: 50rpx;
  67. height: 50rpx;
  68. border: 2rpx solid rgba(247, 86, 66, 1);
  69. border-radius: 50%;
  70. color: #fff;
  71. font-size: 22rpx;
  72. line-height: 50rpx;
  73. text-align: center;
  74. }
  75. .cross-red-line {
  76. width: 40rpx;
  77. height: 3rpx;
  78. border-top: 2rpx solid #f75642;
  79. margin-top: -39rpx;
  80. margin-left: 7rpx;
  81. }
  82. .flower-title {
  83. color: #919191;
  84. font-size: 30rpx;
  85. font-weight: 800;
  86. width: 100%;
  87. text-align: center;
  88. height: 93rpx;
  89. line-height: 113rpx;
  90. }
  91. .explain {
  92. color: #8E8B8C;
  93. width: 100%;
  94. box-sizing: border-box;
  95. text-align: center;
  96. font-size: 24rpx;
  97. line-height: 40rpx;
  98. position: absolute;
  99. bottom: 20rpx;
  100. }
  101. .explain-title {
  102. font-weight: 800;
  103. }
  104. .mission-item {
  105. width: 704rpx;
  106. height: 100rpx;
  107. background: #fff;
  108. border-radius: 20rpx;
  109. display: flex;
  110. align-items: center;
  111. margin: 0 auto 15rpx;
  112. padding-left: 36rpx;
  113. padding-right: 36rpx;
  114. box-sizing: border-box;
  115. justify-content: space-between;
  116. }
  117. .mission-item view {
  118. color: #535353;
  119. font-size: 28rpx;
  120. font-weight: 800;
  121. display: flex;
  122. align-items: center;
  123. }
  124. .mission-item .mission-bonus {
  125. /* display: block; */
  126. color: #f75642;
  127. margin-left: 20rpx;
  128. align-items: stretch;
  129. }
  130. .bonus-icon {
  131. width: 28rpx;
  132. height: 33.2rpx;
  133. margin-right: 8rpx;
  134. margin-top: 1rpx;
  135. }
  136. .mission-item .mission-status {
  137. color: #f75642;
  138. text-align: right;
  139. }
  140. .mission-item .mission-complete {
  141. color: #919191;
  142. }
  143. .mission-item .mission-group {
  144. color: #535353;
  145. display: flex;
  146. flex-direction: row;
  147. align-items: center;
  148. }
  149. .mission-group-icon {
  150. width: 28rpx;
  151. height: 33.2rpx;
  152. margin-left: 8rpx;
  153. }
  154. .mission-item .mission-share {
  155. color: #535353;
  156. }
  157. .red-text {
  158. color: #F75642;
  159. }
  160. .lego-section{
  161. width: 704rpx;
  162. height: 206rpx;
  163. border-radius: 12rpx;
  164. margin: 0 auto;
  165. }
  166. .lego {
  167. width: 100%;
  168. height: 100%;
  169. }