matchdetail.wxss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. /* pages/matchdetail/matchdetail.wxss */
  2. /* pages/today/today.wxss */
  3. page{
  4. background: #fff;
  5. }
  6. .page_top{
  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: 20rpx;
  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. .infos{
  104. background: #FFF4F5;
  105. border-radius: 16rpx;
  106. padding-top: 24rpx;
  107. }
  108. .bottom{
  109. line-height: 92rpx;
  110. padding: 0 24rpx;
  111. border-radius: 0px 0px 8px 8px;
  112. margin-top: 20rpx;
  113. font-size: 28rpx;
  114. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  115. }
  116. .bottom text{
  117. font-size: 36rpx;
  118. margin-right: 30rpx;
  119. font-weight: 500;
  120. }
  121. .legend{
  122. position: absolute;
  123. right: 30rpx;
  124. top: 0;
  125. z-index: 999999;
  126. }
  127. .legend view{
  128. width: 230rpx;
  129. line-height: 64rpx;
  130. background: #F7F7F7;
  131. border-radius: 8rpx;
  132. text-align: center;
  133. font-size: 28rpx;
  134. margin-bottom: 10rpx;
  135. }
  136. .imgs,.content{
  137. margin-bottom: 20rpx;
  138. background: #fff;
  139. padding: 15rpx;
  140. position: relative;
  141. }
  142. .img{
  143. display: inline-block;
  144. width: 224rpx;
  145. height: 224rpx;
  146. border-radius: 8rpx;
  147. margin-right: 8rpx;
  148. margin-bottom: 8rpx;
  149. }
  150. .title{
  151. font-weight: 500;
  152. font-size: 30rpx;
  153. margin-top: 20rpx;
  154. margin-left: 20rpx;
  155. }
  156. .content{
  157. font-size: 30rpx;
  158. font-weight: 500;
  159. }
  160. .days_stock{
  161. background: #fff;
  162. padding: 30rpx;
  163. }
  164. .look_all{
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. background-color: #E90001;
  169. height: 88rpx;
  170. color: #fff;
  171. }
  172. .stock{
  173. border-bottom: 1px solid #f5f5f5;
  174. padding-bottom: 30rpx;
  175. margin-bottom: 30rpx;
  176. }
  177. .stock .info{
  178. padding: 10rpx 0;
  179. }
  180. .stock .imgs{
  181. padding: 30rpx 0 0;
  182. margin: 0;
  183. }
  184. .title navigator{
  185. float: right;
  186. color: #999;
  187. font-size: 28rpx;
  188. }
  189. .title image{
  190. width: 32rpx;
  191. position: relative;
  192. top: 7rpx;
  193. }
  194. .month{
  195. text-align: right;
  196. position: absolute;
  197. right: 30rpx;
  198. top: 30rpx;
  199. }
  200. .month>image{
  201. height: 40rpx;
  202. display: inline-block;
  203. vertical-align: middle;
  204. }
  205. picker{
  206. display: inline-block;
  207. vertical-align: middle;
  208. margin: 0 20rpx;
  209. }
  210. .date-picker{
  211. font-size: 36rpx;
  212. font-weight: 500;
  213. }
  214. .date-picker image{
  215. height: 24rpx;
  216. }
  217. .day{
  218. display: flex;
  219. justify-content: space-between;
  220. padding: 10rpx;
  221. background: #f5f5f5;
  222. margin: 20rpx 0;
  223. }
  224. .day text{
  225. color: #999;
  226. width: 14%;
  227. text-align: center;
  228. }
  229. .days{
  230. display: flex;
  231. flex-wrap: wrap;
  232. /* justify-content: space-between; */
  233. }
  234. .days view{
  235. width: 14%;
  236. text-align: center;
  237. font-weight: 500;
  238. height: 96rpx;
  239. /* margin-bottom: 10rpx; */
  240. }
  241. .days text{
  242. display: block;
  243. color: #666;
  244. font-size: 20rpx;
  245. position: relative;
  246. top: -5rpx;
  247. font-weight: 400;
  248. }
  249. .days view view{
  250. width: 100% !important;
  251. }
  252. .days view view text{
  253. color: #fff;
  254. }
  255. .down1{
  256. background: #07B20B;
  257. color: #fff;
  258. }
  259. .up1{
  260. background: #E90001;
  261. color: #fff;
  262. }
  263. .logout{
  264. width: 100%;
  265. line-height: 88rpx;
  266. color: #666;
  267. font-size: 32rpx;
  268. text-align: center;
  269. border: 1px solid rgba(224, 224, 224, 1);
  270. border-radius: 8rpx;
  271. background: #fff;
  272. }
  273. .comment{
  274. padding: 24rpx 0;
  275. border-bottom: 1px solid rgba(245, 245, 245, 1);
  276. }
  277. .comment image{
  278. width: 32rpx;
  279. margin-right: 10rpx;
  280. position: relative;
  281. top: 5rpx;
  282. }
  283. .comment text{
  284. color: #999;
  285. font-size: 28rpx;
  286. margin-right: 40rpx;
  287. }
  288. .info{
  289. font-size: 32rpx;
  290. font-weight: 500;
  291. margin-top: 20rpx;
  292. /* padding: 10rpx 24rpx;
  293. display: flex; */
  294. }
  295. /* .info view{
  296. color: #666;
  297. width: 85%;
  298. vertical-align: top;
  299. } */
  300. .match_ratio{
  301. font-size: 30rpx;
  302. padding-top: 10rpx;
  303. }
  304. .head{
  305. background-color: #D94B24;
  306. height: 360rpx;
  307. }
  308. .head_loss{
  309. background-color: #07B20B;
  310. height: 360rpx;
  311. }
  312. .head view{
  313. color: #fff;
  314. text-align: center;
  315. /* font-size: 28rpx; */
  316. }
  317. .head_loss view{
  318. color: #fff;
  319. text-align: center;
  320. /* font-size: 28rpx; */
  321. }
  322. .head_title{
  323. font-size: 38rpx;
  324. padding-top: 30rpx;
  325. }
  326. .head_bsyk{
  327. font-size: 26rpx;
  328. padding-top: 40rpx;
  329. }
  330. .head_money{
  331. font-size: 58rpx;
  332. padding-top: 5rpx;
  333. }
  334. .head_ratio{
  335. font-size: 30rpx;
  336. padding-top: 50rpx;
  337. }
  338. .relist{
  339. position: relative;
  340. padding-left: 80rpx;
  341. margin-bottom: 24rpx;
  342. }
  343. .relist image{
  344. width: 90rpx;
  345. height: 90rpx;
  346. position: absolute;
  347. left: 0;
  348. border-radius: 100%;
  349. }
  350. .experience{
  351. font-size: 32rpx;
  352. margin-top: 20rpx;
  353. }
  354. .msg .name{
  355. font-size: 32rpx;
  356. color: #333;
  357. margin-left: 30rpx;
  358. }
  359. .msg .date{
  360. font-size: 28rpx;
  361. color: #333;
  362. margin-left: 30rpx;
  363. }
  364. .item_money{
  365. font-size: 33rpx;
  366. }
  367. .item_money_title{
  368. font-size: 30rpx;
  369. }
  370. .recomment{
  371. padding: 24rpx 0;
  372. border-bottom: 1px solid rgba(245, 245, 245, 1);
  373. }
  374. .recomment image{
  375. width: 32rpx;
  376. margin-right: 10rpx;
  377. position: relative;
  378. top: 5rpx;
  379. }
  380. .recomment text{
  381. color: #999;
  382. font-size: 28rpx;
  383. margin-right: 40rpx;
  384. }
  385. .week_view{
  386. padding-top: 50rpx;
  387. padding-left: 20rpx;
  388. padding-bottom: 50rpx;
  389. font-size: 24rpx;
  390. }
  391. .yk{
  392. display: flex;
  393. justify-content: space-between;
  394. font-size: 24rpx;
  395. }
  396. .week_name{
  397. width: 15%;
  398. padding: 12px 0;
  399. font-size: 26rpx;
  400. }
  401. .week_total{
  402. width: 15%;
  403. text-align: center;
  404. padding: 10rpx 0;
  405. }
  406. .week_incom{
  407. width: 70%;
  408. display: flex;
  409. font-size: 26rpx;
  410. }
  411. .week_incom>view{
  412. padding: 10rpx 0;
  413. width: 100rpx;
  414. text-align: center;
  415. /* border: 1px solid red; */
  416. }
  417. .week_incom text{
  418. display: block;
  419. color: #fff;
  420. }
  421. .week_incom .down{
  422. background-color: #07B20B;
  423. color: #fff !important;
  424. }
  425. .week_incom .up{
  426. background-color: #E90001;
  427. color: #fff !important;
  428. }
  429. .week_incom .none{
  430. background-color: #a3a3a3;
  431. /* color: #fff !important; */
  432. }