//引入全局配置 @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%; } } }