You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
885 B
CSS
20 lines
885 B
CSS
6 years ago
|
@charset "utf-8";
|
||
|
/* CSS Document */
|
||
|
|
||
|
@charset "utf-8";
|
||
|
/* CSS Document */
|
||
|
|
||
|
.weatherForecast {display:block; margin:0 0 25px 25px; background:url(/pic/weather/bg.jpg) repeat-x; color: #fff; float: right; border-radius: 4px; line-height:20px; }
|
||
|
.cityWeatherDate {display:block; border-bottom:solid 1px #9ebfd8; padding: 20px 0;}
|
||
|
.cityN {display:block; text-align: left; font-size: 20px;font-weight: bold; padding: 0 0 0 20px;}
|
||
|
.today {display:block; padding: 20px; }
|
||
|
.today ul li {display:block; padding:2px 0; text-align: left;}
|
||
|
.today img {display:block; vertical-align: center; padding-left: 30px;}
|
||
|
.todayTemperature {font-size: 30px; color:#fff;}
|
||
|
.futureWeather {float: left; border-right: solid 1px #9ebfd8; text-align: center; width:25%; margin-top:20px; margin-bottom: 10px; }
|
||
|
.futureWeather:last-child {border-right: none;}
|
||
|
.futureWeather img {width: 40%; margin: 10px 0;}
|
||
|
|
||
|
|
||
|
|