| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @import "../shipmentAnalysis/index.scss";
- .tabs {
- display: flex;
- margin-bottom: 0;
- .tab {
- line-height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #999999;
- margin-right: 40rpx;
- }
- .active {
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #1965E8;
- }
- }
- .item {
- position: relative;
- .but {
- display: flex;
- align-items: center;
- position: absolute;
- bottom: 20rpx;
- right: 20rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 20rpx;
- line-height: 20rpx;
- color: #3874F6;
- .iconfont {
- color: #333333;
- transform: scaleX(-1);
- font-size: 26rpx;
- }
- }
- }
- .chart {
- height: 700rpx;
- width: 100%;
- ec-canvas {
- width: 100%;
- height: 100%;
- }
- }
|