homepage.wxss 5.8 KB

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