today.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. /* pages/today/today.wxss */
  2. page{
  3. background: #fff;
  4. padding-bottom: 180rpx;
  5. }
  6. .page_top{
  7. background: #fff;
  8. margin-bottom: 20rpx;
  9. position: relative;
  10. }
  11. .container {
  12. position: relative;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. justify-content: space-between;
  17. box-sizing: border-box;
  18. height: 50vh;
  19. background: #fff;
  20. z-index: 9;
  21. margin-top: 40rpx;
  22. }
  23. ec-canvas {
  24. width: 100%;
  25. height: 100%;
  26. position: relative;
  27. z-index: 99;
  28. }
  29. .per_top{
  30. height: 138rpx;
  31. position: relative;
  32. padding:20rpx;
  33. background: #ff0f03;
  34. }
  35. .per_top>image{
  36. width: 90rpx;
  37. height: 90rpx;
  38. position: absolute;
  39. left: 20rpx;
  40. top: 20rpx;
  41. border-radius: 100%;
  42. }
  43. .name{
  44. font-size:30rpx;
  45. font-weight: 500;
  46. margin-left: 110rpx;
  47. color: #fff;
  48. }
  49. .fans{
  50. color: rgba(255, 255, 255, 0.75);
  51. font-size: 28rpx;
  52. margin-top: 10rpx;
  53. }
  54. .fans text{
  55. color: #FFF;
  56. font-weight: bold;
  57. margin-right: 10rpx;
  58. }
  59. .per_top>navigator{
  60. color: #fff;
  61. font-size: 28rpx;
  62. position: absolute;
  63. right: 24rpx;
  64. top: 32rpx;
  65. border: 1px solid #fff;
  66. border-radius: 8rpx;
  67. padding: 5rpx 8rpx;
  68. }
  69. .per_info{
  70. padding: 20rpx;
  71. position: relative;
  72. background: #fff;
  73. }
  74. .today_income{
  75. color: #D43030;
  76. font-size: 40rpx;
  77. font-weight: bold;
  78. margin-bottom: 10rpx;
  79. }
  80. .today_income text{
  81. font-weight: 400;
  82. font-size: 28rpx;
  83. }
  84. .label{
  85. color: #999;
  86. font-size: 28rpx;
  87. }
  88. .rank{
  89. position: absolute;
  90. height: 80rpx;
  91. color: #FFE7C7;
  92. background: linear-gradient(270deg, rgba(230, 170, 88, 1) 0%, rgba(230, 170, 88, 0.7) 100%);
  93. right: 0;
  94. top: 24rpx;
  95. padding: 0 15rpx 0 90rpx;
  96. border-radius: 72rpx 0 0 72rpx;
  97. overflow: hidden;
  98. font-size: 24rpx;
  99. text-align: center;
  100. }
  101. .jp{
  102. width: 72rpx;
  103. height: 72rpx;
  104. position: absolute;
  105. left: 4rpx;
  106. top: 0;
  107. bottom: 0;
  108. margin: auto;
  109. border-radius: 100%;
  110. background: #fff;
  111. }
  112. .rank image{
  113. width: 52rpx;
  114. height: 52rpx;
  115. position: absolute;
  116. top: 0;
  117. bottom: 0;
  118. left: 0;
  119. right: 0;
  120. margin: auto;
  121. }
  122. .rank .num{
  123. color: #fff;
  124. font-size: 32rpx;
  125. height: 40rpx;
  126. }
  127. .data{
  128. width: 50%;
  129. display: inline-flex;
  130. flex-wrap: wrap;
  131. margin-top: 40rpx;
  132. }
  133. .data text{
  134. font-size: 28rpx;
  135. width: 55%;
  136. line-height: 48rpx;
  137. text-align: right;
  138. font-weight: 500;
  139. }
  140. .data .label{
  141. text-align: left;
  142. font-weight: 400;
  143. width: 45%
  144. }
  145. .infos{
  146. background: #FFF4F5;
  147. border-radius: 16rpx;
  148. padding-top: 24rpx;
  149. }
  150. .bottom{
  151. line-height: 92rpx;
  152. padding: 0 24rpx;
  153. border-radius: 0px 0px 8px 8px;
  154. margin-top: 20rpx;
  155. font-size: 28rpx;
  156. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  157. }
  158. .bottom text{
  159. font-size: 36rpx;
  160. margin-right: 30rpx;
  161. font-weight: 500;
  162. }
  163. .legend{
  164. position: absolute;
  165. right: 30rpx;
  166. top: 0;
  167. z-index: 999999;
  168. }
  169. .legend view{
  170. width: 230rpx;
  171. line-height: 64rpx;
  172. background: #F7F7F7;
  173. border-radius: 8rpx;
  174. text-align: center;
  175. font-size: 28rpx;
  176. margin-bottom: 10rpx;
  177. }
  178. .imgs,.content{
  179. margin-bottom: 20rpx;
  180. background: #fff;
  181. padding: 30rpx;
  182. position: relative;
  183. }
  184. .img{
  185. display: inline-block;
  186. width: 224rpx;
  187. height: 224rpx;
  188. border-radius: 8rpx;
  189. margin-right: 8rpx;
  190. margin-bottom: 8rpx;
  191. }
  192. .title{
  193. font-weight: 500;
  194. font-size: 30rpx;
  195. margin-top: 20rpx;
  196. margin-left: 20rpx;
  197. }
  198. .content{
  199. font-size: 30rpx;
  200. font-weight: 500;
  201. }
  202. .days_stock{
  203. background: #fff;
  204. padding: 30rpx;
  205. }
  206. .look_all{
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. background-color: #E90001;
  211. height: 88rpx;
  212. color: #fff;
  213. }
  214. .stock{
  215. border-bottom: 1px solid #f5f5f5;
  216. padding-bottom: 30rpx;
  217. margin-bottom: 30rpx;
  218. }
  219. .stock .info{
  220. padding: 10rpx 0;
  221. }
  222. .stock .imgs{
  223. padding: 30rpx 0 0;
  224. margin: 0;
  225. }
  226. .title navigator{
  227. float: right;
  228. color: #999;
  229. font-size: 28rpx;
  230. }
  231. .title image{
  232. width: 32rpx;
  233. position: relative;
  234. top: 7rpx;
  235. }
  236. .month{
  237. text-align: right;
  238. position: absolute;
  239. right: 30rpx;
  240. top: 30rpx;
  241. }
  242. .month>image{
  243. height: 40rpx;
  244. display: inline-block;
  245. vertical-align: middle;
  246. }
  247. picker{
  248. display: inline-block;
  249. vertical-align: middle;
  250. margin: 0 20rpx;
  251. }
  252. .date-picker{
  253. font-size: 36rpx;
  254. font-weight: 500;
  255. }
  256. .date-picker image{
  257. height: 24rpx;
  258. }
  259. .day{
  260. display: flex;
  261. justify-content: space-between;
  262. padding: 10rpx;
  263. background: #f5f5f5;
  264. margin: 20rpx 0;
  265. }
  266. .day text{
  267. color: #999;
  268. width: 14%;
  269. text-align: center;
  270. }
  271. .days{
  272. display: flex;
  273. flex-wrap: wrap;
  274. /* justify-content: space-between; */
  275. }
  276. .days view{
  277. width: 14%;
  278. text-align: center;
  279. font-weight: 500;
  280. height: 96rpx;
  281. /* margin-bottom: 10rpx; */
  282. }
  283. .days text{
  284. display: block;
  285. color: #666;
  286. font-size: 20rpx;
  287. position: relative;
  288. top: -5rpx;
  289. font-weight: 400;
  290. }
  291. .days view view{
  292. width: 100% !important;
  293. }
  294. .days view view text{
  295. color: #fff;
  296. }
  297. .down1{
  298. background: #07B20B;
  299. color: #fff;
  300. }
  301. .up1{
  302. background: #E90001;
  303. color: #fff;
  304. }
  305. .tab{
  306. background: #fff;
  307. }
  308. .tab view{
  309. line-height: 90rpx;
  310. text-align: center;
  311. /* width: 50%; */
  312. display: inline-block;
  313. font-size: 30rpx;
  314. position: relative;
  315. padding: 0 30rpx;
  316. }
  317. .tab .act{
  318. font-weight: bold;
  319. }
  320. .act text{
  321. position: absolute;
  322. width: 64rpx;
  323. height: 6rpx;
  324. bottom: 0;
  325. left: 0;
  326. right: 0;
  327. margin: auto;
  328. background: rgba(217, 75, 36, 1);
  329. border-radius: 40rpx;
  330. }
  331. .list{
  332. position: relative;
  333. padding-left: 80rpx;
  334. margin-bottom: 24rpx;
  335. }
  336. .list>image{
  337. width: 64rpx;
  338. height: 64rpx;
  339. position: absolute;
  340. left: 0;
  341. top: 0;
  342. border-radius: 100%;
  343. }
  344. ._content,._name{
  345. font-size: 30rpx;
  346. line-height: 48rpx;
  347. }
  348. .answer{
  349. background: rgba(247, 247, 247, 1);
  350. padding: 20rpx;
  351. color: #666;
  352. margin: 20rpx 0;
  353. font-size: 28rpx;
  354. line-height: 36rpx;
  355. }
  356. .answer view{
  357. line-height: 48rpx;
  358. }
  359. .answer text{
  360. color: #2383e5;
  361. }
  362. .addr{
  363. position: relative;
  364. padding-bottom: 16px;
  365. border-bottom: 1px solid rgba(245, 245, 245, 1);
  366. }
  367. .addr text{
  368. font-size: 28rpx;
  369. margin-right: 24rpx;
  370. color: #666666;
  371. }
  372. .addr image{
  373. width: 34rpx;
  374. position: absolute;
  375. right: 0;
  376. top: 12rpx;
  377. }
  378. .addr .del{
  379. right: 50rpx;
  380. width: 50rpx;
  381. top: 0;
  382. }
  383. .post{
  384. position: fixed;
  385. padding: 24rpx 30rpx 50rpx;
  386. bottom: 0;
  387. left: 0;
  388. background: #fff;
  389. z-index: 9;
  390. border-top: 1px solid rgba(245, 245, 245, 1);
  391. display: flex;
  392. justify-content: space-between;
  393. width: 100%;
  394. }
  395. .post input{
  396. width: 65%;
  397. height: 64rpx;
  398. border: 1px solid rgba(224, 224, 224, 1);
  399. border-radius: 9rpx;
  400. font-size: 30rpx;
  401. color: #666;
  402. padding: 0 16rpx;
  403. margin-bottom: 24rpx;
  404. }
  405. .post button:not([size='mini']){
  406. height: 64rpx;
  407. width: 124rpx !important;
  408. background: #D94B24;
  409. border-radius: 8rpx;
  410. line-height: 64rpx;
  411. font-size: 30rpx;
  412. color: #fff;
  413. padding: 0;
  414. font-weight: 400;
  415. margin: 0;
  416. }
  417. .post image{
  418. width: 48rpx;
  419. position: relative;
  420. top: 10rpx;
  421. }
  422. .zan{
  423. animation: good .5s;
  424. }
  425. .des{
  426. color: #b1b1b1;
  427. font-size: 24rpx;
  428. }
  429. .quxian{
  430. position: relative;
  431. height: 50rpx;
  432. }
  433. .quxian_title{
  434. font-weight: 500;
  435. font-size: 30rpx;
  436. padding-left: 20rpx;
  437. }
  438. .match_info{
  439. font-size: 26rpx;
  440. position: absolute;
  441. right: 10rpx;
  442. top: 10rpx;
  443. text-decoration: underline;
  444. color: rgb(128, 128, 128);
  445. }
  446. .more{
  447. width: 32rpx;
  448. position: relative;
  449. top: 10rpx;
  450. }
  451. .calendar{
  452. font-size: 24rpx;
  453. color: #999;
  454. text-align: center;
  455. }
  456. @keyframes good
  457. {
  458. 0% {
  459. transform: scale(1,1);
  460. }
  461. 50% {
  462. transform: scale(2,2);
  463. }
  464. 100% {
  465. transform: scale(1,1);
  466. }
  467. }
  468. .totay_title{
  469. text-align: right;
  470. position: absolute;
  471. top: -49rpx;
  472. right: 0;
  473. padding-right: 10rpx;
  474. }
  475. .totay_title text{
  476. display: inline-block;
  477. font-size: 12px;
  478. /* color: #999; */
  479. /* padding-right: 15rpx; */
  480. /* width: 47%; */
  481. }
  482. .totay_title_1{
  483. /* margin-bottom: 3px; */
  484. }
  485. .totay_title_1 text{
  486. font-size: 20rpx;
  487. padding-left: 4rpx;
  488. }
  489. .totay_title_item{
  490. height: 10px;
  491. margin-bottom: 10px;
  492. }
  493. .totay_title_item text{
  494. width: 70rpx;
  495. text-align: left;
  496. /* margin-bottom: 7rpx; */
  497. /* border: 1px solid red; */
  498. /* line-height: 20px; */
  499. }