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.
24 lines
375 B
24 lines
375 B
//引入全局配置
|
|
@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%;
|
|
}
|
|
}
|
|
}
|
|
|