homepage.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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. .per_top{
  28. height: 138rpx;
  29. position: relative;
  30. padding:24rpx;
  31. background: #D94B24;
  32. }
  33. .per_top>image{
  34. width: 90rpx;
  35. height: 90rpx;
  36. position: absolute;
  37. left: 24rpx;
  38. top: 24rpx;
  39. border-radius: 100%;
  40. }
  41. .name{
  42. font-size:32rpx;
  43. font-weight: 500;
  44. margin-left: 110rpx;
  45. color: #fff;
  46. }
  47. .fans{
  48. color: rgba(255, 255, 255, 0.75);
  49. font-size: 28rpx;
  50. margin-top: 10rpx;
  51. }
  52. .fans text{
  53. color: #FFF;
  54. font-weight: bold;
  55. margin-right: 10rpx;
  56. }
  57. .per_top .follow {
  58. color: #fff;
  59. font-size: 28rpx;
  60. position: absolute;
  61. right: 24rpx;
  62. top: 32rpx;
  63. border: 1px solid #fff;
  64. border-radius: 8rpx;
  65. padding: 5rpx 8rpx;
  66. }
  67. .style{
  68. background: #fff;
  69. padding: 30rpx;
  70. margin-bottom: 20rpx;
  71. font-size: 30rpx;
  72. color: #333;
  73. }
  74. .style view{
  75. padding: 6rpx 0;
  76. }
  77. .style text{
  78. display: inline-block;
  79. color: #999;
  80. font-size: 30rpx;
  81. width: 180rpx;
  82. }
  83. .style .tag{
  84. font-size: 28rpx;
  85. color: #CE994F;
  86. border: 1px solid #CE994F;
  87. border-radius: 8rpx;
  88. margin-right: 8rpx;
  89. font-weight: 400;
  90. padding: 0 8rpx;
  91. }
  92. .game{
  93. color: 32rpx;
  94. font-weight: bold;
  95. margin-bottom: 20rpx;
  96. }
  97. .date{
  98. border-left: 4px solid #D94B24;
  99. padding-left: 4rpx;
  100. }
  101. .game picker{
  102. float: right;
  103. }
  104. .infos{
  105. background: #FFF4F5;
  106. border-radius: 16rpx;
  107. padding-top: 24rpx;
  108. }
  109. .bottom{
  110. line-height: 92rpx;
  111. padding: 0 24rpx;
  112. border-radius: 0px 0px 8px 8px;
  113. margin-top: 20rpx;
  114. font-size: 28rpx;
  115. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  116. }
  117. .bottom text{
  118. font-size: 36rpx;
  119. margin-right: 30rpx;
  120. font-weight: 500;
  121. }
  122. .legend{
  123. position: absolute;
  124. right: 30rpx;
  125. top: 0;
  126. z-index: 999999;
  127. }
  128. .legend view{
  129. width: 230rpx;
  130. line-height: 64rpx;
  131. background: #F7F7F7;
  132. border-radius: 8rpx;
  133. text-align: center;
  134. font-size: 28rpx;
  135. margin-bottom: 10rpx;
  136. }
  137. .imgs,.content{
  138. margin-bottom: 20rpx;
  139. background: #fff;
  140. padding: 30rpx;
  141. position: relative;
  142. }
  143. .img{
  144. display: inline-block;
  145. width: 224rpx;
  146. height: 224rpx;
  147. border-radius: 8rpx;
  148. margin-right: 8rpx;
  149. margin-bottom: 8rpx;
  150. }
  151. .title{
  152. font-weight: 500;
  153. font-size: 32rpx;
  154. margin-bottom: 24rpx;
  155. }
  156. .content{
  157. font-size: 30rpx;
  158. margin-bottom: 24rpx;
  159. line-height: 48rpx;
  160. }
  161. .days_stock{
  162. background: #fff;
  163. padding: 30rpx;
  164. }
  165. .look_all{
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. background-color: #E90001;
  170. height: 88rpx;
  171. color: #fff;
  172. }
  173. .stock{
  174. border-bottom: 1px solid #f5f5f5;
  175. padding-bottom: 30rpx;
  176. margin-bottom: 30rpx;
  177. }
  178. .stock .info{
  179. padding: 10rpx 0;
  180. }
  181. .stock .imgs{
  182. padding: 30rpx 0 0;
  183. margin: 0;
  184. }
  185. .title navigator{
  186. float: right;
  187. color: #999;
  188. font-size: 28rpx;
  189. }
  190. .title image{
  191. width: 32rpx;
  192. position: relative;
  193. top: 7rpx;
  194. }
  195. .month{
  196. text-align: right;
  197. position: absolute;
  198. right: 30rpx;
  199. top: 30rpx;
  200. }
  201. .month>image{
  202. height: 40rpx;
  203. display: inline-block;
  204. vertical-align: middle;
  205. }
  206. picker{
  207. display: inline-block;
  208. vertical-align: middle;
  209. margin: 0 20rpx;
  210. }
  211. .date-picker{
  212. font-size: 36rpx;
  213. font-weight: 500;
  214. }
  215. .date-picker image{
  216. height: 24rpx;
  217. }
  218. .day{
  219. display: flex;
  220. justify-content: space-between;
  221. padding: 10rpx;
  222. background: #f5f5f5;
  223. margin: 20rpx 0;
  224. }
  225. .day text{
  226. color: #999;
  227. width: 14%;
  228. text-align: center;
  229. }
  230. .days{
  231. display: flex;
  232. flex-wrap: wrap;
  233. /* justify-content: space-between; */
  234. }
  235. .days view{
  236. width: 14%;
  237. text-align: center;
  238. font-weight: 500;
  239. height: 96rpx;
  240. /* margin-bottom: 10rpx; */
  241. }
  242. .days text{
  243. display: block;
  244. color: #666;
  245. font-size: 20rpx;
  246. position: relative;
  247. top: -5rpx;
  248. font-weight: 400;
  249. }
  250. .days view view{
  251. width: 100% !important;
  252. }
  253. .days view view text{
  254. color: #fff;
  255. }
  256. .down1{
  257. background: #07B20B;
  258. color: #fff;
  259. }
  260. .up1{
  261. background: #E90001;
  262. color: #fff;
  263. }
  264. .logout{
  265. width: 100%;
  266. line-height: 88rpx;
  267. color: #666;
  268. font-size: 32rpx;
  269. text-align: center;
  270. border: 1px solid rgba(224, 224, 224, 1);
  271. border-radius: 8rpx;
  272. background: #fff;
  273. }