@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .index.data-v-57280228 { min-height: 100vh; /* overflow: hidden; */ /* overflow-y: scroll; */ background-color: #e9e6e6; } .index .swiper_cont .wrap.data-v-57280228 { padding: 40rpx; } .index .swiper_cont image.data-v-57280228 { width: 100%; } .index .slogan.data-v-57280228 { display: flex; align-items: center; justify-content: space-evenly; font-size: 28rpx; color: #333; background: #e9e6e6; padding: 20rpx 0; } .index .project.data-v-57280228 { margin: 0 10rpx; padding-bottom: 80rpx; } .index .project .items.data-v-57280228 { height: 170px; display: flex; align-items: center; margin: 0 10rpx; background-color: #fff; padding: 20rpx; margin-bottom: 30rpx; border-radius: 20rpx; } .index .project .items .itemL.data-v-57280228 { width: 55%; } .index .project .items .itemL image.data-v-57280228 { width: 100%; height: 150px; border-radius: 20rpx; } .index .project .items .itemR.data-v-57280228 { flex: 1; text-align: right; } .index .project .items .itemR .itemTitle.data-v-57280228 { font-size: 40rpx; font-weight: bolder; } .index .project .items .itemR .highlight.data-v-57280228 { font-size: 20rpx; color: #999999; margin-bottom: 10rpx; } .index .project .items .itemR .price ._b.data-v-57280228 { text-decoration: line-through; } .index .project .items .itemR .price ._span.data-v-57280228 { font-size: 34rpx; color: #f02d2d; font-weight: bold; } .index .project .items .itemR .btn.data-v-57280228 { z-index: 10; } .index .project .items .itemR .btn ._span.data-v-57280228 { font-size: 28rpx; color: #fff; background-color: #18a6d1; border-radius: 50rpx; padding: 15rpx 40rpx; font-weight: bold; display: inline-block; }