首页修改
This commit is contained in:
parent
f13bf19237
commit
9a085b8d5f
|
|
@ -562,19 +562,19 @@ th {
|
||||||
|
|
||||||
.Weather-under {
|
.Weather-under {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 45%;
|
height: 50%;
|
||||||
/*border: #591212 1px solid;*/
|
/*border: #591212 1px solid;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-down-left {
|
.right-down-left {
|
||||||
width: 100%;
|
width: 35%;
|
||||||
height: 35%;
|
/*height: 35%;*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-down-right {
|
.right-down-right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 63%;
|
height: 80%;
|
||||||
/* overflow: auto; */
|
/* overflow: auto; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ layui.use(['layer', 'element', 'table'], function () {
|
||||||
DaylightDisplacementList('');
|
DaylightDisplacementList('');
|
||||||
DaylightDisplacementApi();
|
DaylightDisplacementApi();
|
||||||
//和风天气API调用
|
//和风天气API调用
|
||||||
zephyrineWeather();
|
// zephyrineWeather();
|
||||||
//有限空间
|
//有限空间
|
||||||
LimitedSpaceApi();
|
LimitedSpaceApi();
|
||||||
//GPS安装检测
|
//GPS安装检测
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue