timeBooking.wxss 3.5 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.booking_time.data-v-2e101120 {
  position: relative;
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding-bottom: 150rpx;
}
.booking_time .navSelectTime.data-v-2e101120 {
  display: flex;
  align-items: center;
  height: 104rpx;
  color: #333;
  font-size: 24rpx;
  line-height: 32rpx;
  background-color: #fff;
}
.booking_time .navSelectTime .time_card.data-v-2e101120 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  box-sizing: border-box;
}
.booking_time .navSelectTime .time_card.active.data-v-2e101120 {
  background-color: rgba(255, 161, 0, 0.2);
  border-top: 8rpx solid #FFA100;
  color: #FFA100;
}
.booking_time .pitch.data-v-2e101120 {
  padding: 0 30rpx;
  margin-top: 34rpx;
}
.booking_time .pitch .pitch_title.data-v-2e101120 {
  text-align: center;
  color: #333;
  font-size: 28rpx;
  margin-bottom: 20rpx;
}
.booking_time .pitch .pitch_list.data-v-2e101120 {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8rpx;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(225, 225, 225, 0.7);
}
.booking_time .pitch .pitch_list .pitch_item.data-v-2e101120 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #999;
  line-height: 40rpx;
  width: calc(100% / 3);
  height: 124rpx;
  border: 1px solid rgba(225, 225, 225, 0.7);
  box-sizing: border-box;
}
.booking_time .tip_list.data-v-2e101120 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42rpx;
}
.booking_time .tip_list .tip_item.data-v-2e101120 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 24rpx;
  line-height: 28rpx;
  margin: 0 32rpx;
}
.booking_time .tip_list .tip_item .tip_box.data-v-2e101120 {
  width: 56rpx;
  height: 28rpx;
  border-radius: 4rpx;
  border: 1rpx solid rgba(225, 225, 225, 0.7);
  margin-bottom: 14rpx;
}
.booking_time .footer.data-v-2e101120 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 30rpx;
  width: 100%;
  height: 112rpx;
  box-sizing: border-box;
}
.booking_time .footer .pay_money.data-v-2e101120 {
  font-size: 28rpx;
  color: #ffa100;
}
.booking_time .footer .comfirn.data-v-2e101120 {
  width: 240rpx;
  height: 76rpx;
  background: linear-gradient(270deg, #FFA100 0%, #FCD723 100%);
  border-radius: 90rpx;
  font-size: 28rpx;
  text-align: center;
  color: #fff;
  line-height: 76rpx;
}