@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bg.data-v-166f0203 { background: #f6f6f6; padding-bottom: 200rpx; } .date-all-box.data-v-166f0203 { margin: 0 25rpx; } .date-all-box .month-box.data-v-166f0203 { padding: 0 20rpx; height: 116rpx; display: flex; border-bottom: 1rpx solid #ccc; align-items: center; } .date-all-box .month-box .month-item.data-v-166f0203 { margin-right: 70rpx; font-size: 33rpx; color: #000; font-weight: 500; line-height: 116rpx; position: relative; white-space: nowrap; } .date-all-box .month-box .month-item.active.data-v-166f0203::after { content: "1"; display: block; font-size: 0; position: absolute; left: 0; right: 0; height: 8rpx; background: #96684F; border-radius: 4rpx; bottom: 0; } .date-all-box .day-header.data-v-166f0203 { padding-top: 40rpx; line-height: 45rpx; font-size: 29rpx; color: #000; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 50rpx; } .date-all-box .day-header .day-header-item.data-v-166f0203 { width: 98.5714285714rpx; text-align: center; flex-shrink: 0; } .date-all-box .day-box.data-v-166f0203 { display: flex; align-items: center; font-size: 35rpx; flex-wrap: wrap; color: #999; } .date-all-box .day-box .day-item.data-v-166f0203 { width: 98.5714285714rpx; text-align: center; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-bottom: 30rpx; } .date-all-box .day-box .day-item .date-item-in.data-v-166f0203 { width: 98rpx; display: flex; align-items: center; justify-content: space-around; flex-direction: column; height: 98rpx; } .date-all-box .day-box .day-item .date-item-in .date-num.data-v-166f0203 { line-height: 40rpx; } .date-all-box .day-box .day-item .date-item-in .date-num.active.data-v-166f0203 { color: #000; } .date-all-box .day-box .day-item .date-item-in .price.data-v-166f0203 { font-size: 23rpx; color: #D62828; line-height: 20rpx; } .date-all-box .day-box .day-item .date-item-in .price.data-v-166f0203::after { content: "起"; font-size: 17rpx; } .date-all-box .day-box .day-item .date-item-in .date-price-place.data-v-166f0203 { height: 20rpx; } .date-all-box .day-box .day-item.active .date-item-in.data-v-166f0203 { background: #96684F; color: #fff; border-radius: 7rpx; } .date-all-box .day-box .day-item.active .date-item-in .price.data-v-166f0203 { color: #fff; } .date-all-box .day-box .day-item.active .date-item-in .date-num.data-v-166f0203 { color: #fff; } .box.data-v-166f0203 { background: white; margin: 25rpx; background: #ffffff; border-radius: 9rpx; padding: 29rpx 20rpx; } .box .box-top.data-v-166f0203 { display: flex; justify-content: space-between; align-items: center; line-height: 50rpx; font-size: 28rpx; font-weight: bold; color: #666; } .box .box-top .box-title.data-v-166f0203 { font-size: 31rpx; font-weight: bold; color: #000; } .box .box-top .box-tip.data-v-166f0203 { flex: 1; margin-left: 30rpx; } .box .box-top .iconfont.data-v-166f0203 { color: #000; font-size: 34rpx; width: 50rpx; text-align: center; } .box .box-top .iconfont.disable.data-v-166f0203 { color: #666; } .box .box-top .number.data-v-166f0203 { width: 67rpx; height: 50rpx; background: #f0f0f0; border-radius: 7rpx; text-align: center; margin: 0 10rpx; } .box .single-price.data-v-166f0203 { font-size: 33rpx; color: #d62828; text-align: right; margin-top: 20rpx; font-weight: bold; } .box .single-price.data-v-166f0203::before { content: "¥"; font-size: 24rpx; margin-right: 4rpx; } .fixed-bottom.data-v-166f0203 { position: fixed; left: 0; right: 0; bottom: 0; height: 148rpx; background: white; display: flex; justify-content: space-between; align-items: center; padding: 0 26rpx; box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1); z-index: 999; } .fixed-bottom .fixed-text.data-v-166f0203 { flex-shrink: 0; font-size: 32rpx; } .fixed-bottom .price.data-v-166f0203 { flex: 1; font-size: 40rpx; color: #D62828; font-weight: bold; } .fixed-bottom .price.data-v-166f0203::before { font-weight: bold; font-size: 24rpx; content: "¥"; } .fixed-bottom .btn.data-v-166f0203 { width: 233rpx; text-align: center; line-height: 73rpx; background: #DC2525; border-radius: 11rpx; color: #fff; font-weight: bold; font-size: 32rpx; margin-left: 30rpx; }