@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .home.data-v-1524273d { background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-index-bg.png) no-repeat top center; background-size: 750rpx auto; background-position-y: -50rpx; } .swiper-content.top.data-v-1524273d { padding-top: 120rpx; } .container-section.data-v-1524273d { width: 100%; padding: 12rpx 24rpx; background-color: #f7f7f7; box-sizing: border-box; } .container-section .product-list.data-v-1524273d { display: flex; justify-content: space-between; flex-wrap: wrap; } .container-section .product-list .product.data-v-1524273d { margin: 12rpx 0; } .container-section .floor-title.data-v-1524273d { display: flex; justify-content: space-between; align-items: center; padding: 12rpx 0; } .container-section .floor-title .title .name.data-v-1524273d { font-size: 34rpx; font-weight: bold; text-align: left; line-height: 49rpx; color: #333; } .container-section .floor-title .title .desc.data-v-1524273d { color: #999999; font-size: 26rpx; } .container-section .floor-title .more text.data-v-1524273d { font-size: 26rpx; text-align: right; line-height: 49rpx; color: #999999; } .container-section .floor-title .more .iconfont.data-v-1524273d { font-size: 30rpx; color: #999999; } .search-input.data-v-1524273d { width: 100%; padding: 24rpx; box-sizing: border-box; background: linear-gradient(180deg, #fa55bf 0%, #f8458b 100%); } .search-input.fixed.data-v-1524273d { position: fixed; top: 0; left: 0; z-index: 99; } .search-input .search-content.data-v-1524273d { display: flex; justify-content: flex-start; align-items: center; width: 702rpx; height: 66rpx; border-radius: 33rpx; color: #8a8a8a; background: #fff; box-sizing: border-box; padding: 0 24rpx; } .search-input .search-content .iconfont.data-v-1524273d { font-size: 34rpx; margin-right: 12rpx; } .search-input .search-content .search-text.data-v-1524273d { font-size: 24rpx; }