diff --git a/css/okadmin-v2.css b/css/okadmin-v2.css index e02fe34..4b60b7e 100644 --- a/css/okadmin-v2.css +++ b/css/okadmin-v2.css @@ -466,6 +466,17 @@ background: #F2F2F2; } +/*中国天气样式*/ +.weather-ok{ + height: 49px; + line-height: 49px; +} +.weather-ok .iframe-style{ + /*height: 415px;*/ + height: 375px; + padding-top: 5px; +} + /*主体内容样式*/ .okadmin .content-body { position: absolute; diff --git a/index.html b/index.html index 3058ccf..00e1ebd 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,10 @@