35 lines
512 B
Plaintext
35 lines
512 B
Plaintext
.chart-box {
|
|
width:100%;
|
|
height:500rpx;
|
|
position: absolute;
|
|
top: 78rpx;
|
|
bottom: 0;
|
|
left: -20rpx;
|
|
right: 0;
|
|
}
|
|
.chart-box2 {
|
|
width:100%;
|
|
height:500rpx;
|
|
position: absolute;
|
|
top: 498rpx;
|
|
left: -20rpx;
|
|
right: 0;
|
|
}
|
|
.chart_title{
|
|
margin-top: 18rpx;
|
|
margin-left: 25rpx;
|
|
color: orange;
|
|
}
|
|
.chart-title2{
|
|
margin-top: 50rpx;
|
|
margin-left: 25rpx;
|
|
color: orange;
|
|
}
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tabs_crevice {
|
|
height: 30rpx;
|
|
}
|