aboutBalls.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 */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.title.data-v-75ccece6 {
  position: relative;
  font-weight: 500;
  font-size: 28rpx;
  line-height: 36rpx;
  color: #333;
  margin-left: 20rpx;
}
.title.data-v-75ccece6::before {
  content: '';
  position: absolute;
  left: -20rpx;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8rpx;
  height: 8rpx;
  background-color: #FFA100;
  border-radius: 50%;
}
.about_balls.data-v-75ccece6 {
  padding: 24rpx 30rpx 0;
  background-color: #F6F6F6;
  min-height: 100vh;
  box-sizing: border-box;
}
.about_balls .select_card.data-v-75ccece6 {
  height: 548rpx;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 24rpx;
  border-radius: 12rpx 12rpx 12rpx 12rpx;
}
.about_balls .select_card .ball_list.data-v-75ccece6 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 34rpx 0;
}
.about_balls .select_card .ball_list .ball_item.data-v-75ccece6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24rpx;
  color: #999;
  line-height: 28rpx;
}
.about_balls .select_card .ball_list .ball_item .ballname.data-v-75ccece6 {
  color: #FFA100;
  font-weight: 500;
}
.about_balls .select_card .ball_list .ball_item .ball_icon.data-v-75ccece6 {
  width: 48rpx;
  height: 48rpx;
  margin-bottom: 16rpx;
}
.about_balls .select_card .select_arena.data-v-75ccece6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32rpx;
  height: 68rpx;
  background: #F6F6F6;
  border-radius: 68rpx;
  color: #333;
  font-size: 24rpx;
  margin: 24rpx 0 36rpx 0;
}
.about_balls .select_card .time_list.data-v-75ccece6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22rpx;
}
.about_balls .select_card .time_list .startTime.data-v-75ccece6, .about_balls .select_card .time_list .endTime.data-v-75ccece6 {
  width: 256rpx;
  height: 56rpx;
  background: #F6F6F6;
  border-radius: 68rpx;
  font-size: 24rpx;
  color: #333;
  text-align: center;
  line-height: 56rpx;
}
.about_balls .select_card .time_list .line.data-v-75ccece6 {
  width: 44rpx;
  height: 0rpx;
  border: 2rpx solid rgba(225, 225, 225, 0.7);
}
.about_balls .sport_number.data-v-75ccece6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rpx;
  height: 88rpx;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12rpx 12rpx 12rpx 12rpx;
  margin-top: 24rpx;
}
.about_balls .footer.data-v-75ccece6 {
  position: fixed;
  height: 112rpx;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 16rpx 30rpx;
}