today.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. /* pages/today/today.wxss */
  2. page{
  3. background: #F7F7F7;
  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:24rpx;
  32. background: #D94B24;
  33. }
  34. .per_top>image{
  35. width: 90rpx;
  36. height: 90rpx;
  37. position: absolute;
  38. left: 24rpx;
  39. top: 24rpx;
  40. border-radius: 100%;
  41. }
  42. .name{
  43. font-size:32rpx;
  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: 24rpx;
  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: right;
  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: 50%;
  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. }
  143. .infos{
  144. background: #FFF4F5;
  145. border-radius: 16rpx;
  146. padding-top: 24rpx;
  147. }
  148. .bottom{
  149. line-height: 92rpx;
  150. padding: 0 24rpx;
  151. border-radius: 0px 0px 8px 8px;
  152. margin-top: 20rpx;
  153. font-size: 28rpx;
  154. background: linear-gradient(124deg, #FEEAEC 0%, #FFAEAF 100%);
  155. }
  156. .bottom text{
  157. font-size: 36rpx;
  158. margin-right: 30rpx;
  159. font-weight: 500;
  160. }
  161. .legend{
  162. position: absolute;
  163. right: 30rpx;
  164. top: 0;
  165. z-index: 999999;
  166. }
  167. .legend view{
  168. width: 230rpx;
  169. line-height: 64rpx;
  170. background: #F7F7F7;
  171. border-radius: 8rpx;
  172. text-align: center;
  173. font-size: 28rpx;
  174. margin-bottom: 10rpx;
  175. }
  176. .imgs,.content{
  177. margin-bottom: 20rpx;
  178. background: #fff;
  179. padding: 30rpx;
  180. position: relative;
  181. }
  182. .img{
  183. display: inline-block;
  184. width: 224rpx;
  185. height: 224rpx;
  186. border-radius: 8rpx;
  187. margin-right: 8rpx;
  188. margin-bottom: 8rpx;
  189. }
  190. .title{
  191. font-weight: 500;
  192. font-size: 32rpx;
  193. margin-bottom: 24rpx;
  194. }
  195. .content{
  196. font-size: 30rpx;
  197. margin-bottom: 24rpx;
  198. line-height: 48rpx;
  199. }
  200. .days_stock{
  201. background: #fff;
  202. padding: 30rpx;
  203. }
  204. .look_all{
  205. display: flex;
  206. align-items: center;
  207. justify-content: center;
  208. background-color: #E90001;
  209. height: 88rpx;
  210. color: #fff;
  211. }
  212. .stock{
  213. border-bottom: 1px solid #f5f5f5;
  214. padding-bottom: 30rpx;
  215. margin-bottom: 30rpx;
  216. }
  217. .stock .info{
  218. padding: 10rpx 0;
  219. }
  220. .stock .imgs{
  221. padding: 30rpx 0 0;
  222. margin: 0;
  223. }
  224. .title navigator{
  225. float: right;
  226. color: #999;
  227. font-size: 28rpx;
  228. }
  229. .title image{
  230. width: 32rpx;
  231. position: relative;
  232. top: 7rpx;
  233. }
  234. .month{
  235. text-align: right;
  236. position: absolute;
  237. right: 30rpx;
  238. top: 30rpx;
  239. }
  240. .month>image{
  241. height: 40rpx;
  242. display: inline-block;
  243. vertical-align: middle;
  244. }
  245. picker{
  246. display: inline-block;
  247. vertical-align: middle;
  248. margin: 0 20rpx;
  249. }
  250. .date-picker{
  251. font-size: 36rpx;
  252. font-weight: 500;
  253. }
  254. .date-picker image{
  255. height: 24rpx;
  256. }
  257. .day{
  258. display: flex;
  259. justify-content: space-between;
  260. padding: 10rpx;
  261. background: #f5f5f5;
  262. margin: 20rpx 0;
  263. }
  264. .day text{
  265. color: #999;
  266. width: 14%;
  267. text-align: center;
  268. }
  269. .days{
  270. display: flex;
  271. flex-wrap: wrap;
  272. /* justify-content: space-between; */
  273. }
  274. .days view{
  275. width: 14%;
  276. text-align: center;
  277. font-weight: 500;
  278. height: 96rpx;
  279. /* margin-bottom: 10rpx; */
  280. }
  281. .days text{
  282. display: block;
  283. color: #666;
  284. font-size: 20rpx;
  285. position: relative;
  286. top: -5rpx;
  287. font-weight: 400;
  288. }
  289. .days view view{
  290. width: 100% !important;
  291. }
  292. .days view view text{
  293. color: #fff;
  294. }
  295. .down1{
  296. background: #07B20B;
  297. color: #fff;
  298. }
  299. .up1{
  300. background: #E90001;
  301. color: #fff;
  302. }
  303. .tab{
  304. background: #fff;
  305. }
  306. .tab view{
  307. line-height: 90rpx;
  308. text-align: center;
  309. /* width: 50%; */
  310. display: inline-block;
  311. font-size: 30rpx;
  312. position: relative;
  313. padding: 0 30rpx;
  314. }
  315. .tab .act{
  316. font-weight: bold;
  317. }
  318. .act text{
  319. position: absolute;
  320. width: 64rpx;
  321. height: 6rpx;
  322. bottom: 0;
  323. left: 0;
  324. right: 0;
  325. margin: auto;
  326. background: rgba(217, 75, 36, 1);
  327. border-radius: 40rpx;
  328. }
  329. .list{
  330. position: relative;
  331. padding-left: 80rpx;
  332. margin-bottom: 24rpx;
  333. }
  334. .list>image{
  335. width: 64rpx;
  336. height: 64rpx;
  337. position: absolute;
  338. left: 0;
  339. top: 0;
  340. border-radius: 100%;
  341. }
  342. ._content,._name{
  343. font-size: 30rpx;
  344. line-height: 48rpx;
  345. }
  346. .answer{
  347. background: rgba(247, 247, 247, 1);
  348. padding: 20rpx;
  349. color: #666;
  350. margin: 20rpx 0;
  351. font-size: 28rpx;
  352. line-height: 36rpx;
  353. }
  354. .answer text{
  355. color: #2383e5;
  356. }
  357. .addr{
  358. position: relative;
  359. padding-bottom: 16px;
  360. border-bottom: 1px solid rgba(245, 245, 245, 1);
  361. }
  362. .addr text{
  363. font-size: 28rpx;
  364. margin-right: 24rpx;
  365. color: #666666;
  366. }
  367. .addr image{
  368. width: 34rpx;
  369. position: absolute;
  370. right: 0;
  371. top: 12rpx;
  372. }
  373. .post{
  374. position: fixed;
  375. padding: 24rpx 30rpx 80rpx;
  376. bottom: 0;
  377. left: 0;
  378. background: #fff;
  379. z-index: 9;
  380. border-top: 1px solid rgba(245, 245, 245, 1);
  381. display: flex;
  382. justify-content: space-between;
  383. width: 100%;
  384. }
  385. .post input{
  386. width: 65%;
  387. height: 64rpx;
  388. border: 1px solid rgba(224, 224, 224, 1);
  389. border-radius: 9rpx;
  390. font-size: 30rpx;
  391. color: #CBCBCB;
  392. padding: 0 16rpx;
  393. }
  394. .post button:not([size='mini']){
  395. height: 64rpx;
  396. width: 124rpx !important;
  397. background: #D94B24;
  398. border-radius: 8rpx;
  399. line-height: 64rpx;
  400. font-size: 30rpx;
  401. color: #fff;
  402. padding: 0;
  403. font-weight: 400;
  404. margin: 0;
  405. }
  406. .post image{
  407. width: 48rpx;
  408. position: relative;
  409. top: 10rpx;
  410. }