You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
375 B
25 lines
375 B
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
|
||
|
.m-line_chart {
|
||
|
position: relative;
|
||
|
margin: 0 auto;
|
||
|
width: 690rpx;
|
||
|
height: 400rpx;
|
||
|
// background-color: #eee;
|
||
|
|
||
|
.chart-wrap {
|
||
|
position: relative;
|
||
|
width: 670rpx;
|
||
|
height: 400rpx;
|
||
|
|
||
|
.chart {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|