homepage.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. /* pages/today/today.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. .page_top{
  6. background: #fff;
  7. margin-bottom: 20rpx;
  8. position: relative;
  9. }
  10. .container {
  11. position: relative;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. justify-content: space-between;
  16. box-sizing: border-box;
  17. height: 50vh;
  18. background: #fff;
  19. z-index: 9;
  20. }
  21. ec-canvas {
  22. width: 100%;
  23. height: 100%;
  24. position: relative;
  25. z-index: 99;
  26. }
  27. .name{
  28. font-size:36rpx;
  29. font-weight: 500;
  30. margin-bottom: 20rpx;
  31. }
  32. .name>text{
  33. color: #AAAAAA;
  34. font-size: 22rpx;
  35. border: 1px solid #AAAAAA;
  36. border-radius: 4rpx;
  37. font-weight: 400;
  38. padding: 0 4rpx;
  39. position: relative;
  40. top: -3rpx;
  41. }
  42. .name view{
  43. float: right;
  44. color: #D94B24;
  45. font-size: 28rpx;
  46. text-align: center;
  47. position: relative;
  48. top: -5rpx;
  49. border:1px solid #D94B24;
  50. line-height: 48rpx;
  51. width: 120rpx;
  52. border-radius: 8rpx;
  53. }
  54. .info{
  55. font-size: 30rpx;
  56. padding: 10rpx 24rpx;
  57. display: flex;
  58. }
  59. .info view{
  60. color: #666;
  61. width: 85%;
  62. vertical-align: top;
  63. }
  64. .info label{
  65. font-weight: 500;
  66. color: #333;
  67. }
  68. .player{
  69. background: #fff;
  70. padding: 30rpx;
  71. }
  72. .info .tag{
  73. font-size: 28rpx;
  74. color: #CE994F;
  75. border: 1px solid #CE994F;
  76. border-radius: 8rpx;
  77. margin-right: 8rpx;
  78. font-weight: 400;
  79. padding: 0 8rpx;
  80. }
  81. .infos{
  82. background: #FFF4F5;
  83. border-radius: 16rpx;
  84. padding-top: 24rpx;
  85. }
  86. .bottom{
  87. line-height: 92rpx;
  88. padding: 0 24rpx;
  89. border-radius: 0px 0px 8px 8px;
  90. margin-top: 20rpx;
  91. font-size: 28rpx;
  92. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  93. }
  94. .bottom text{
  95. font-size: 36rpx;
  96. margin-right: 30rpx;
  97. font-weight: 500;
  98. }
  99. .legend{
  100. position: absolute;
  101. right: 30rpx;
  102. top: 0;
  103. z-index: 999999;
  104. }
  105. .legend view{
  106. width: 230rpx;
  107. line-height: 64rpx;
  108. background: #F7F7F7;
  109. border-radius: 8rpx;
  110. text-align: center;
  111. font-size: 28rpx;
  112. margin-bottom: 10rpx;
  113. }
  114. .imgs,.content{
  115. margin-bottom: 20rpx;
  116. background: #fff;
  117. padding: 30rpx;
  118. position: relative;
  119. }
  120. .img{
  121. display: inline-block;
  122. width: 224rpx;
  123. height: 224rpx;
  124. border-radius: 8rpx;
  125. margin-right: 8rpx;
  126. margin-bottom: 8rpx;
  127. }
  128. .title{
  129. font-weight: 500;
  130. font-size: 32rpx;
  131. margin-bottom: 24rpx;
  132. }
  133. .content{
  134. font-size: 30rpx;
  135. margin-bottom: 24rpx;
  136. line-height: 48rpx;
  137. }
  138. .days_stock{
  139. background: #fff;
  140. padding: 30rpx;
  141. }
  142. .look_all{
  143. display: flex;
  144. align-items: center;
  145. justify-content: center;
  146. background-color: #E90001;
  147. height: 88rpx;
  148. color: #fff;
  149. }
  150. .stock{
  151. border-bottom: 1px solid #f5f5f5;
  152. padding-bottom: 30rpx;
  153. margin-bottom: 30rpx;
  154. }
  155. .stock .info{
  156. padding: 10rpx 0;
  157. }
  158. .stock .imgs{
  159. padding: 30rpx 0 0;
  160. margin: 0;
  161. }
  162. .title navigator{
  163. float: right;
  164. color: #999;
  165. font-size: 28rpx;
  166. }
  167. .title image{
  168. width: 32rpx;
  169. position: relative;
  170. top: 7rpx;
  171. }
  172. .month{
  173. text-align: right;
  174. position: absolute;
  175. right: 30rpx;
  176. top: 30rpx;
  177. }
  178. .month>image{
  179. height: 40rpx;
  180. display: inline-block;
  181. vertical-align: middle;
  182. }
  183. picker{
  184. display: inline-block;
  185. vertical-align: middle;
  186. margin: 0 20rpx;
  187. }
  188. .date-picker{
  189. font-size: 36rpx;
  190. font-weight: 500;
  191. }
  192. .date-picker image{
  193. height: 24rpx;
  194. }
  195. .day{
  196. display: flex;
  197. justify-content: space-between;
  198. padding: 10rpx;
  199. background: #f5f5f5;
  200. margin: 20rpx 0;
  201. }
  202. .day text{
  203. color: #999;
  204. width: 14%;
  205. text-align: center;
  206. }
  207. .days{
  208. display: flex;
  209. flex-wrap: wrap;
  210. /* justify-content: space-between; */
  211. }
  212. .days view{
  213. width: 14%;
  214. text-align: center;
  215. font-weight: 500;
  216. height: 96rpx;
  217. /* margin-bottom: 10rpx; */
  218. }
  219. .days text{
  220. display: block;
  221. color: #666;
  222. font-size: 20rpx;
  223. position: relative;
  224. top: -5rpx;
  225. font-weight: 400;
  226. }
  227. .days view view{
  228. width: 100% !important;
  229. }
  230. .days view view text{
  231. color: #fff;
  232. }
  233. .down1{
  234. background: #07B20B;
  235. color: #fff;
  236. }
  237. .up1{
  238. background: #E90001;
  239. color: #fff;
  240. }