@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .des-box.data-v-0aef84ac { background-image: url(https://t1-1305573081.cos.ap-shanghai.myqcloud.com/wxapp/static/imgs/filmBg.png); padding: 35rpx 30rpx; box-sizing: border-box; width: 100%; height: 690rpx; } .des-box .address.data-v-0aef84ac { font-size: 30rpx; font-weight: bold; color: #FFFFFF; } .des-box .swiper-box.data-v-0aef84ac { margin: auto; margin-top: 60rpx; padding: 0 45rpx; box-sizing: border-box; width: 100%; height: 270rpx; } .des-box .swiper-box .swiper-item.data-v-0aef84ac { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .des-box .swiper-box .image.data-v-0aef84ac { height: 86%; } .des-box .swiper-box .imgBig.data-v-0aef84ac { height: 100% !important; } .des-box .film-name.data-v-0aef84ac { margin-top: 53rpx; text-align: center; font-size: 30rpx; font-weight: bold; color: #FFFFFF; } .des-box .film-des.data-v-0aef84ac { margin-top: 19rpx; text-align: center; font-size: 22rpx; font-weight: 400; color: #FFFFFF; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .schedule-box.data-v-0aef84ac { width: 100vw; min-height: calc(100vh - 690rpx + 122rpx - 10px - env(safe-area-inset-bottom)/2); padding-bottom: calc(10px + env(safe-area-inset-bottom)/2); background-color: #FFFFFF; border-radius: 50rpx 50rpx 0px 0px; margin-top: -122rpx; overflow: hidden; } .schedule-box .schedule-tab.data-v-0aef84ac { overflow-y: auto; } .schedule-box .schedule-des.data-v-0aef84ac { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 0 30rpx; margin-top: 50rpx; } .schedule-box .schedule-des .bottom-text.data-v-0aef84ac { font-size: 22rpx; font-weight: 400; color: #999999; width: 100rpx; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .schedule-box .schedule-des .left-box.data-v-0aef84ac { width: 50%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; } .schedule-box .schedule-des .left-box .item-box.data-v-0aef84ac { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .schedule-box .schedule-des .left-box .item-box.data-v-0aef84ac:first-child { font-size: 40rpx; font-weight: 400; color: #0F0404; } .schedule-box .schedule-des .left-box .type-box.data-v-0aef84ac { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .schedule-box .schedule-des .left-box .type-box.data-v-0aef84ac:first-child { font-size: 26rpx; font-weight: 400; color: #0F0404; } .schedule-box .schedule-des .left-box .type-box.data-v-0aef84ac :last-child { width: 220rpx !important; } .schedule-box .schedule-des .right-box.data-v-0aef84ac { width: 45%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .schedule-box .schedule-des .right-box .price-box.data-v-0aef84ac { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .schedule-box .schedule-des .right-box .price-box.data-v-0aef84ac:first-child { font-size: 36rpx; font-weight: 400; color: #E31919; } .schedule-box .schedule-des .right-box .price-box .old-price.data-v-0aef84ac { text-decoration: line-through; } .schedule-box .schedule-des .right-box button.data-v-0aef84ac { margin: 0; width: 126rpx; height: 60rpx; background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24); background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24); border-radius: 30rpx; font-size: 26rpx; font-weight: 400; color: #FFFFFF; white-space: nowrap; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }