东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

253 lines
4.4KB

  1. /* pages/everyday/everyday.wxss */
  2. .showImg {
  3. position: relative;
  4. width: 750rpx;
  5. height: 616rpx;
  6. }
  7. .ruleBtn {
  8. right: 0;
  9. top: 180rpx;
  10. position: fixed;
  11. width: 153rpx;
  12. height: 46rpx;
  13. line-height: 46rpx;
  14. font-size: 24rpx;
  15. color: #fff;
  16. background-color: rgba(35, 24, 21, 0.63);
  17. border-top-left-radius: 20rpx;
  18. border-bottom-left-radius: 20rpx;
  19. padding-left: 20rpx;
  20. box-sizing: border-box;
  21. }
  22. .title {
  23. height: 110rpx;
  24. line-height: 110rpx;
  25. width: 100%;
  26. text-align: center;
  27. font-size: 36rpx;
  28. font-weight: bold;
  29. }
  30. .menuBox {
  31. position: relative;
  32. width: 535rpx;
  33. height: 58rpx;
  34. margin: 0 auto;
  35. }
  36. .menu {
  37. width: 100%;
  38. height: 100%;
  39. }
  40. .menuBox>view {
  41. position: absolute;
  42. bottom: 0;
  43. font-size: 16rpx;
  44. text-align: center;
  45. }
  46. .menuBox>.leftTitle {
  47. left: 38rpx;
  48. width: 54rpx;
  49. height: 38rpx;
  50. line-height: 38rpx;
  51. }
  52. .menuBox>.centerTitle {
  53. left: 95rpx;
  54. width: 345rpx;
  55. height: 56rpx;
  56. line-height: 56rpx;
  57. color: #fff;
  58. font-size: 29rpx;
  59. }
  60. .menuBox>.rightTitle {
  61. right: 38rpx;
  62. width: 54rpx;
  63. height: 38rpx;
  64. line-height: 38rpx;
  65. }
  66. .swiperBox{
  67. position: relative;
  68. width: 615rpx;
  69. height: 424rpx;
  70. margin: 24rpx auto 0 auto;
  71. }
  72. .swiperBox>swiper{
  73. width: 100%;
  74. height: 100%;
  75. }
  76. .swiperBox>.arrowBtn{
  77. position: absolute;
  78. width: 13rpx;
  79. height: 29rpx;
  80. top: 50%;
  81. transform: translateY(-50%);
  82. }
  83. .fragmentBox{
  84. position: relative;
  85. width: 100%;
  86. height: 100%;
  87. border-radius: 26rpx;
  88. }
  89. .fragmentComplete1,.fragmentComplete2,.fragmentComplete3,.fragmentComplete4{
  90. position: absolute;
  91. }
  92. .fragmentComplete1{
  93. left: 0;
  94. top: 0;
  95. width: 396rpx;
  96. height: 237rpx;
  97. }
  98. .fragmentComplete2{
  99. right: 0;
  100. top: 0;
  101. width: 298rpx;
  102. height: 308rpx;
  103. }
  104. .fragmentComplete3{
  105. left: 0;
  106. bottom: 0;
  107. width: 322rpx;
  108. height: 264rpx;
  109. }
  110. .fragmentComplete4{
  111. right: 0;
  112. bottom: 0;
  113. width: 298rpx;
  114. height: 193rpx;
  115. }
  116. .fragmentComplete{
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .btnBox{
  121. position: relative;
  122. width: 615rpx;
  123. height: 49rpx;
  124. text-align: center;
  125. padding-top: 22rpx;
  126. padding-bottom: 38rpx;
  127. margin:0 auto;
  128. }
  129. .btnBox>.btn{
  130. display: inline-block;
  131. width: 279rpx;
  132. height: 100%;
  133. line-height: 49rpx;
  134. text-align: center;
  135. border: 1rpx solid #345489;
  136. box-sizing: border-box;
  137. font-size: 21rpx;
  138. color: #333333;
  139. border-radius: 15rpx;
  140. }
  141. .btnBox>.btn.select{
  142. background-color: #345489;
  143. color: #ffffff;
  144. }
  145. .mask {
  146. position: fixed;
  147. left: 0;
  148. top: 0;
  149. width: 100%;
  150. height: 100%;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. background-color: rgba(0, 0, 0, 0.5);
  155. }
  156. .taskBox{
  157. position: relative;
  158. width: 567rpx;
  159. height: 649rpx;
  160. border-radius: 20rpx;
  161. }
  162. .taskBox>.title{
  163. height: 77rpx;
  164. line-height: 77rpx;
  165. color: #ffffff;
  166. border-top-left-radius: 20rpx;
  167. border-top-right-radius: 20rpx;
  168. background-color: #345486;
  169. }
  170. .taskBox>.contentBox{
  171. position: relative;
  172. width: 100%;
  173. height: calc(100% - 77rpx);
  174. background-color: #ffffff;
  175. border-bottom-left-radius: 20rpx;
  176. border-bottom-right-radius: 20rpx;
  177. }
  178. .taskBox>.contentBox>.name{
  179. width: 100%;
  180. height: 107rpx;
  181. line-height: 107rpx;
  182. font-size: 33rpx;
  183. text-align: center;
  184. padding-top: 38rpx;
  185. font-weight: bold;
  186. }
  187. .taskBox>.contentBox>.taskImg{
  188. width: 488rpx;
  189. height: 268rpx;
  190. margin: 0 auto;
  191. border-radius: 19rpx;
  192. }
  193. .taskBox>.contentBox>.btn{
  194. width: 347rpx;
  195. height: 62rpx;
  196. line-height: 62rpx;
  197. text-align: center;
  198. color: #ffffff;
  199. font-size: 28rpx;
  200. border-radius: 10rpx;
  201. margin: 42rpx auto 0 auto;
  202. background-color: #345486;
  203. position: relative;
  204. }
  205. .closeBtn {
  206. background: none;
  207. border: 2rpx solid #fff;
  208. color: #fff;
  209. border-radius: 50%;
  210. text-align: center;
  211. height: 40rpx;
  212. line-height: 40rpx;
  213. width: 40rpx;
  214. font-size: 30rpx;
  215. padding: 2rpx;
  216. position: absolute;
  217. }
  218. /* use cross as close button */
  219. .closeBtn::before {
  220. content: "\2716";
  221. }
  222. .receive{
  223. width:677rpx;
  224. height:61rpx;
  225. background-color: #28558D;
  226. line-height: 61rpx;
  227. text-align: center;
  228. font-size:30rpx;
  229. font-family:PingFang;
  230. font-weight:400;
  231. color:rgba(255,255,255,1);
  232. border-radius: 15rpx;
  233. }
  234. .shareBtn{
  235. position: absolute;
  236. left: 0;
  237. top: 0;
  238. z-index: 2;
  239. opacity: 0;
  240. }