@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 字体大小变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { background-color: #f7f7f7 !important; } .search-main { width: 100%; height: 88rpx; position: fixed; top: 0; left: 0; background: #ffffff; z-index: 1001; box-sizing: border-box; padding: 9rpx 24rpx; } .search-main .gosearch-btn { width: 604rpx; height: 100%; float: left; border-radius: 40rpx; background: #f0f0f0; margin: 0 auto; padding: 0 20rpx; font-size: 28rpx; line-height: 66rpx; padding-left: 66rpx; color: #8a8a8a; background: #f7f7f7; position: relative; box-sizing: border-box; } .search-main .gosearch-btn .icon-sousuo { width: 66rpx; height: 66rpx; line-height: 66rpx; text-align: center; display: block; position: absolute; left: 0; top: 0; font-size: 34rpx; color: #8a8a8a; z-index: 10; } .search-main .gosearch-btn .icon-quxiao { width: 66rpx; height: 66rpx; display: block; line-height: 66rpx; font-size: 36rpx; text-align: center; color: #8a8a8a; position: absolute; right: 10rpx; top: 0; padding: 0 10rpx; z-index: 100; } .search-main .gosearch-btn .input { width: 530rpx; height: 100%; float: left; font-size: 24rpx; box-sizing: border-box; padding-right: 66rpx; } .search-main .search-btn { width: 90rpx; height: 66rpx; line-height: 66rpx; float: right; text-align: center; color: #666666; font-size: 24rpx; } .search-container { padding-top: 91rpx; } .search-container-history { width: 100%; height: auto; background-color: #ffffff; } .s-block { background: #ffffff; } .s-block.hot { border-top: 20rpx solid #f7f7f7; } .s-block .header { font-size: 32rpx; padding: 40rpx 24rpx 22rpx 24rpx; line-height: 42rpx; font-size: 30rpx; font-weight: bold; position: relative; width: 100%; float: left; box-sizing: border-box; } .s-block .header .icon-shanchu { font-size: 36rpx; color: #333333; float: right; padding: 0 10rpx; z-index: 10; font-weight: normal; } .s-block .list { width: 100%; height: auot; float: left; padding: 0 24rpx 30rpx 24rpx; box-sizing: border-box; } .s-block .list .list-main { width: 100%; float: left; display: flex; flex-wrap: wrap; } .s-block .list .list-main view { color: #8a8a8a; font-size: 24rpx; box-sizing: border-box; text-align: center; height: 48rpx; line-height: 48rpx; border-radius: 24rpx; margin: 12rpx 12rpx 12rpx 0; padding: 0 20rpx; white-space: nowrap; text-overflow: ellipsis; background-color: #f3f3f3; } .s-block .list .list-main view .iconfont { font-size: 30rpx; color: #e15616; margin-left: 12rpx; } .s-block .list .list-main view.list-active { background-color: #fef6f3; color: #e15616; } .commodity-list-wrapper { box-sizing: border-box; padding: 0 24rpx; background: #ffffff; } .commodity-list-wrapper .scroll-view { height: 100%; overflow: scroll; } .commodity-list-wrapper .empty-container-image { margin-top: -300rpx; } .product-list-type { display: flex; justify-content: space-between; align-items: center; padding: 32rpx 0; border-bottom: 1px solid #e1e1e1; overflow: hidden; } .product-list-type:last-child { border-bottom: 0; } .product-list-type .product-list-image { width: 182rpx; height: 182rpx; box-sizing: border-box; border-radius: 8rpx; border: 1px solid #e1e1e1; } .product-list-type .product-list-image .product-image { width: 180rpx; height: 180rpx; display: block; border-radius: 8rpx; } .product-list-type .product-list-msgs { width: 495rpx; height: 100%; } .product-list-type .product-list-msgs .product-name { width: 100%; height: 72rpx; line-height: 36rpx; font-size: 26rpx; color: #333333; text-align: justify; } .product-list-type .product-list-msgs .product-unit, .product-list-type .product-list-msgs .product-tags, .product-list-type .product-list-msgs .product-price { margin-top: 8rpx; } .product-list-type .product-list-msgs .product-unit { width: 100%; height: 28rpx; text-align: left; line-height: 28rpx; font-size: 20rpx; color: #999999; } .product-list-type .product-list-msgs .product-tags { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 30rpx; } .product-list-type .product-list-msgs .product-tags .tag { margin-right: 8rpx; font-size: 22rpx; height: 30rpx; line-height: 30rpx; text-align: center; } .product-list-type .product-list-msgs .product-tags .tag.type2 { width: 80rpx; color: #f83c6c; background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-active.png) top center no-repeat; background-size: contain; } .product-list-type .product-list-msgs .product-price { display: flex; justify-content: space-between; align-items: flex-end; height: 26rpx; } .product-list-type .product-list-msgs .product-price .price { font-size: 26rpx; color: #f83c6c; font-weight: bold; line-height: 26rpx; } .product-list-type .product-list-msgs .product-price .carts-add { width: 44rpx; height: 44rpx; line-height: 44rpx; border-radius: 50%; text-align: center; font-size: 32rpx; color: #ffffff; background-color: #ff457b; }