mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-27 13:20:18 +00:00
14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
.chartWrap {
|
|
position: relative;
|
|
width: 100%;
|
|
.chartTitle {
|
|
text-align: center;
|
|
}
|
|
img {
|
|
width: 100%;
|
|
}
|
|
canvas {
|
|
width: 100%;
|
|
}
|
|
}
|