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.
27 lines
410 B
27 lines
410 B
.line-chart {
|
|
width: 100%;
|
|
height:605rpx;
|
|
background: #fff;
|
|
}
|
|
.line-chart-content {
|
|
width: 100%;
|
|
height:calc(605rpx - 60rpx);
|
|
}
|
|
.slider-tip {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
display: flex;
|
|
}
|
|
.slider-tip .move-sword {
|
|
width: 46rpx;
|
|
height: 44rpx;
|
|
margin: 0 5rpx 0 30rpx;
|
|
}
|
|
.slider-tip .move-sword image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.slider-tip .tip {
|
|
color: #bbb;
|
|
font-size: 24rpx;
|
|
}
|