homepage.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. /* pages/today/today.wxss */
  2. page{
  3. background: #ffffff;
  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: #ff0f03;
  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. .follow_black{
  58. position: absolute;
  59. right: 20rpx;
  60. top: 32rpx;
  61. }
  62. .per_top .follow,.lahei{
  63. display: inline-block;
  64. color: #fff;
  65. font-size: 28rpx;
  66. border: 1px solid #fff;
  67. border-radius: 8rpx;
  68. padding: 5rpx 8rpx;
  69. margin-left: 20rpx;
  70. }
  71. .style{
  72. background: #fff;
  73. padding: 30rpx;
  74. margin-bottom: 20rpx;
  75. font-size: 30rpx;
  76. color: #333;
  77. }
  78. .style view{
  79. padding: 6rpx 0;
  80. }
  81. .style text{
  82. display: inline-block;
  83. color: #999;
  84. font-size: 30rpx;
  85. width: 180rpx;
  86. }
  87. .style .tag{
  88. font-size: 28rpx;
  89. color: #CE994F;
  90. border: 1px solid #CE994F;
  91. border-radius: 8rpx;
  92. margin-right: 8rpx;
  93. font-weight: 400;
  94. padding: 0 8rpx;
  95. display: inline-block;
  96. margin-bottom: 10rpx;
  97. }
  98. .game{
  99. color: 32rpx;
  100. font-weight: bold;
  101. margin-bottom: 20rpx;
  102. }
  103. .date{
  104. border-left: 4px solid #D94B24;
  105. padding-left: 4rpx;
  106. }
  107. .infos{
  108. background: #FFF4F5;
  109. border-radius: 16rpx;
  110. padding-top: 24rpx;
  111. }
  112. .bottom{
  113. line-height: 92rpx;
  114. padding: 0 24rpx;
  115. border-radius: 0px 0px 8px 8px;
  116. margin-top: 20rpx;
  117. font-size: 28rpx;
  118. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  119. }
  120. .bottom text{
  121. font-size: 36rpx;
  122. margin-right: 30rpx;
  123. font-weight: 500;
  124. }
  125. .legend{
  126. position: absolute;
  127. right: 30rpx;
  128. top: 0;
  129. z-index: 999999;
  130. }
  131. .legend view{
  132. width: 230rpx;
  133. line-height: 64rpx;
  134. background: #F7F7F7;
  135. border-radius: 8rpx;
  136. text-align: center;
  137. font-size: 28rpx;
  138. margin-bottom: 10rpx;
  139. }
  140. .imgs,.content{
  141. margin-bottom: 20rpx;
  142. background: #fff;
  143. padding: 30rpx;
  144. position: relative;
  145. }
  146. .img{
  147. display: inline-block;
  148. width: 224rpx;
  149. height: 224rpx;
  150. border-radius: 8rpx;
  151. margin-right: 8rpx;
  152. margin-bottom: 8rpx;
  153. }
  154. .title{
  155. font-weight: 500;
  156. font-size: 32rpx;
  157. margin-bottom: 24rpx;
  158. }
  159. .content{
  160. font-size: 30rpx;
  161. margin-bottom: 24rpx;
  162. line-height: 48rpx;
  163. }
  164. .days_stock{
  165. background: #fff;
  166. padding: 30rpx;
  167. }
  168. .look_all{
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. background-color: #E90001;
  173. height: 88rpx;
  174. color: #fff;
  175. }
  176. .stock{
  177. border-bottom: 1px solid #f5f5f5;
  178. padding-bottom: 30rpx;
  179. margin-bottom: 30rpx;
  180. }
  181. .stock .info{
  182. padding: 10rpx 0;
  183. }
  184. .stock .imgs{
  185. padding: 30rpx 0 0;
  186. margin: 0;
  187. }
  188. .title navigator{
  189. float: right;
  190. color: #999;
  191. font-size: 28rpx;
  192. }
  193. .title image{
  194. width: 32rpx;
  195. position: relative;
  196. top: 7rpx;
  197. }
  198. .month{
  199. text-align: right;
  200. position: absolute;
  201. right: 30rpx;
  202. top: 30rpx;
  203. }
  204. .month>image{
  205. height: 40rpx;
  206. display: inline-block;
  207. vertical-align: middle;
  208. }
  209. picker{
  210. display: inline-block;
  211. vertical-align: middle;
  212. margin: 0 20rpx;
  213. }
  214. .date-picker{
  215. font-size: 36rpx;
  216. font-weight: 500;
  217. }
  218. .date-picker image{
  219. height: 24rpx;
  220. }
  221. .day{
  222. display: flex;
  223. justify-content: space-between;
  224. padding: 10rpx;
  225. background: #f5f5f5;
  226. margin: 20rpx 0;
  227. }
  228. .day text{
  229. color: #999;
  230. width: 14%;
  231. text-align: center;
  232. }
  233. .days{
  234. display: flex;
  235. flex-wrap: wrap;
  236. /* justify-content: space-between; */
  237. }
  238. .days view{
  239. width: 14%;
  240. text-align: center;
  241. font-weight: 500;
  242. height: 96rpx;
  243. /* margin-bottom: 10rpx; */
  244. }
  245. .days text{
  246. display: block;
  247. color: #666;
  248. font-size: 20rpx;
  249. position: relative;
  250. top: -5rpx;
  251. font-weight: 400;
  252. }
  253. .days view view{
  254. width: 100% !important;
  255. }
  256. .days view view text{
  257. color: #fff;
  258. }
  259. .down1{
  260. background: #07B20B;
  261. color: #fff;
  262. }
  263. .up1{
  264. background: #E90001;
  265. color: #fff;
  266. }
  267. .logout{
  268. width: 100%;
  269. line-height: 88rpx;
  270. color: #666;
  271. font-size: 32rpx;
  272. text-align: center;
  273. border: 1px solid rgba(224, 224, 224, 1);
  274. border-radius: 8rpx;
  275. background: #fff;
  276. }
  277. .comment{
  278. padding: 24rpx 0;
  279. border-bottom: 1px solid rgba(245, 245, 245, 1);
  280. }
  281. .comment image{
  282. width: 32rpx;
  283. margin-right: 10rpx;
  284. position: relative;
  285. top: 5rpx;
  286. }
  287. .comment text{
  288. color: #999;
  289. font-size: 28rpx;
  290. margin-right: 40rpx;
  291. }
  292. .info{
  293. font-size: 30rpx;
  294. /* padding: 10rpx 24rpx;
  295. display: flex; */
  296. }
  297. /* .info view{
  298. color: #666;
  299. width: 85%;
  300. vertical-align: top;
  301. } */
  302. .match{
  303. padding-left: 24rpx;
  304. }
  305. .match_title{
  306. font-size: 30rpx;
  307. color: #5f5e5e;
  308. }
  309. .match_list{
  310. justify-content: space-between;
  311. border-bottom: 1px solid #F5F5F5;
  312. padding: 24rpx 0;
  313. }
  314. .match_name{
  315. font-size: 34rpx;
  316. }
  317. .match_group{
  318. font-size: 26rpx;
  319. position: absolute;
  320. right: 24rpx;
  321. }
  322. .match_date{
  323. font-size: 30rpx;
  324. padding-top: 50rpx;
  325. padding-top: 10rpx;
  326. }
  327. .match_day{
  328. font-size: 30rpx;
  329. color: #E90001;
  330. padding-top: 10rpx;
  331. }
  332. .match_money{
  333. font-size: 30rpx;
  334. padding-top: 10rpx;
  335. color: #5f5e5e;
  336. }
  337. .match_ratio{
  338. font-size: 30rpx;
  339. padding-top: 10rpx;
  340. color: #5f5e5e;
  341. }
  342. .up{
  343. font-size: 36rpx;
  344. color: #E90001 !important;
  345. margin-left: 5rpx;
  346. }
  347. .down{
  348. font-size: 36rpx;
  349. color: #07B20B !important;
  350. margin-left: 5rpx;
  351. }