deliveryTime.wxss 1.1 KB
/* pages/my/deliveryTime/deliveryTime.wxss */
page {
  background: #f3f5f5;
}
.time_quantum{
  margin-top:21rpx;
  width: 100%;
  height: 340rpx;
  padding:0 25rpx;
  box-sizing: border-box;
  background: #fff;
  display: flex
}
.time_quantum_left{
  width: 31%;
  height: 100%;
  position: relative
}
.time_center{
  height: 90rpx;
  position: absolute;
  top: 0;
  bottom: 0;
  margin:auto 0;
}
.time_calendar{
  font-size:38rpx;
  font-family:PingFang-SC-Heavy;
  font-weight:800;
  color:rgba(34,34,34,1);
}
.week{
  width: 170rpx;
  text-align: center;
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(34,34,34,1);
}
.time_quantum_right{
  flex-grow: 1;
  height: 100%;
}
.time_quantum_right_item{
  height: 85rpx;
  display: flex;
  justify-content: space-between;
  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(34,34,34,1);
  line-height: 85rpx;
  border-bottom:1rpx solid rgba(242,242,242,1);
}
.none_border{
  border:none;
}
.icon-weixuanzhong{
  color: #222;
}
.icon-weixuanzhong.active{
  color:rgba(255,218,68,1);
}