123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .whole-page {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- }
- .no-data {
- width: 400rpx;
- height: 500rpx;
- margin: 300rpx auto;
- }
- .no-data-img {
- width: 400rpx;
- height: 400rpx;
- margin: auto;
- background-image: url('https://mall.zhaijieshi.cc/file/wx-jms/ss.png');
- background-repeat: no-repeat;
- background-size: contain;
- }
- .tip {
- text-align: center;
- color: #cecece;
- }
- .data-container {
- height: 100vh;
- background-color: #f5f5f5;
- padding: 10rpx 30rpx;
- }
- .week-report {
- display: flex;
- justify-content: space-between;
- padding: 20rpx 30rpx;
- background-color: #f5f5f5;
- }
- .week-report .l {
- color: #000;
- font-weight: bold;
- }
- .week-report .r {
- color: #000;
- font-weight: bold;
- }
- .week-report .r .r-border {
- display: inline-block;
- width: 0;
- height: 0;
- border-left: 12rpx solid transparent;
- border-right: 12rpx solid transparent;
- border-top: 12rpx solid #C0EAFF;
- position: relative;
- top: -5rpx;
- margin-left: 10rpx;
- }
- .report-data {
- background-color: #fff;
- border-radius: 20rpx;
- height: 820rpx;
- padding: 40rpx 30rpx;
- /* margin-top: 30rpx; */
- }
- .report-first {
- margin-bottom: 30rpx;
- }
- .report-first .top {
- display: flex;
- border-top: 3rpx solid #cecece;
- border-bottom: 3rpx solid #cecece;
- height: 100rpx;
- }
- .report-first .top1 {
- display: flex;
- border-bottom: 3rpx solid #cecece;
- border-top: 3rpx solid transparent;
- height: 50rpx !important;
- }
- .top .title {
- text-align: center;
- font-size: 26rpx;
- font-weight: bold;
- width: 200rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .top .title1 {
- flex: 1;
- border-right: 3rpx solid #cecece;
- border-left: 3rpx solid #cecece;
- }
- .top .title .t {
- font-size: 26rpx;
- font-weight: bold;
- }
- .top .title .b {
- font-size: 22rpx;
- font-weight: 400;
- }
- .total{
- color: #1BB3FF;
- font-size: 28rpx;
- display: flex;
- justify-content: space-between;
- }
- .total view{
- font-weight: bold;
- }
- .time-select{
- width: 600rpx;
- height: 500rpx;
- z-index: 999;
- position: absolute;
- top: 260rpx;
- left: calc(50vw - 300rpx);
- border-radius: 36rpx;
-
- }
- .van-picker {
- border-radius: 26rpx;
- }
|