homepage.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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. display: inline-block;
  92. margin-bottom: 10rpx;
  93. }
  94. .game{
  95. color: 32rpx;
  96. font-weight: bold;
  97. margin-bottom: 20rpx;
  98. }
  99. .date{
  100. border-left: 4px solid #D94B24;
  101. padding-left: 4rpx;
  102. }
  103. .game picker{
  104. /* float: right; */
  105. }
  106. .infos{
  107. background: #FFF4F5;
  108. border-radius: 16rpx;
  109. padding-top: 24rpx;
  110. }
  111. .bottom{
  112. line-height: 92rpx;
  113. padding: 0 24rpx;
  114. border-radius: 0px 0px 8px 8px;
  115. margin-top: 20rpx;
  116. font-size: 28rpx;
  117. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  118. }
  119. .bottom text{
  120. font-size: 36rpx;
  121. margin-right: 30rpx;
  122. font-weight: 500;
  123. }
  124. .legend{
  125. position: absolute;
  126. right: 30rpx;
  127. top: 0;
  128. z-index: 999999;
  129. }
  130. .legend view{
  131. width: 230rpx;
  132. line-height: 64rpx;
  133. background: #F7F7F7;
  134. border-radius: 8rpx;
  135. text-align: center;
  136. font-size: 28rpx;
  137. margin-bottom: 10rpx;
  138. }
  139. .imgs,.content{
  140. margin-bottom: 20rpx;
  141. background: #fff;
  142. padding: 30rpx;
  143. position: relative;
  144. }
  145. .img{
  146. display: inline-block;
  147. width: 224rpx;
  148. height: 224rpx;
  149. border-radius: 8rpx;
  150. margin-right: 8rpx;
  151. margin-bottom: 8rpx;
  152. }
  153. .title{
  154. font-weight: 500;
  155. font-size: 32rpx;
  156. margin-bottom: 24rpx;
  157. }
  158. .content{
  159. font-size: 30rpx;
  160. margin-bottom: 24rpx;
  161. line-height: 48rpx;
  162. }
  163. .days_stock{
  164. background: #fff;
  165. padding: 30rpx;
  166. }
  167. .look_all{
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. background-color: #E90001;
  172. height: 88rpx;
  173. color: #fff;
  174. }
  175. .stock{
  176. border-bottom: 1px solid #f5f5f5;
  177. padding-bottom: 30rpx;
  178. margin-bottom: 30rpx;
  179. }
  180. .stock .info{
  181. padding: 10rpx 0;
  182. }
  183. .stock .imgs{
  184. padding: 30rpx 0 0;
  185. margin: 0;
  186. }
  187. .title navigator{
  188. float: right;
  189. color: #999;
  190. font-size: 28rpx;
  191. }
  192. .title image{
  193. width: 32rpx;
  194. position: relative;
  195. top: 7rpx;
  196. }
  197. .month{
  198. text-align: right;
  199. position: absolute;
  200. right: 30rpx;
  201. top: 30rpx;
  202. }
  203. .month>image{
  204. height: 40rpx;
  205. display: inline-block;
  206. vertical-align: middle;
  207. }
  208. picker{
  209. display: inline-block;
  210. vertical-align: middle;
  211. margin: 0 20rpx;
  212. }
  213. .date-picker{
  214. font-size: 36rpx;
  215. font-weight: 500;
  216. }
  217. .date-picker image{
  218. height: 24rpx;
  219. }
  220. .day{
  221. display: flex;
  222. justify-content: space-between;
  223. padding: 10rpx;
  224. background: #f5f5f5;
  225. margin: 20rpx 0;
  226. }
  227. .day text{
  228. color: #999;
  229. width: 14%;
  230. text-align: center;
  231. }
  232. .days{
  233. display: flex;
  234. flex-wrap: wrap;
  235. /* justify-content: space-between; */
  236. }
  237. .days view{
  238. width: 14%;
  239. text-align: center;
  240. font-weight: 500;
  241. height: 96rpx;
  242. /* margin-bottom: 10rpx; */
  243. }
  244. .days text{
  245. display: block;
  246. color: #666;
  247. font-size: 20rpx;
  248. position: relative;
  249. top: -5rpx;
  250. font-weight: 400;
  251. }
  252. .days view view{
  253. width: 100% !important;
  254. }
  255. .days view view text{
  256. color: #fff;
  257. }
  258. .down1{
  259. background: #07B20B;
  260. color: #fff;
  261. }
  262. .up1{
  263. background: #E90001;
  264. color: #fff;
  265. }
  266. .logout{
  267. width: 100%;
  268. line-height: 88rpx;
  269. color: #666;
  270. font-size: 32rpx;
  271. text-align: center;
  272. border: 1px solid rgba(224, 224, 224, 1);
  273. border-radius: 8rpx;
  274. background: #fff;
  275. }
  276. .comment{
  277. padding: 24rpx 0;
  278. border-bottom: 1px solid rgba(245, 245, 245, 1);
  279. }
  280. .comment image{
  281. width: 32rpx;
  282. margin-right: 10rpx;
  283. position: relative;
  284. top: 5rpx;
  285. }
  286. .comment text{
  287. color: #999;
  288. font-size: 28rpx;
  289. margin-right: 40rpx;
  290. }
  291. .info{
  292. font-size: 30rpx;
  293. /* padding: 10rpx 24rpx;
  294. display: flex; */
  295. }
  296. /* .info view{
  297. color: #666;
  298. width: 85%;
  299. vertical-align: top;
  300. } */