clocklist.wxss 1.2 KB
.nei {
  width: 224rpx;
  height: 92rpx;
  background: rgba(255, 240, 230, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #fc8749;
  font-size: 32rpx;
  text-align: center;
  line-height: 92rpx;
  margin: 32rpx auto 0;
}

.listtop {
  width: 750rpx;
  padding: 40rpx 32rpx;
  box-sizing: border-box;
}

.listleft {
  font-size: 48rpx;
}

.neik {
  width: 152rpx;
  height: 60rpx;
  background: rgba(255, 240, 230, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #fc8749;
  font-size: 28rpx;
  text-align: center;
  line-height: 60rpx;
}
.waik{
  width: 152rpx;
  height: 60rpx;
  background: rgba(230, 243, 255, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #1c8fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 60rpx;
  
}

.listhead {
  width: 750rpx;
  height: 88rpx;
  background: rgba(247, 247, 247, 1);
  opacity: 1;
  padding: 0 32rpx;
  box-sizing: border-box
}
.listheadleft{
  font-weight: normal
}
.listbox{
  padding: 0 32rpx;
  box-sizing: border-box;
  margin-top:238rpx;
}
.listboxitem{
  padding: 24rpx 0;
  box-sizing: border-box
}
.itemtime{
  color:#8C9198;
  font-size: 24rpx;
  margin-top:4rpx;
}
.head{
  position: fixed;
  top:0;
  left:0;
  background: #fff;
}