东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

everyday.wxss 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. .fragmentBox>.fragmentComplete{
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .btnBox{
  94. position: relative;
  95. width: 615rpx;
  96. height: 49rpx;
  97. text-align: center;
  98. padding-top: 22rpx;
  99. padding-bottom: 38rpx;
  100. margin:0 auto;
  101. }
  102. .btnBox>.btn{
  103. display: inline-block;
  104. width: 279rpx;
  105. height: 100%;
  106. line-height: 49rpx;
  107. text-align: center;
  108. border: 1rpx solid #345489;
  109. box-sizing: border-box;
  110. font-size: 21rpx;
  111. color: #333333;
  112. border-radius: 15rpx;
  113. }
  114. .btnBox>.btn.select{
  115. background-color: #345489;
  116. color: #ffffff;
  117. }
  118. .mask {
  119. position: fixed;
  120. left: 0;
  121. top: 0;
  122. width: 100%;
  123. height: 100%;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. background-color: rgba(0, 0, 0, 0.5);
  128. }
  129. .taskBox{
  130. position: relative;
  131. width: 567rpx;
  132. height: 649rpx;
  133. border-radius: 20rpx;
  134. }
  135. .taskBox>.title{
  136. height: 77rpx;
  137. line-height: 77rpx;
  138. color: #ffffff;
  139. border-top-left-radius: 20rpx;
  140. border-top-right-radius: 20rpx;
  141. background-color: #345486;
  142. }
  143. .taskBox>.contentBox{
  144. position: relative;
  145. width: 100%;
  146. height: calc(100% - 77rpx);
  147. background-color: #ffffff;
  148. border-bottom-left-radius: 20rpx;
  149. border-bottom-right-radius: 20rpx;
  150. }
  151. .taskBox>.contentBox>.name{
  152. width: 100%;
  153. height: 107rpx;
  154. line-height: 107rpx;
  155. font-size: 33rpx;
  156. text-align: center;
  157. padding-top: 38rpx;
  158. font-weight: bold;
  159. }
  160. .taskBox>.contentBox>.taskImg{
  161. width: 488rpx;
  162. height: 268rpx;
  163. margin: 0 auto;
  164. border-radius: 19rpx;
  165. }
  166. .taskBox>.contentBox>.btn{
  167. width: 347rpx;
  168. height: 62rpx;
  169. line-height: 62rpx;
  170. text-align: center;
  171. color: #ffffff;
  172. font-size: 28rpx;
  173. border-radius: 10rpx;
  174. margin: 42rpx auto 0 auto;
  175. background-color: #345486;
  176. position: relative;
  177. }
  178. .closeBtn {
  179. background: none;
  180. border: 2rpx solid #fff;
  181. color: #fff;
  182. border-radius: 50%;
  183. text-align: center;
  184. height: 40rpx;
  185. line-height: 40rpx;
  186. width: 40rpx;
  187. font-size: 30rpx;
  188. padding: 2rpx;
  189. position: absolute;
  190. }
  191. /* use cross as close button */
  192. .closeBtn::before {
  193. content: "\2716";
  194. }
  195. .receive{
  196. width:677rpx;
  197. height:61rpx;
  198. background-color: #28558D;
  199. line-height: 61rpx;
  200. text-align: center;
  201. font-size:30rpx;
  202. font-family:PingFang;
  203. font-weight:400;
  204. color:rgba(255,255,255,1);
  205. border-radius: 15rpx;
  206. }
  207. .shareBtn{
  208. position: absolute;
  209. left: 0;
  210. top: 0;
  211. z-index: 2;
  212. opacity: 0;
  213. }