css实现台历备忘录天气等ui交互效果代码

代码语言:html

所属分类:布局界面

代码描述:css实现台历备忘录天气等ui交互效果代码

代码标签: 备忘录 天气 ui 交互 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">

  
<style>
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900|Dosis:300,400,600,700,800|Droid+Sans:400,700|Lato:300,400,700,900|PT+Sans:400,700|Ubuntu:300,400,500,700|Open+Sans:400,300,600,700|Roboto:400,300,500,700,900|Roboto+Condensed:400,300,700|Open+Sans+Condensed:300,700|Play:400,700|Maven+Pro:400,500,700,900&subset=latin,latin-ext);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #1d1f20;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 300;
  color: White;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  overflow: hidden;
}

.page {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 800px;
  height: 480px;
  margin: auto auto;
  background: Black;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.page .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 800px;
  height: 480px;
  margin: auto auto;
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
  background-size: cover;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.page .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 800px;
  height: 480px;
  margin: auto auto;
  background-color: rgba(0, 233, 233, 0.1);
}

.panel {
  background-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.page-home .panel-time {
  position: absolute;
  top: 30px;
  width: 380px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
}
.page-home .panel-time .time {
  font-size: 7.0rem;
  line-height: 8.0rem;
  text-align: center;
}
.page-home .panel-time .date {
  background-color: rgba(0, 233, 233, 0.6);
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 5px 0px;
}
.page-home .panel-weather {
  position: absolute;
  top: 30px;
  width: 380px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-home .panel-weather .location {
  background-color: rgba(0, 233, 233, 0.6);
  font-size: 1.1rem;
  line-height: 1.5rem;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 0px;
}
.page-home .panel-weather .icon {
  display: inline-block;
  font-size: 3.0rem;
  line-height: 4.0rem;
  margin-right: 40px;
}
.page-home .panel-weather img {
  width: 150px;
  margin-right: 50px;
}
.page-home .panel-weather .temp {
  display: inline-block;
  vertical-align: top;
  font-size: 5.0rem;
  line-height: 6.5rem;
  font-weight: 400;
}
.page-home .panel-weather .temp .degree {
  font-size: 2rem;
  line-height: 4rem;
  vertical-align: top;
}
.page-home .panel-weather .text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.page-home .panel-calendar {
  position: absolute;
  top: 220px;
  width: 380px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  background-color: initial;
}
.page-home .panel-calendar ul {
  padding: 0px 20px;
}
.page-home .panel-calendar ul li {
  padding: 0;
  margin: 8px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-home .panel-calendar ul li .time, .page-home .panel-calendar ul li .title {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1.2rem;
  padding: 2px 6px;
}
.page-home .panel-calendar ul li .time {
  width: 120px;
  text-align: center;
  font-weight: 300;
  background-color: rgba(0, 233, 233, 0.6);
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.page-home .panel-tasks {
  position: absolute;
  top: 210px;
  right: 0px;
  width: 300px;
  height: 140px;
  overflow: hidden;
  cursor: pointer;
  background-color: initial;
}
.page-home .panel-tasks ul {
  padding-right: 30px;
}
.page-home .panel-tasks ul li {
  padding: 0;
  margin: 8px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-home .panel-tasks ul li .check, .page-home .panel-tasks ul li .title, .page-home .panel-tasks ul li .plus {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 20px;
  vertical-align: middle;
}
.page-home .panel-tasks ul li .title {
  padding: 2px 6px;
}
.page-home .panel-tasks ul li .check {
  position: relative;
  margin: 0px 0px 0px 2px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 233, 233, 0.6);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.page-home .panel-tasks ul li.checked .check:after {
  content: '\f00c';
  position: absolute;
  font-family: FontAwesome;
  font-size: 0.9rem;
  top: -2px;
  left: 1px;
}
.page-home .panel-tasks ul li .plus {
  width: 20px;
  height: 20px;
}
.page-home .panel-tasks ul li.other .title {
  font-style: italic;
  color: #cccccc;
  font-size: 0.9rem;
}
.page-home .panel-functions {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 20px 0px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-home .panel-functions .icon {
  margin: 0px 20px;
  font-size: 45px;
  width: 87px;
  height: 87px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border: 6px solid rgba(0, 233, 233, 0.6);
  -moz-border-radius: 87px;
  -webkit-border-radius: 87px;
  border-radius: 87px;
}
.page-home .panel-functions .icon .title {
  font-size: 1.0rem;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

.page-weather .bg {
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
}
.page-weather .panel-now {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 400px;
  height: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-weather .panel-now .mainInfo {
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.page-weather .panel-now .mainInfo .icon {
  display: block;
  font-size: 4.0rem;
  line-height: 6.0rem;
}
.page-weather .panel-now .mainInfo img {
  display: block;
  margin: auto;
  height: 120px;
  padding-right: 20px;
}
.page-weather .panel-now .mainInfo .temp {
  display: block;
  font-size: 3.0rem;
  line-height: 4.0rem;
  margin-bottom: 6px;
  margin-top: -10px;
}
.page-weather .panel-now .mainInfo .temp .value {
  font-weight: 600;
}
.page-weather .panel-now .mainInfo .temp .separator {
  margin: 0 3px;
  opacity: 0.4;
}
.page-weather .panel-now .mainInfo .temp .degree {
  margin-left: 5px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  vertical-align: top;
}
.page-weather .panel-now .row {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-weather .panel-now .row .info {
  flex: 1;
  text-align: center;
}
.page-weather .panel-now .row .info i {
  margin-right: 10px;
  color: #ff6f4d;
}
.page-weather .panel-now .row .info .value {
  font-weight: 600;
}
.page-weather .panel-location {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 200px;
  height: 100px;
  text-align: right;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: initial;
}
.page-weather .panel-location .icon {
  display: inline-block;
  text-align: center;
  font-size: 3.0rem;
  line-height: 4.0rem;
}
.page-weather .panel-location .title {
  display: inline-block;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.2rem;
  margin-right: 10px;
}
.page-weather .panel-location .title span {
  display: block;
}
.page-weather .panel-today {
  position: absolute;
  top: 220px;
  left: 20px;
  width: 400px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
}
.page-weather .panel-today .box {
  flex: 1;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.page-weather .panel-today .box .title {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #ff6f4d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.page-weather .panel-today .box .icon {
  display: block;
  font-size: 2.0rem;
  line-height: 4.0rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.page-weather .panel-today .box img {
  display: block;
  height: 50px;
  margin-left: 20px;
}
.page-weather .panel-today .box .temp {
  font-size: 1.1rem;
  line-height: 2.0rem;
  font-weight: 300;
  text-align: center;
}
.page-weather .panel-today .box .temp .value {
  font-weight: 600;
}
.page-weather .panel-today .box .temp .degree {
  margin-left: 2px;
  font-size: 0.7rem;
  line-height: 1.8rem;
  font-weight: 300;
  vertical-align: top;
}
.page-weather .panel-forecast {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
}
.page-weather .panel-forecast .box {
  flex: 1;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}
.page-weather .panel-forecast .box .title {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ff6f4d;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.page-weather .panel-forecast .box .icon {
  display: block;
  font-size: 2.0rem;
  line-height: 4.0rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.page-weather .panel-forecast .box img {
  display: block;
  height: 75px;
  margin-left: 5px;
}
.page-weather .panel-forecast .box .temp {
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-weight: 300;
  text-align: center;
}
.page-weather .panel-forecast .box .temp .value {
  font-weight: 600;
}
.page-weather .panel-forecast .box .temp .separator {
  margin: 0 3px;
  opacity: 0.4;
}
.page-weather .panel-forecast .box .temp .degree {
  margin-left: 2px;
  font-size: 0.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  vertical-align: top;
}

.page-map .bg {
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.page-map .overlay {
  background-color: rgba(0, 181, 255, 0.25);
}
.page-map .title {
  position: absolute;
  width: 90%;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "Open Sans";
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.page-map .map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 90%;
  height: 80%;
  margin: auto auto;
  margin-top: 10%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.page-tasks .bg {
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.page-tasks .overlay {
  background-color: rgba(0, 153, 50, 0.3);
}
.page-tasks .wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 760px;
  height: 440px;
  overflow: hidden;
}
.page-tasks .panel-tasklist {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1%;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-tasks .panel-tasklist .header {
  text-align: center;
}
.page-tasks .panel-tasklist .header .title {
  font-size: 1.2rem;
  line-height: 2.0rem;
  background-color: rgba(0, 255, 84, 0.7);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.page-tasks .panel-tasklist .newItem {
  padding: 15px 15px 0px 15px;
  height: 35px;
}
.page-tasks .panel-tasklist .newItem .text {
  cursor: pointer;
}
.page-tasks .panel-tasklist .newItem .text .title {
  display: inline-block;
  color: #cccccc;
  font-size: 0.9rem;
}
.page-tasks .panel-tasklist .newItem .text i {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  color: #cccccc;
  line-height: 20px;
  vertical-align: middle;
}
.page-tasks .panel-tasklist .newItem input {
  display: none;
  width: 100%;
  padding: 2px 6px;
  background-color: #006622;
  border: 1px solid #009932;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans";
  color: White;
}
.page-tasks .panel-tasklist ul {
  height: 370px;
  padding: 10px 10px;
  overflow: auto;
  /* scrollbar design Chrome */
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009932;
  border: 1px solid #006622;
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar-corner {
  background: #009932;
  display: none;
  opacity: 0;
}
.page-tasks .panel-tasklist ul li {
  padding: 0;
  margin: 8px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.page-tasks .panel-tasklist ul li .check, .page-tasks .panel-tasklist ul li .title, .page-tasks .panel-tasklist ul li .plus {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 20px;
  vertical-align: top;
}
.page-tasks .panel-tasklist ul li .check {
  position: relative;
  margin: 0px 0px 0px 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #00ff54;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.page-tasks .panel-tasklist ul li .title {
  width: 170px;
  padding: 2px 6px;
}
.page-tasks .panel-tasklist ul li.checked .check:after {
  content: '\f00c';
  position: absolute;
  font-family: FontAwesome;
  font-size: 0.9rem;
  top: -2px;
  left: 1px;
}
.page-tasks .panel-tasklist ul li.checked .title {
  font-style: italic;
  text-decoration: line-through;
  color: #b3b3b3;
}
.page-tasks .panel-tasklist ul li .plus {
  width: 20px;
  height: 20px;
}
.page-tasks .panel-tasklist.right {
  left: auto;
  right: 20px;
}

.page-calendar .bg {
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.page-calendar .overlay {
  background-color: rgba(0, 233, 233, 0.2);
}
.page-calendar .panel-calendar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 360px;
  height: 440px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.55);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-calendar .panel-calendar .header {
  text-align: center;
}
.page-calendar .panel-calendar .header .title {
  font-size: 1.5rem;
  line-height: 2.0rem;
  background-color: rgba(0, 233, 233, 0.8);
}
.page-calendar .panel-calendar .header .date {
  font-size: 1.0rem;
  line-height: 1.5rem;
  background-color: rgba(0, 233, 233, 0.6);
}
.page-calendar .panel-calendar ul {
  height: 380px;
  overflow: auto;
  /* scrollbar design Chrome */
  padding: 10px 15px 10px 10px;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00b6b6;
  border: 1px solid #008383;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar-corner {
  background: #00b6b6;
  display: none;
  opacity: 0;
}
.page-calendar .panel-calendar ul li {
  padding: 8px 0px;
  border-bottom: 1px solid rgba(0, 233, 233, 0.3);
}
.page-calendar .panel-calendar ul li .time, .page-calendar .panel-calendar ul li .title {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.0rem;
  padding: 2px 6px;
}
.page-calendar .panel-calendar ul li .time {
  width: 100px;
  text-align: center;
  font-weight: 300;
  vertical-align: top;
}
.page-calendar .panel-calendar ul li .title {
  width: 220px;
  vertical-align: top;
}
.page-calendar .panel-calendar.right {
  left: auto;
  right: 20px;
}

.page-news .bg {
  background-image: url("//repo.bfw.wiki/bfwrepo/image/5d653d54ed035.png");
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.page-news .overlay {
  background-color: rgba(0, 181, 255, 0.2);
}
.page-news .panel-newslist-big {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 380px;
  height: 460px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.page-news .panel-newslist-big ul {
  white-space: nowrap;
  overflow: hidden;
}
.page-news .panel-newslist-big li {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  margin-right: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.page-news .panel-newslist-big li .image {
  position: relative;
  width: 360px;
  height: 200px;
  background-size: cover;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 0.8rem;
}
.page-news .panel-newslist-big li .image .source {
  position: absolute;
  padding: 4px 8px;
  background-color: rgba(0, 181, 255, 0.8);
  font-weight: 400;
}
.page-news .panel-newslist-big li .image .time {
  position: absolute;
  padding: 4px 8px;
  background-color: rgba(0, 181, 255, 0.8);
  bottom: 0px;
  left: 0px;
}
.page-news .panel-newslist-big li .title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 6px 0px;
}
.page-news .panel-newslist-big li .description {
  margin-top: 10px;
  font-size: 1.0rem;
  line-height: 1.1rem;
  font-weight: 400;
}
.page-news .panel-newslist-small {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 380px;
  height: 460px;
  overflow: auto;
  /* scrollbar design Chrome */
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.page-news .panel-newslist-small::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-news .panel-newslist-small::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0091cc;
  border: 1px solid #006d99;
}
.page-news .panel-newslist-small::-webkit-scrollbar-corner {
  background: #0091cc;
  display: none;
  opacity: 0;
}
.page-news .panel-newslist-small li {
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.page-news .panel-newslist-small li .source {
  padding: 4px 0px;
  color: #b3b3b3;
  font-size: 0.8rem;
  font-weight: 400;
}
.page-news .panel-newslist-small li .image {
  float: right;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  background-size: cover;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.page-news .panel-newslist-small li .title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin: 6px 0px;
  color: #66d3ff;
}
.page-news .panel-newslist-small li .description {
  margin: 10px 0px;
  font-size: 1.0rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.page-news .panel-newslist-small li .time {
  padding: 4px 0px;
  color: #b3b3b3;
  font-size: 0.6rem;
  font-weight: 300;
}

/* scrollbar design IE */
body {
  scrollbar-track-color: rgba(0, 0, 0, 0.6);
  scrollbar-face-color: rgba(0, 0, 0, 0.6);
}
</style>



</head>

<body >
  <div class="page page-home" style="display:block">
  <div class="bg"></div>
  <div class="overlay"></div>
  <div class="panel panel-time">
    <div class="span time">15:06</div>
    <div class="span date">Monday, 27 Juny 2015</div>
  </div>
  <div class="panel panel-weather">
    <div class="location">Budapest, Hungary</div>
    <!--.icon.wi.wi-day-sunny-overcast--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
    <div class="span temp">28<span class="degree">&deg;C</span></div>
    <div class="span text">Sunny</div>
  </div>
  <div class="panel panel-calendar">
    <ul>
      <li>
        <div class="time">8:00 - 9:00</div>
        <div class="title">Shopping</div>
      </li>
      <li>
        <div class="time">10:00 - 12:00</div>
        <div class="title">Meet Tom</div>
      </li>
      <li>
        <div class="time">18:00 - 20:00</div>
        <div class="title">Go to cinema</div>
      </li>
    </ul>
  </div>
  <div class="panel panel-tasks">
    <ul>
      <li class="checked">
        <div class="check"></div>
        <div class="title">Milk</div>
      </li>
      <li>
        <div class="check"></div>
        <div class="title">Bread & cheese</div>
      </li>
      <li>
        <div class="check"></div>
        <div class="title">Beer & wine</div>
      </li>
      <li class="other">
        <div class="plus"></div>
        <div class="title">... and 15 other tasks</div>
      </li>
    </ul>
  </div>
  <div class="panel panel-functions">
    <div class="icon icon-weather" data-page="weather"><i class="fa fa-sun-o"></i><span class="title">Weather</span></div>
    <div class="icon icon-calendar" data-page="calendar"><i class="fa fa-calendar"></i><span class="title">Calendar</span></div>
    <div class="icon icon-map" data-page="map"><i class="fa fa-globe"></i><span class="title">Map</span></div>
    <div class="icon icon-tasks" data-page="tasks"><i class="fa fa-tasks"></i><span class="title">Tasks</span></div>
    <div class="icon icon-news" data-page="news"><i class="fa fa-rss"></i><span class="title">News</span></div>
  </div>
</div>
<div class="page page-weather">
  <div class="bg"></div>
  <div class="overlay"></div>
  <div class="panel panel-now">
    <div class="mainInfo">
      <!--.icon.wi.wi-day-sunny--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e090409bf.png"/>
      <div class="temp"><span class="value">27<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">19<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="row">
      <div class="info"><i class="wi wi-strong-wind"></i><span class="value">15 km/h</span></div>
      <div class="info"><i class="wi wi-wind-default _150-deg"></i><span class="value">NW</span></div>
      <div class="info"><i class="wi wi-sprinkles"></i><span class="value">40 %					</span></div>
    </div>
  </div>
  <div class="panel panel-today">
    <div class="box">
      <div class="title">Morning</div>
      <!--.icon.wi.wi-day-rain--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e0ad75197.png"/>
      <div class="temp"><span class="value">16<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Afternoon</div>
      <!--.icon.wi.wi-day-rain--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e0d7ec83d.png"/>
      <div class="temp"><span class="value">26<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Tonight</div>
      <!--.icon.wi.wi-day-rain--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e0d7ec83d.png"/>
      <div class="temp"><span class="value">19<span class="degree">&deg;C</span></span></div>
    </div>
  </div>
  <div class="panel panel-location">
    <div class="title"> <span>Budapest</span><span>Hungary</span></div>
    <div class="icon fa fa-map-marker"></div>
  </div>
  <div class="panel panel-forecast">
    <div class="box">
      <div class="title">Tue</div>
      <!--.icon.wi.wi-day-rain--><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">31<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">23<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Wed</div><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">25<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">20<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Thu</div><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">18<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">12<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Fri</div><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">16<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">9<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Sat</div><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">20<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">13<span class="degree">&deg;C</span></span></div>
    </div>
    <div class="box">
      <div class="title">Sun</div><img src="//repo.bfw.wiki/bfwrepo/icon/6083e11017bab.png"/>
      <div class="temp"><span class="value">26<span class="degree">&deg;C</span></span><span class="separator">/</span><span class="value">22<span class="degree">&deg;C</span></span></div>
    </div>
  </div>
</div>
<div class="page page-calendar">
  <div class="bg"></div>
  <div class="overlay"></div>
  <div class="panel panel-calendar left">
    <div class="header">
      <div class="title">Today</div>
      <div class="date">Juny 25, 2015</div>
    </div>
    <ul>
      <li>
        <div class="time">8:00 - 9:00</div>
        <div class="title">Shopping</div>
      </li>
      <li>
        <div class="time">10:00 - 12:00</div>
        <div class="title">Meet Tom</div>
      </li>
      <li>
        <div class="time">18:00 - 20:00</div>
        <div class="title">Go to cinema</div>
      </li>
      <li>
        <div class="time">23:00 - 24:00</div>
        <div class="title">Drinking</div>
      </li>
    </ul>
  </div>
  <div class="panel panel-calendar right">
    <div class="header">
      <div class="title">Tomorrow</div>
      <div class="date">Juny 26, 2015</div>
    </div>
    <ul>
      <li>
        <div class="time">9:00 - 10:00</div>
        <div class="title">Meeting</div>
      </li>
      <li>
        <div class="time">11:00 - 13:00</div>
        <div class="title">Go to bank</div>
      </li>
      <li>
        <div class="time">16:00 - 17:00</div>
        <div class="title">Dinner</div>
      </li>
      <li>
        <div class="time&q.........完整代码请登录后点击上方下载按钮下载查看

网友评论0