|
@@ -82,8 +82,9 @@ export default {
|
|
|
|
|
|
//线上数据
|
|
|
// let url = `https://super.4dage.com/data/${
|
|
|
+
|
|
|
let url = `/data/${
|
|
|
- //本地化部署
|
|
|
+ // 本地化部署
|
|
|
this.id
|
|
|
}/hot/js/data.js?time=${Math.random()}`;
|
|
|
let result = (await this.$http.get(url)).data;
|
|
@@ -215,6 +216,26 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // 本地化
|
|
|
+ .title {
|
|
|
+ height: 70px;
|
|
|
+ line-height: 70px;
|
|
|
+ font-size: 22px;
|
|
|
+ }
|
|
|
+ .main {
|
|
|
+ height: calc(100% - 70px);
|
|
|
+ .imgBox {
|
|
|
+ height: 72vh;
|
|
|
+ }
|
|
|
+ .txtBox {
|
|
|
+ padding: 30px 20px 40px;
|
|
|
+ min-height: 72vh;
|
|
|
+ font-size: 18px;
|
|
|
+ line-height: 24px;
|
|
|
+ letter-spacing: 4px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|