shebeilist.wxss 1.2 KB
page {
  background: #fff;
}

.shebeinum {
  color: #333;
  font-size: 32rpx;
  font-weight: bold;
  padding: 30rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
  border-top: 1rpx solid #f5f5f5;
  position: relative;
}
.she{
  margin-left:18rpx;
}
.shebeinum::before{
  content:'';
  display:block;
  width:8rpx;
  height:33rpx;
  background: #FF9400FF;
  position: absolute;
  top:33rpx;
  left:30rpx;

}

.num {
  margin-left: 10rpx;
}

.shebelist {
  padding: 30rpx;
  box-sizing: border-box;
}

.shebielistitem {
  width: 690rpx;
  height: 138rpx;
  border: 1rpx solid #f5f5f5;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cartop {
  width: 236rpx;
  font-size: 28rpx;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carbottom {
  font-size: 20rpx;
  margin-top: 10rpx;
}

.yun {
  color: #eb483aff;
}

.noyun {
  color: #538aeeff;
}

.daytop {
  color: #333333ff;
  font-size: 28rpx;
}

.daybottom {
  color: #666666ff;
  font-size: 20rpx;
  margin-top: 10rpx;
}

.monthtop {
  color: #333333ff;
  font-size: 28rpx;
}

.monthbottom {
  color: #666666ff;
  font-size: 20rpx;
  margin-top: 10rpx;
}