index.wxss 858 Bytes
.schedule-item {
  margin: 0 30rpx 40rpx 30rpx;
  width: 690rpx;
  height: 208rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px 0 #E0E0E0;
  border-radius: 2px;
}

.schedule-info {
  width: 70%;
  height: 100%;
  margin-left: 30rpx;
}

.schedule-time {
  margin-top: 30rpx;
  color: #e0e0e0;
  font-size: 24rpx;
}

.schedule-name {
  margin-top: 10rpx;
  color: #4a4a4a;
  font-size: 30rpx;
}

.schedule-location {
  margin-top: 10rpx;
  color: #e2e2e2;
  font-size: 26rpx;
  margin-bottom: 30rpx;
}

.schedule-item .schedule-apply {
  background-color: #4a4a4a;
  color: white;
  font-size: 24rpx;
  width: 120rpx;
  height: 50rpx;
  margin-right: 30rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6rpx;
}

.schedule-item .inactive {
  background-color: #e0e0e0;
}