body,html {
  padding: 0;
  margin: 0
}

ul {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: .8em
}

li {
  height: 30px;
  line-height: 30px
}

.none {
  display: none
}

.row {
  padding: 10px;
  color: #333;
  background: #f5f5f5
}

.date {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center
}

.date .action {
  margin-top: 20px
}

.date .title div{
  display: inline;
}

.date ul li {
  display: inline-block;
  width: 14.285%;
  text-align: center
}

.week li {
  background-color: #f1f1f1;
}

.day .enter {
  background-color: #3e93fa;
  color: #fff
}

.day .leave {
  background-color: salmon;
  color: #fff
}

.day .disable {
  background-color: #ccc
}

.close-btn {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 2px 20px;
  background: #3e93fa;
  color: #fff
}