@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 筛选组件 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .box.data-v-2828d62f { padding: 0 30rpx 0rpx 30rpx; background-color: #F1F2F8; } .search.data-v-2828d62f { margin-top: 30rpx; height: 52rpx; border: 4rpx #EAEAEA dashed; } .search .dashed image.data-v-2828d62f { width: 50rpx; height: 50rpx; } .search .input.data-v-2828d62f { border: 4rpx solid #EAEAEA; padding-left: 12rpx; height: 100%; width: 100%; } .search.data-v-2828d62f .input-placeholder { font-weight: 800; font-size: 24rpx; color: #8B8B8B; line-height: 54rpx; } .w-100.data-v-2828d62f { width: 100%; } .flex.data-v-2828d62f { display: flex; } .justify-center.data-v-2828d62f { justify-content: center; } .align-items.data-v-2828d62f { align-items: center; } .flex-column.data-v-2828d62f { flex-flow: column; } .hot.data-v-2828d62f { width: 100%; height: 504rpx; } .header.data-v-2828d62f { width: 100%; height: 42rpx; background: #4974FF; margin-top: 42rpx; box-shadow: 2rpx 2rpx 0rpx 0rpx rgba(0, 0, 0, 0.4); } .content.data-v-2828d62f { height: 462rpx; overflow-x: auto; /* 允许横向滚动 */ white-space: nowrap; } .new.data-v-2828d62f { width: 100%; justify-content: flex-start; display: flex; flex-wrap: wrap; position: relative; } .pos.data-v-2828d62f { position: absolute; bottom: 0rpx; right: 0rpx; } .content.data-v-2828d62f, .new.data-v-2828d62f { width: 100%; background: #EAEAEA; border-radius: 0rpx 0rpx 0rpx 0rpx; /* 禁止换行 */ } .content .con-center.data-v-2828d62f, .new .con-center.data-v-2828d62f { width: 280rpx; height: 398rpx; } .content .con-center .jita.data-v-2828d62f, .new .con-center .jita.data-v-2828d62f { font-weight: 800; font-size: 28rpx; color: #343434; line-height: 32rpx; margin-top: 14rpx; } .content .con-center .line-row.data-v-2828d62f, .new .con-center .line-row.data-v-2828d62f { width: 280rpx; height: 1rpx; background: #D9D9D9; margin: 12rpx 0 12rpx 0; box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25); } .content .con-center .mingeBox .minge.data-v-2828d62f, .new .con-center .mingeBox .minge.data-v-2828d62f { font-weight: 500; font-size: 24rpx; color: #7A7A7A; line-height: 32rpx; } .content .con-center .money.data-v-2828d62f, .new .con-center .money.data-v-2828d62f { display: flex; align-self: flex-end; font-weight: 800; font-size: 36rpx; color: #FF2323; line-height: 32rpx; margin-top: 24rpx; } .content .line.data-v-2828d62f, .new .line.data-v-2828d62f { height: 398rpx; width: 1rpx; background: #D9D9D9; margin: 0rpx 34rpx 0 34rpx; box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(102, 102, 102, 0.25); } .ovr.data-v-2828d62f:first-child { margin-left: 34rpx; } .ovr.data-v-2828d62f:last-child { margin-right: 34rpx; } .footer.data-v-2828d62f { margin: 120rpx 0 40rpx 0; font-weight: 500; font-size: 24rpx; color: #BCBCBC; line-height: 32rpx; } .pop-header.data-v-2828d62f { margin-top: 35rpx; } .pop-header .types.data-v-2828d62f { font-weight: 800; font-size: 24rpx; color: #343434; line-height: 32rpx; } .pop-header .select.data-v-2828d62f { font-weight: 400; font-size: 20rpx; color: #343434; line-height: 32rpx; } .pop-header .pop-line.data-v-2828d62f { width: 449rpx; height: 2rpx; margin-top: 18rpx; background: #D9D9D9; box-shadow: 1rpx 1rpx 0rpx 0rpx rgba(0, 0, 0, 0.25); } .selectBox.data-v-2828d62f { width: 449rpx; } .selectBox .selectType.data-v-2828d62f { height: 21rpx; background: #D9D9D9; font-weight: 500; font-size: 24rpx; color: #4B4B4B; display: flex; justify-content: center; align-items: center; padding: 12rpx 14rpx 17rpx 14rpx; margin: 24rpx 12rpx 0 0; } .selectType.selected.data-v-2828d62f { background-color: #007bff; color: white; } .relative.data-v-2828d62f { position: relative; background-color: red; } .btn.data-v-2828d62f { position: absolute; bottom: 53rpx; width: 449rpx; left: 30rpx; } .btn image.data-v-2828d62f { width: 449rpx; height: 73rpx; }