performanceCalender.wxss 5.6 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.filter-wrapper .inner-wrapper .navs .actNav.data-v-c53c40ec {
  color: #FF324B !important;
}
.actOpt.data-v-c53c40ec {
  color: #FF324B !important;
}
.filter-wrapper .inner-wrapper .navs .date.data-v-c53c40ec {
  justify-content: center !important;
}
.filter-wrapper .inner-wrapper .navs > view.data-v-c53c40ec {
  justify-content: center;
}
.filter-wrapper .inner-wrapper .popup.data-v-c53c40ec {
  border-radius: 0rpx !important;
}
.category .categoryBox {
  position: absolute;
  padding: 0 24rpx;
  box-sizing: border-box;
}
.category .searchBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  left: 600rpx;
  top: 0;
  width: 128rpx;
  height: 88rpx;
  opacity: 0.949999988079071;
  border: 0 solid #010101;
  background: linear-gradient(0deg, white 0%, white 52%, rgba(255, 255, 255, 0) 100%);
}
.category .searchBox .search image {
  width: 32rpx;
  height: 32rpx;
}
.typeBox {
  width: 750rpx;
  height: 88rpx;
  border-bottom: 1rpx solid #f3f3f3;
  display: flex;
  align-items: center;
}
.typeBox .type {
  width: 218rpx;
  height: 40rpx;
  margin-right: 48rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeBox .type .typeTitle {
  color: rgba(0, 0, 0, 0.9);
  font-size: 26rpx;
}
.typeBox .type image {
  width: 24rpx;
  height: 24rpx;
}
.typeBox .type3 {
  width: 218rpx;
  height: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeBox .type3 .typeTitle {
  margin-right: 4rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 26rpx;
}
.typeBox .type3 image {
  width: 24rpx;
  height: 24rpx;
}
.mainBox {
  width: 702rpx;
  margin: 24rpx auto;
  margin-top: 114rpx;
}
.mainBox .item .itemBox {
  display: flex;
  width: 702rpx;
  height: 270rpx;
  margin-bottom: 40rpx;
}
.mainBox .item .itemBox .left {
  position: relative;
  margin-right: 16rpx;
}
.mainBox .item .itemBox .left .leftImg image {
  width: 196rpx;
  height: 270rpx;
  border-radius: 12rpx;
}
.mainBox .item .itemBox .left .theatreType {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8rpx;
  box-sizing: border-box;
  border-radius: 6rpx;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 20rpx;
  position: absolute;
  z-index: 1;
  top: 8rpx;
  left: 8rpx;
}
.mainBox .item .itemBox .right .title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
  margin-bottom: 12rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainBox .item .itemBox .right .data {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-bottom: 12rpx;
}
.mainBox .item .itemBox .right .address {
  display: flex;
  margin-bottom: 50rpx;
}
.mainBox .item .itemBox .right .address .area {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-right: 8rpx;
  width: 80rpx;
  /*强制文字一行内显示*/
  white-space: nowrap;
  /*溢出部分隐藏起来*/
  overflow: hidden;
  /*文本溢出时用省略号来显示*/
  text-overflow: ellipsis;
}
.mainBox .item .itemBox .right .address .line {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-right: 8rpx;
}
.mainBox .item .itemBox .right .address .location {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  width: 260rpx;
  /*强制文字一行内显示*/
  white-space: nowrap;
  /*溢出部分隐藏起来*/
  overflow: hidden;
  /*文本溢出时用省略号来显示*/
  text-overflow: ellipsis;
}
.mainBox .item .itemBox .right .priceBox {
  display: flex;
  display: inline-block;
}
.mainBox .item .itemBox .right .priceBox .icon {
  color: #f42758;
  font-size: 24rpx;
  font-weight: 700;
  margin-right: 2rpx;
}
.mainBox .item .itemBox .right .priceBox .price {
  color: #f42758;
  font-size: 32rpx;
  font-weight: 700;
  margin-right: 2rpx;
}
.mainBox .item .itemBox .right .priceBox .word {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22rpx;
  margin-left: 2rpx;
}
.mainBox .item .bomBox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin-top: 40rpx;
}
.empty {
  height: 50rpx;
}
.modal {
  position: fixed;
  top: 192rpx;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.modal .itemAreaBox {
  width: 750rpx;
  padding: 0 24rpx;
  box-sizing: border-box;
  background: #fff;
}
.modal .itemAreaBox .item-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 104rpx;
  border-bottom: 1rpx solid #f3f3f3;
  background: #fff;
}
.modal .itemAreaBox .item-area .item-area-left {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.modal .itemAreaBox .item-area image {
  width: 32rpx;
  height: 32rpx;
}