today.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. .stock{
  143. border-bottom: 1px solid #f5f5f5;
  144. padding-bottom: 30rpx;
  145. margin-bottom: 30rpx;
  146. }
  147. .stock .info{
  148. padding: 10rpx 0;
  149. }
  150. .stock .imgs{
  151. padding: 30rpx 0 0;
  152. margin: 0;
  153. }
  154. .title navigator{
  155. float: right;
  156. color: #999;
  157. font-size: 28rpx;
  158. }
  159. .title image{
  160. width: 32rpx;
  161. position: relative;
  162. top: 7rpx;
  163. }
  164. .month{
  165. text-align: right;
  166. position: absolute;
  167. right: 30rpx;
  168. top: 30rpx;
  169. }
  170. .month>image{
  171. height: 40rpx;
  172. display: inline-block;
  173. vertical-align: middle;
  174. }
  175. picker{
  176. display: inline-block;
  177. vertical-align: middle;
  178. margin: 0 20rpx;
  179. }
  180. .date-picker{
  181. font-size: 36rpx;
  182. font-weight: 500;
  183. }
  184. .date-picker image{
  185. height: 24rpx;
  186. }
  187. .day{
  188. display: flex;
  189. justify-content: space-between;
  190. padding: 10rpx;
  191. background: #f5f5f5;
  192. margin: 20rpx 0;
  193. }
  194. .day text{
  195. color: #999;
  196. width: 14%;
  197. text-align: center;
  198. }
  199. .days{
  200. display: flex;
  201. flex-wrap: wrap;
  202. /* justify-content: space-between; */
  203. }
  204. .days view{
  205. width: 14%;
  206. text-align: center;
  207. font-weight: 500;
  208. height: 96rpx;
  209. /* margin-bottom: 10rpx; */
  210. }
  211. .days text{
  212. display: block;
  213. color: #666;
  214. font-size: 20rpx;
  215. position: relative;
  216. top: -5rpx;
  217. font-weight: 400;
  218. }
  219. .days view view{
  220. width: 100% !important;
  221. }
  222. .days view view text{
  223. color: #fff;
  224. }
  225. .down1{
  226. background: #07B20B;
  227. color: #fff;
  228. }
  229. .up1{
  230. background: #E90001;
  231. color: #fff;
  232. }