@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .top-list.data-v-04c1b8d2 { padding: 30rpx; box-sizing: border-box; width: 100%; background-color: #FFFFFF; } .top-list .swiper-box.data-v-04c1b8d2 { width: 690rpx; height: 342rpx; overflow: hidden; } .top-list .swiper-box .image.data-v-04c1b8d2 { width: 100%; height: 100%; border-radius: 10px; } .top-list .eat-box.data-v-04c1b8d2 { margin-top: 40rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .top-list .eat-box .eat.data-v-04c1b8d2 { width: 144rpx; height: 190rpx; position: relative; } .top-list .eat-box .eat .img.data-v-04c1b8d2 { width: 100%; height: 100%; } .top-list .eat-box .eat .text-box.data-v-04c1b8d2 { 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: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; position: absolute; bottom: 10rpx; left: 50%; width: 100%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .top-list .eat-box .eat .text-box .text-1.data-v-04c1b8d2 { font-size: 24rpx; color: #FFFFFF; text-align: center; } .top-list .eat-box .eat .text-box .text-2.data-v-04c1b8d2 { font-size: 20rpx; color: #FFFFFF; text-align: center; } .top-list .menu-box.data-v-04c1b8d2 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10rpx; } .top-list .menu-box .menu.data-v-04c1b8d2 { width: 20%; padding: 0 10rpx; box-sizing: border-box; margin-top: 40rpx; 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; } .top-list .menu-box .menu .img.data-v-04c1b8d2 { -webkit-flex-shrink: 0; flex-shrink: 0; width: 64rpx; height: 64rpx; border-radius: 50%; } .top-list .menu-box .menu .text-1.data-v-04c1b8d2 { margin-top: 10rpx; font-size: 24rpx; color: #0F0404; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .top-list .menu-box .menu .text-2.data-v-04c1b8d2 { font-size: 20rpx; color: #666666; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item-box.data-v-04c1b8d2 { background-color: #fff; margin-top: 40rpx; } .item-box .item-titBox.data-v-04c1b8d2 { 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: 20rpx; border-bottom: 1rpx solid #e8e8e8; } .item-box .item-titBox .item-tit.data-v-04c1b8d2 { border-left: 8rpx solid #E31818; font-size: 30rpx; padding: 11rpx; margin-left: 20rpx; } .item-box .item-titBox .item-tit-right.data-v-04c1b8d2 { font-size: 26rpx; color: #666666; line-height: 58rpx; padding: 11rpx; } .item-box .flex-box.data-v-04c1b8d2 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #F8F8F8; padding-bottom: 20rpx; } .item-box .flex-box .film-box.data-v-04c1b8d2 { width: 334rpx; border-radius: 20rpx; overflow: hidden; background: #FFFFFF; margin: 30rpx 11rpx 0; } .item-box .flex-box .film-box .img.data-v-04c1b8d2 { width: 100%; height: 334rpx; } .item-box .flex-box .film-box .bottom-box.data-v-04c1b8d2 { padding: 30rpx 20rpx; } .item-box .flex-box .film-box .bottom-box .tit.data-v-04c1b8d2 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .item-box .flex-box .film-box .bottom-box .tit .text-1.data-v-04c1b8d2 { width: 100%; font-size: 26rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item-box .flex-box .film-box .bottom-box .des-box.data-v-04c1b8d2 { margin-top: 10rpx; } .item-box .flex-box .film-box .bottom-box .des-box .des.data-v-04c1b8d2 { width: 100%; font-size: 22rpx; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .item-box .flex-box .film-box .bottom-box .buy-box.data-v-04c1b8d2 { margin-top: 20rpx; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .item-box .flex-box .film-box .bottom-box .buy-box .price.data-v-04c1b8d2 { text-decoration: line-through; font-size: 34rpx; } .item-box .flex-box .film-box .bottom-box .buy-box .buy.data-v-04c1b8d2 { height: 40rpx; background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24); background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24); border-radius: 20rpx; margin-left: 10rpx; font-size: 20rpx; color: #FFFFFF; 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; white-space: nowrap; } .ad-video.data-v-04c1b8d2 { margin-top: 40rpx; }