hbchen
7 months ago
|
@@ -147,8 +147,10 @@
|
|
|
}
|
|
|
@media (min-width: 980px) {
|
|
|
.mark {
|
|
|
- width: 580px;
|
|
|
- height: 60px;
|
|
|
+ // width: 580px;
|
|
|
+ // height: 60px;
|
|
|
+ width: 80%;
|
|
|
+ height: 80%;
|
|
|
}
|
|
|
.chart-show .notfound {
|
|
|
font-size: 24px;
|
|
@@ -156,8 +158,10 @@
|
|
|
}
|
|
|
@media (max-width: 979px) {
|
|
|
.mark {
|
|
|
- width: 242px;
|
|
|
- height: 25px;
|
|
|
+ // width: 242px;
|
|
|
+ // height: 25px;
|
|
|
+ width: 80%;
|
|
|
+ height: 80%;
|
|
|
}
|
|
|
.chart-show .notfound {
|
|
|
font-size: 14px;
|