littleFlower.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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-box{
  14. width: 704rpx;
  15. height: 144rpx;
  16. margin: 0 auto;
  17. background: #fff;
  18. border-radius: 40rpx;
  19. position: relative;
  20. z-index: 2;
  21. margin-top: 15rpx;
  22. }
  23. .sign-in-title{
  24. width: 100%;
  25. font-size: 24rpx;
  26. font-weight: 800;
  27. color: #fff;
  28. text-indent: 49rpx;
  29. position: relative;
  30. z-index: 2;
  31. margin-top: 19rpx;
  32. }
  33. .flower-title{
  34. color: #919191;
  35. font-size: 30rpx;
  36. font-weight: 800;
  37. width: 100%;
  38. text-align: center;
  39. height: 93rpx;
  40. line-height: 113rpx;
  41. }
  42. .explain {
  43. color: #8E8B8C;
  44. width: 100%;
  45. box-sizing: border-box;
  46. text-align: center;
  47. font-size: 24rpx;
  48. line-height: 40rpx;
  49. position: absolute;
  50. bottom: 20rpx;
  51. }
  52. .explain-title{
  53. font-weight: 800;
  54. }
  55. .mission-item{
  56. width: 704rpx;
  57. height: 100rpx;
  58. background: #fff;
  59. border-radius: 20rpx;
  60. display: flex;
  61. align-items: center;
  62. margin: 0 auto 15rpx;
  63. padding-left: 36rpx;
  64. padding-right: 36rpx;
  65. box-sizing: border-box;
  66. justify-content: space-between;
  67. }
  68. .mission-item view{
  69. color: #535353;
  70. font-size: 30rpx;
  71. font-weight: 800;
  72. display: flex;
  73. align-items: center;
  74. }
  75. .mission-item .mission-bonus{
  76. display: block;
  77. color: #f75642;
  78. margin-left: 20rpx;
  79. }
  80. .mission-bonus .bonus-icon{
  81. width: 28rpx;
  82. height: 33.2rpx;
  83. margin-right: 8rpx;
  84. margin-top: 1rpx;
  85. }
  86. .mission-item .mission-status{
  87. color: #f75642;
  88. text-align: right;
  89. }