today.wxss 7.2 KB

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