supermama.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. /* pages/supermama/supermama.wxss */
  2. .page-content {
  3. -webkit-overflow-scrolling: touch
  4. }
  5. .super_head,
  6. .ing {
  7. /* border-bottom: 30rpx solid #f3f2f8; */
  8. }
  9. .headTop {
  10. box-sizing: border-box;
  11. padding: 80rpx 80rpx 30rpx;
  12. align-items: center;
  13. }
  14. .headLeft {
  15. align-items: center;
  16. }
  17. .headRight {
  18. flex: 1 0 auto;
  19. }
  20. .name {
  21. margin-bottom: 10rpx;
  22. }
  23. .title {
  24. margin-bottom: 20rpx;
  25. width: 100%;
  26. text-align: center;
  27. }
  28. .number {
  29. text-align: center;
  30. }
  31. .jb-icon {
  32. width: 25rpx;
  33. height: 25rpx;
  34. display: inline-block;
  35. margin-left: 10rpx;
  36. vertical-align: bottom;
  37. }
  38. .title {
  39. color: #323232;
  40. }
  41. .week {
  42. color: #969696;
  43. font-size: 24rpx;
  44. }
  45. .headImg {
  46. width: 100rpx;
  47. height: 100rpx;
  48. margin-right: 20rpx;
  49. border-radius: 50%;
  50. display: inline-block;
  51. }
  52. /* 进度条 */
  53. .headProgress {
  54. padding: 0 20rpx 30rpx;
  55. }
  56. .proImg {
  57. width: 40rpx;
  58. height: 40rpx;
  59. }
  60. .proImgView,
  61. .coverInfo {
  62. display: inline-block;
  63. width: 20%;
  64. text-align: center;
  65. color: #969696;
  66. }
  67. .active {
  68. color: #00c8c6;
  69. }
  70. .getNum {
  71. margin-top: 10rpx;
  72. margin-bottom: 10rpx;
  73. }
  74. .isPro {
  75. position: relative;
  76. }
  77. .coverPro {
  78. position: absolute;
  79. left: 10%;
  80. top: 0;
  81. bottom: 0;
  82. z-index: 1;
  83. border-radius: 17rpx;
  84. background-image: linear-gradient(to right, #7bf8f0, #00c8c6);
  85. }
  86. .coverProT {
  87. background: none;
  88. color: #00c8c6;
  89. line-height: 30rpx;
  90. }
  91. .bgPro {
  92. box-sizing: border-box;
  93. background-color: #f5f5f5;
  94. border: 1px solid #e5e5e5;
  95. width: 80%;
  96. height: 30rpx;
  97. margin: auto;
  98. border-radius: 17rpx;
  99. }
  100. /* 任务部分 */
  101. .cla {
  102. background-color: #F3F3F3;
  103. padding: 30rpx;
  104. overflow: hidden;
  105. }
  106. .ed{
  107. padding-top: 0;
  108. }
  109. .task {
  110. color: #323232;
  111. font-weight: bold;
  112. padding-left: 20rpx;
  113. display: inline-block;
  114. margin-bottom: 30rpx;
  115. }
  116. .taskNum {
  117. width: 38rpx;
  118. height: 38rpx;
  119. line-height: 38rpx;
  120. text-align: center;
  121. margin-left: 10rpx;
  122. border-radius: 50%;
  123. background-color: #f00;
  124. color: #fff;
  125. display: inline-block;
  126. }
  127. .isKeCheng {
  128. /* box-shadow: 0px 0px 20rpx 4rpx rgba(161, 161, 161, 0.38); */
  129. border-radius: 10rpx;
  130. overflow: hidden;
  131. margin-bottom: 30rpx;
  132. }
  133. .isKeCheng:last-child {
  134. margin-bottom: 0;
  135. }
  136. .imgbox {
  137. position: relative;
  138. }
  139. .supetmamaimg {
  140. width: 100%;
  141. }
  142. .startFirstButton {
  143. position: absolute;
  144. height: 110rpx;
  145. line-height: 106rpx;
  146. width: 76%;
  147. left: 50%;
  148. transform: translate(-50%);
  149. bottom: 112rpx;
  150. border: 4rpx solid #333;
  151. border-radius: 106rpx;
  152. background-color: #DCF2FC;
  153. color: #333;
  154. }
  155. .babyBorn {
  156. position: absolute;
  157. left: 20rpx;
  158. bottom: 260rpx;
  159. width: 80rpx;
  160. height: 80rpx;
  161. }
  162. .xysz{
  163. position: absolute;
  164. left: 20rpx;
  165. bottom: 160rpx;
  166. width: 80rpx;
  167. height: 80rpx;
  168. }