profit-report.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. page {
  2. width: 100%;
  3. margin: 0;
  4. background: #FFFFFF;
  5. }
  6. .custom-class {
  7. width: 100% !important;
  8. }
  9. .top {
  10. position: fixed;
  11. top: 2rpx;
  12. }
  13. .title {
  14. display: flex;
  15. }
  16. .van-cell-text {
  17. margin-left: 12rpx;
  18. }
  19. .van-button {
  20. width: 100% !important;
  21. }
  22. .panel-class {
  23. margin-bottom: 20rpx;
  24. }
  25. .test {
  26. z-index: 0 !important;
  27. width: 100%;
  28. height: 600rpx;
  29. }
  30. /* .van-dropdown-menu__item {
  31. flex: 0.7 !important;
  32. } */
  33. .menu-box {
  34. width: 100%;
  35. box-sizing: border-box;
  36. padding: 0 0 0 22rpx;
  37. display: flex;
  38. align-items: center;
  39. background: white;
  40. }
  41. .title-class {
  42. width: 100% !important;
  43. }
  44. .van-ellipsis {
  45. font-size: 32rpx;
  46. }
  47. .field-class {
  48. height: 60rpx;
  49. width: 100% !important;
  50. padding: 0;
  51. display: flex;
  52. align-items: center;
  53. }
  54. .van-search--withaction {
  55. padding-right: 0;
  56. width: 488rpx !important;
  57. }
  58. .van-field__input--center {
  59. text-align: left !important;
  60. }
  61. .van-ellipsis {
  62. font-size: 30rpx !important;
  63. }
  64. .finance_block {
  65. background: #f5f5f5;
  66. margin: 2vw;
  67. width: 50vw;
  68. text-align: center;
  69. padding: 1vw;
  70. border-radius: 1vw;
  71. }
  72. /* 按钮横向排列 */
  73. .view_class {
  74. display: flex;
  75. flex-direction: row;
  76. justify-content: center;
  77. margin-top: 10rpx;
  78. margin-bottom: 10rpx;
  79. }
  80. .head {
  81. /* z-index: 1; */
  82. /* height: 384rpx; */
  83. width: 100%;
  84. /* background: #1B365D; */
  85. }
  86. .head-center {
  87. position: absolute;
  88. width: 78rpx;
  89. height: 80rpx;
  90. left: 39rpx;
  91. top: 204rpx;
  92. }
  93. .nick-name {
  94. width: 70% !important;
  95. position: absolute;
  96. width: 64rpx;
  97. height: 45rpx;
  98. left: 140rpx;
  99. top: 209rpx;
  100. font-family: 'PingFang HK';
  101. font-style: normal;
  102. font-weight: 600;
  103. font-size: 32rpx;
  104. line-height: 45rpx;
  105. color: #FFFFFF;
  106. }
  107. .head .van-ellipsis {
  108. font-weight: bolder;
  109. }
  110. .wx-avatar {
  111. overflow: hidden;
  112. display: block;
  113. width: 80rpx;
  114. height: 80rpx;
  115. border-radius: 50%;
  116. border: 1px solid #95a8cb;
  117. }
  118. .store {
  119. position: absolute;
  120. width: 364rpx;
  121. height: 34rpx;
  122. left: 140rpx;
  123. top: 254rpx;
  124. font-family: 'PingFang HK';
  125. font-style: normal;
  126. font-weight: 400;
  127. font-size: 24rpx;
  128. line-height: 34rpx;
  129. color: #95A8CB;
  130. }
  131. .func {
  132. width: 100%;
  133. height: 440rpx;
  134. /* margin-top: -100rpx; 20240808edit 刘尧 修复销售利润表显示问题*/
  135. /* background: #F8F9FD; */
  136. border-radius: 40rpx 40rpx 0 0;
  137. }
  138. .func-card-blue {
  139. width: 47%;
  140. height: 198rpx;
  141. background: linear-gradient(209.99deg, #E6F2FE 14.33%, #D7EAFF 73.85%);
  142. border-radius: 19rpx;
  143. }
  144. .func-card-purple {
  145. width: 47%;
  146. height: 198rpx;
  147. background: linear-gradient(209.99deg, #E2E8FF 14.33%, #D5DDFF 73.85%);
  148. border-radius: 19rpx;
  149. }
  150. .card-title {
  151. margin-top: 24rpx;
  152. display: flex;
  153. height: 54rpx;
  154. align-items: center;
  155. width: 100%;
  156. /* justify-content: center; */
  157. }
  158. .card-name {
  159. font-family: 'PingFang HK';
  160. font-style: normal;
  161. font-weight: 600;
  162. font-size: 32rpx;
  163. line-height: 48rpx;
  164. margin-left: 16rpx
  165. }
  166. .card-name-blue {
  167. color: #1B365D;
  168. }
  169. .card-name-purple {
  170. color: #606EB2;
  171. }
  172. .icon-arrow {
  173. width: 32rpx;
  174. height: 32rpx;
  175. border-radius: 16rpx;
  176. margin-left: 20rpx;
  177. display: flex;
  178. justify-content: center;
  179. align-items: center;
  180. }
  181. .icon-blue {
  182. background-color: #B7DBFF;
  183. }
  184. .icon-purple {
  185. background-color: #C3D0FF;
  186. }
  187. .icon-title {
  188. width: 76rpx;
  189. height: 84rpx;
  190. margin-top: 20rpx;
  191. margin-left: 20rpx
  192. }
  193. .card-bottom {
  194. margin-top: 20rpx;
  195. display: flex;
  196. justify-content: space-evenly;
  197. }
  198. .card-bottom-button {
  199. width: 40%;
  200. background: #B7DBFF;
  201. height: 80rpx;
  202. display: flex;
  203. align-items: center;
  204. justify-content: center;
  205. border-radius: 15rpx;
  206. }
  207. .card-bottom-button-font {
  208. font-family: 'PingFang HK';
  209. font-style: normal;
  210. font-weight: 500;
  211. line-height: 31px;
  212. color: #1B365D;
  213. }
  214. .card-bottom-button-blue {
  215. background: #B7DBFF;
  216. color: #1B365D;
  217. }
  218. .card-bottom-button-purple {
  219. background: #C3D0FF;
  220. color: #606EB2;
  221. }
  222. .combined-card {
  223. margin: 10px 2%;
  224. height: 430rpx;
  225. background-color: #99A8E4;
  226. border-radius: 15rpx;
  227. }
  228. .top-big-text {
  229. font-family: 'PingFang HK';
  230. font-style: normal;
  231. font-weight: 600;
  232. font-size: 32rpx;
  233. line-height: 45rpx;
  234. color: #FFFFFF;
  235. margin-left: 18rpx;
  236. }
  237. .top-small-text {
  238. font-family: 'PingFang HK';
  239. font-style: normal;
  240. font-weight: 400;
  241. font-size: 24rpx;
  242. line-height: 34rpx;
  243. color: #FFFFFF;
  244. margin-left: 12rpx;
  245. }
  246. .scroll-view {
  247. white-space: nowrap;
  248. display: flex;
  249. }
  250. .combined {
  251. background-color: #FFFFFF;
  252. border-radius: 15rpx;
  253. display: inline-block;
  254. height: 300rpx;
  255. width: 75%;
  256. margin: 0 30rpx;
  257. }
  258. .combined-name {
  259. margin-top: 12rpx;
  260. font-family: 'PingFang HK';
  261. font-style: normal;
  262. font-weight: 600;
  263. font-size: 20rpx;
  264. line-height: 28rpx;
  265. color: #1B365D;
  266. }
  267. .combined-detail {
  268. font-family: 'PingFang HK';
  269. font-style: normal;
  270. font-weight: 400;
  271. font-size: 18rpx;
  272. line-height: 25rpx;
  273. color: #CAA977;
  274. }
  275. .combined-button-view {
  276. margin-top: 15rpx;
  277. display: flex;
  278. justify-content: flex-end;
  279. }
  280. .combined-button {
  281. padding: 4rpx 17rpx 0 17rpx;
  282. margin-right: 17rpx;
  283. height: 42rpx;
  284. background: #FE4F09;
  285. border-radius: 48rpx;
  286. color: #FFFFFF;
  287. font-family: 'PingFang SC';
  288. font-style: normal;
  289. font-weight: 400;
  290. font-size: 15rpx;
  291. line-height: 21rpx;
  292. display: flex;
  293. align-items: center;
  294. }
  295. .combined-imgs-view {
  296. display: flex;
  297. align-items: center;
  298. justify-content: space-between
  299. }
  300. .sku-list {
  301. display: flex;
  302. justify-content: space-evenly;
  303. margin-bottom: 20rpx;
  304. width: 50%;
  305. }
  306. .sku-card {
  307. width: 94%;
  308. height: 495rpx;
  309. background-color: #FFFFFF;
  310. /* background-color: #1B365D; */
  311. border-radius: 15px;
  312. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  313. }
  314. .sku-name-detail-item {
  315. width: 290rpx;
  316. word-break: break-all;
  317. overflow: hidden;
  318. -webkit-line-clamp: 2;
  319. text-overflow: ellipsis;
  320. display: -webkit-box;
  321. -webkit-box-orient: vertical;
  322. }
  323. .sku-image {
  324. display: flex;
  325. justify-content: center;
  326. }
  327. .sku-name {
  328. font-family: 'PingFang HK';
  329. font-style: normal;
  330. font-weight: 500;
  331. font-size: 26rpx;
  332. line-height: 36rpx;
  333. color: #1B365D;
  334. display: flex;
  335. justify-content: center;
  336. }
  337. .sku-name-detail {
  338. font-family: 'PingFang HK';
  339. font-style: normal;
  340. font-weight: 400;
  341. font-size: 22rpx;
  342. line-height: 31rpx;
  343. color: #CAA977;
  344. display: flex;
  345. justify-content: center;
  346. }
  347. .sku-bottom {
  348. display: flex;
  349. justify-content: center;
  350. }
  351. .sku-price {
  352. line-height: 21rpx;
  353. color: #FE4F09;
  354. display: flex;
  355. width: 290rpx;
  356. line-height: 53rpx;
  357. margin-top: 30rpx;
  358. align-items: center;
  359. justify-content: space-between;
  360. }
  361. .content {
  362. text-align: justify;
  363. }
  364. .left,
  365. .right {
  366. display: inline-block;
  367. vertical-align: top;
  368. width: 50%;
  369. }
  370. .van-icon-class {
  371. width: 15%;
  372. text-align: right;
  373. padding-right: 10rpx;
  374. }
  375. .left-class {
  376. color: #0072ff;
  377. position: fixed;
  378. left: 20rpx;
  379. top: 196rpx;
  380. width: 130rpx !important;
  381. }
  382. .right-class {
  383. color: #0072ff;
  384. position: fixed;
  385. top: 88rpx;
  386. width: 18% !important;
  387. }
  388. .thumb-class {
  389. width: 85px !important;
  390. padding-right: 55px;
  391. height: 80px !important;
  392. }
  393. .van-card__thumb {
  394. padding-right: 35px;
  395. width: 50px !important;
  396. height: 50px !important;
  397. }
  398. .label-class-two {
  399. color: black !important;
  400. }
  401. .tags {
  402. display: flex;
  403. flex-wrap: wrap;
  404. align-content: stretch;
  405. width: 100%;
  406. flex-direction: row;
  407. justify-content: flex-start;
  408. background: white;
  409. align-items: center;
  410. margin-bottom: 5rpx;
  411. margin-top: 10rpx;
  412. }
  413. .box {
  414. height: 200rpx;
  415. }
  416. .price-pop-class {
  417. font-size: 13px;
  418. width: 75%;
  419. }
  420. .tag-bom-item {
  421. padding-right: 20rpx;
  422. }
  423. .tag-text {
  424. overflow: hidden !important;
  425. text-overflow: ellipsis !important;
  426. white-space: nowrap;
  427. word-wrap: break-all;
  428. width: 100%;
  429. height: 44rpx;
  430. margin-top: -10rpx;
  431. margin-bottom: -10rpx;
  432. }
  433. .van-field__label {
  434. color: #95A8CB !important;
  435. }
  436. .button-pop-cell-class {
  437. border-radius: 15rpx !important;
  438. }
  439. .button-pop-class {
  440. width: 640rpx !important;
  441. height: 88rpx !important;
  442. background: #1B365D !important;
  443. border-radius: 15rpx !important;
  444. border: none !important;
  445. }
  446. .dk-popup {
  447. background-color: transparent !important;
  448. overflow-x: hidden;
  449. }
  450. .value-class {
  451. flex: none !important;
  452. }
  453. /* 报表 */
  454. .main {
  455. padding: 38rpx 34rpx 40rpx 34rpx;
  456. }
  457. .card-view {
  458. background: #FFFFFF;
  459. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  460. border-radius: 15rpx;
  461. /* padding-bottom: 10rpx; */
  462. }
  463. .card-view2 {
  464. background: #f8f8f8;
  465. box-shadow: 0px 10px 20px rgba(225, 229, 238, 0.6);
  466. border-radius: 15rpx;
  467. /* padding-bottom: 10rpx; */
  468. }
  469. .top-card {
  470. padding: 20rpx 40rpx;
  471. height: 50rpx;
  472. line-height: 50rpx;
  473. }
  474. .top-card-title {
  475. color: red;
  476. font-weight: bold;
  477. float: left;
  478. }
  479. .top-card-icon {
  480. float: left;
  481. margin-left: 40rpx;
  482. height: 100%;
  483. display: flex;
  484. }
  485. .top-card-icon van-icon {
  486. height: 100%;
  487. }
  488. .top-card-money {
  489. float: right;
  490. /* color: #caa977; */
  491. }
  492. .top-card-percent {
  493. float: right;
  494. color: #002340;
  495. }
  496. .top-card-bottom{
  497. display: flex;
  498. }
  499. .top-card-bottom-text {
  500. font-size: 24rpx;
  501. color: #95a8cb;
  502. margin-right: 40rpx;
  503. display: flex;
  504. }
  505. .top-card-bottom-text-title{
  506. margin-right: 20rpx;
  507. }
  508. .card-view-header {
  509. display: flex;
  510. background: linear-gradient(90deg, #deeaff 0%, #FAFEFF 100%);
  511. padding: 20rpx;
  512. border-radius: 15rpx 15rpx 0px 0px;
  513. align-items: center;
  514. justify-content: space-between;
  515. }
  516. .card-view-header2 {
  517. display: flex;
  518. /* background: linear-gradient(90deg, #D9F2F8 0%, #FAFEFF 100%); */
  519. padding: 20rpx;
  520. border-radius: 15rpx 15rpx 0px 0px;
  521. align-items: center;
  522. justify-content: space-between;
  523. }
  524. .card-view-header-name {
  525. font-style: normal;
  526. font-weight: bolder;
  527. font-size: 16px;
  528. color: #1B365D;
  529. display: flex;
  530. align-items: center;
  531. }
  532. .card-view-header-name2 {
  533. font-style: normal;
  534. font-size: 16px;
  535. color: black;
  536. font-weight: bolder;
  537. display: flex;
  538. align-items: center;
  539. }
  540. .card-view-header-name3 {
  541. font-size: 14px;
  542. color: #c7c7c7;
  543. }
  544. .card-view-header-tags-tag {
  545. width: 129rpx;
  546. height: 54rpx;
  547. /* border-radius: 27rpx; */
  548. /* border: 1px solid #00A7B5; */
  549. color: #95a8cb;
  550. font-style: normal;
  551. font-weight: 400;
  552. font-size: 26rpx;
  553. display: flex;
  554. align-items: center;
  555. justify-content: center;
  556. }
  557. .card-view-header-tags2 {
  558. display: flex;
  559. }
  560. .card-view-content-data {
  561. display: flex;
  562. justify-content: space-between;
  563. padding: 24rpx 24rpx 0 24rpx;
  564. }
  565. .card-view-content-data-left>view:nth-child(1) {
  566. font-style: normal;
  567. font-weight: 600;
  568. font-size: 25px;
  569. color: #1B365D;
  570. }
  571. .card-view-content-data-left>view:nth-child(2) {
  572. font-style: normal;
  573. font-weight: 400;
  574. font-size: 14px;
  575. color: #95A8CB;
  576. margin-top: 13rpx;
  577. }
  578. .card-view-content-data-left>view:nth-child(3) {
  579. font-style: normal;
  580. font-weight: 400;
  581. font-size: 10px;
  582. color: #1B365D;
  583. display: flex;
  584. align-items: center;
  585. line-height: 40rpx;
  586. margin-top: 11rpx;
  587. }
  588. .card-view-content-data-left>view:nth-child(3)>view:nth-child(n),
  589. .card-view-content-data-left>view:nth-child(3)>view:nth-child(n)>view:nth-child(n) {
  590. display: flex;
  591. align-items: center;
  592. }
  593. .card-view-content-data-left>view:nth-child(3)>view:nth-child(2) {
  594. margin-left: 19rpx;
  595. }
  596. .card-view-content-data-left {
  597. padding: 20rpx 0;
  598. }
  599. .card-view-content-data-right {
  600. padding: 20rpx 0;
  601. display: grid;
  602. }
  603. .card-view-content-data-right>view:nth-child(1) {
  604. font-style: normal;
  605. font-weight: 400;
  606. font-size: 14px;
  607. color: #1B365D;
  608. text-align: right;
  609. }
  610. .card-view-content-data-right>view:nth-child(2) {
  611. font-style: normal;
  612. font-weight: 400;
  613. font-size: 10px;
  614. color: #95A8CB;
  615. margin-bottom: 12rpx;
  616. text-align: right;
  617. }
  618. .card-view-content-data-right>view:nth-child(3) {
  619. font-style: normal;
  620. font-weight: 400;
  621. font-size: 10px;
  622. color: #95A8CB;
  623. text-align: right;
  624. }
  625. /* 小电视 */
  626. .card-view-content-screen {
  627. display: flex;
  628. flex-flow: wrap;
  629. justify-content: space-between;
  630. padding: 0 16rpx 22rpx 16rpx;
  631. }
  632. .card-view-content-screen-item {
  633. border-radius: 15rpx;
  634. position: relative;
  635. display: grid;
  636. align-content: center;
  637. width: 32%;
  638. height: 108rpx;
  639. background: #F8F8F8;
  640. }
  641. .card-view-content-screen-item:nth-child(n+4) {
  642. margin-top: 12rpx;
  643. }
  644. .card-view-content-screen-item-absolute {
  645. color: #1B365D;
  646. background-color: #EBEEF3;
  647. font-size: 10px;
  648. line-height: 30rpx;
  649. padding: 0 10rpx 0 10rpx;
  650. border-radius: 15rpx;
  651. width: max-content;
  652. position: absolute;
  653. right: 4.3rpx;
  654. top: 4.3rpx;
  655. }
  656. .card-view-content-screen-item-important {
  657. font-weight: 600;
  658. font-size: 16px;
  659. font-family: 'PingFang SC';
  660. color: #1B365D;
  661. justify-content: center;
  662. display: flex;
  663. align-items: flex-end;
  664. }
  665. .card-view-content-screen-item-important-small {
  666. font-style: normal;
  667. font-weight: 400;
  668. font-size: 10px;
  669. font-family: 'PingFang SC';
  670. }
  671. .card-view-content-screen-item-text {
  672. font-style: normal;
  673. font-weight: 400;
  674. font-size: 10px;
  675. color: #95A8CB;
  676. text-align: center;
  677. font-family: 'PingFang SC';
  678. }
  679. /* eachrts类卡片样式 */
  680. .card-view-content-data-echarts {
  681. display: flex;
  682. justify-content: space-between;
  683. padding: 24rpx 24rpx 0 24rpx;
  684. }
  685. .card-view-content-data-echarts-data {
  686. display: flex;
  687. align-items: flex-end;
  688. width: 100%;
  689. border-bottom: 1px solid #E9F0FE;
  690. margin-bottom: 10px;
  691. }
  692. .card-view-content-data-echarts-data>view:nth-child(1) {
  693. font-family: 'PingFang HK';
  694. font-style: normal;
  695. font-weight: 600;
  696. font-size: 25px;
  697. line-height: 40px;
  698. color: #1B365D;
  699. }
  700. .card-view-content-data-echarts-data>view:nth-child(2) {
  701. font-family: 'PingFang SC';
  702. font-style: normal;
  703. font-weight: 400;
  704. font-size: 14px;
  705. line-height: 40px;
  706. color: #95A8CB;
  707. margin-left: 14rpx;
  708. }
  709. .card-view:nth-child(n+2) {
  710. margin-top: 40rpx;
  711. }
  712. .card-view:last-child::after {
  713. content: " ";
  714. margin-bottom: 40rpx;
  715. }
  716. .small-cny {
  717. font-size: 12px;
  718. }
  719. .small-small-font {
  720. font-size: 10px;
  721. line-height: 16px;
  722. }
  723. .header-icon {
  724. box-shadow: 0px 4px 8px #CBE2E7;
  725. }
  726. .btn-add-class {
  727. background: #3E69F6;
  728. border-radius: 50%;
  729. display: flex;
  730. justify-content: center;
  731. align-items: center;
  732. padding: 20rpx;
  733. box-shadow: 0px 17px 22px 0px #1B365D33;
  734. }
  735. /* .van-dropdown-menu {
  736. border-radius: 40rpx 40rpx 0rpx 0rpx !important;
  737. } */
  738. /* 瀑布流 */
  739. /* pages/test/test.wxss */