fraWeekReport.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .whole-page {
  2. width: 100vw;
  3. height: 100vh;
  4. overflow: hidden;
  5. }
  6. .no-data {
  7. width: 400rpx;
  8. height: 500rpx;
  9. margin: 300rpx auto;
  10. }
  11. .no-data-img {
  12. width: 400rpx;
  13. height: 400rpx;
  14. margin: auto;
  15. background-image: url('https://mall.zhaijieshi.cc/file/wx-jms/ss.png');
  16. background-repeat: no-repeat;
  17. background-size: contain;
  18. }
  19. .tip {
  20. text-align: center;
  21. color: #cecece;
  22. }
  23. .data-container {
  24. height: 100vh;
  25. background-color: #f5f5f5;
  26. padding: 10rpx 30rpx;
  27. }
  28. .week-report {
  29. display: flex;
  30. justify-content: space-between;
  31. padding: 20rpx 30rpx;
  32. background-color: #f5f5f5;
  33. }
  34. .week-report .l {
  35. color: #000;
  36. font-weight: bold;
  37. }
  38. .week-report .r {
  39. color: #000;
  40. font-weight: bold;
  41. }
  42. .week-report .r .r-border {
  43. display: inline-block;
  44. width: 0;
  45. height: 0;
  46. border-left: 12rpx solid transparent;
  47. border-right: 12rpx solid transparent;
  48. border-top: 12rpx solid #C0EAFF;
  49. position: relative;
  50. top: -5rpx;
  51. margin-left: 10rpx;
  52. }
  53. .report-data {
  54. background-color: #fff;
  55. border-radius: 20rpx;
  56. height: 860rpx;
  57. padding: 40rpx 30rpx;
  58. /* margin-top: 30rpx; */
  59. }
  60. .report-first {
  61. margin-bottom: 30rpx;
  62. }
  63. .report-first .top {
  64. display: flex;
  65. border-top: 3rpx solid #cecece;
  66. border-bottom: 3rpx solid #cecece;
  67. height: 100rpx;
  68. }
  69. .report-first .top1 {
  70. display: flex;
  71. border-bottom: 3rpx solid #cecece;
  72. border-top: 3rpx solid transparent;
  73. height: 50rpx !important;
  74. }
  75. .top .title {
  76. text-align: center;
  77. font-size: 26rpx;
  78. font-weight: bold;
  79. width: 200rpx;
  80. display: flex;
  81. flex-direction: column;
  82. justify-content: center;
  83. }
  84. .top .title1 {
  85. flex: 1;
  86. border-right: 3rpx solid #cecece;
  87. border-left: 3rpx solid #cecece;
  88. }
  89. .top .title .t {
  90. font-size: 26rpx;
  91. font-weight: bold;
  92. }
  93. .top .title .b {
  94. font-size: 22rpx;
  95. font-weight: 400;
  96. }
  97. .total{
  98. color: #1BB3FF;
  99. font-size: 28rpx;
  100. display: flex;
  101. justify-content: space-between;
  102. }
  103. .total view{
  104. font-weight: bold;
  105. }
  106. .time-select{
  107. width: 600rpx;
  108. height: 500rpx;
  109. z-index: 999;
  110. position: absolute;
  111. top: 260rpx;
  112. left: calc(50vw - 300rpx);
  113. border-radius: 36rpx;
  114. }
  115. .van-picker {
  116. border-radius: 26rpx;
  117. }