You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
huazhiyu/unpackage/dist/dev/mp-weixin/pages/home/home.wxss

171 lines
4.0 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 主要颜色 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-92bb8f34 {
padding-bottom: 100rpx;
background-color: #f2f2f2;
}
.head-info.data-v-92bb8f34 {
position: fixed;
left: 0;
top: 0;
z-index: 100;
width: 100%;
padding: 0 25rpx;
height: 170rpx;
background-size: 100% 433rpx;
background-color: #fff;
overflow: hidden;
padding-bottom: 20rpx;
}
.head-info .head-search.data-v-92bb8f34 {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 45px;
}
.head-info .head-search .icon-info.data-v-92bb8f34 {
display: flex;
align-items: center;
height: 100%;
}
.head-info .head-search .icon-info text.data-v-92bb8f34 {
font-size: 52rpx;
color: #222;
}
.head-info .head-search .icon-info image.data-v-92bb8f34 {
width: 42rpx;
height: 43rpx;
}
.head-info .head-search .search.data-v-92bb8f34 {
display: flex;
align-items: center;
flex: 1;
padding: 0 20rpx;
height: 65rpx;
background-color: #f5f5f5;
border-radius: 10rpx;
}
.head-info .head-search .search .icon.data-v-92bb8f34 {
display: flex;
align-items: center;
margin-right: 20rpx;
}
.head-info .head-search .search .icon image.data-v-92bb8f34 {
width: 27rpx;
height: 29rpx;
}
.head-info .head-search .search .hint.data-v-92bb8f34 {
display: flex;
align-items: center;
}
.head-info .head-search .search .hint .max.data-v-92bb8f34 {
font-size: 24rpx;
color: #a09f9f;
}
.head-info .head-search .search .hint .min.data-v-92bb8f34 {
font-size: 24rpx;
color: #F6f6f6;
margin-left: 10rpx;
}
.main.data-v-92bb8f34 {
margin-top: 170rpx;
padding-top: 20rpx;
background-color: #FFFFFF;
}
/* banner */
.banner.data-v-92bb8f34 {
padding: 0 25rpx;
height: 260rpx;
margin-bottom: 30rpx;
border-radius: 10rpx;
overflow: hidden;
}
.banner .screen-swiper.data-v-92bb8f34 {
height: 100%;
min-height: 100% !important;
}
.banner .screen-swiper image.data-v-92bb8f34 {
height: 260rpx;
border-radius: 10rpx;
}
.banner .u-swiper.data-v-92bb8f34 {
background-color: #fff !important;
}
.devide.data-v-92bb8f34 {
height: 10rpx;
background: #f7f7f7;
}
.new-product.data-v-92bb8f34 {
padding: 20rpx 25rpx;
text-align: center;
}
.new-product .zenxuan.data-v-92bb8f34 {
width: 100%;
}
.new-product .empty.data-v-92bb8f34 {
width: 50%;
margin: 20rpx auto;
height: auto;
}
.new-product .product-title.data-v-92bb8f34 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 80rpx;
}
.new-product .product-title .title.data-v-92bb8f34 {
display: flex;
align-items: center;
}
.new-product .product-title .title text.data-v-92bb8f34 {
font-size: 28rpx;
color: #4c4b4b;
padding-left: 20rpx;
border-left: 4px solid #ddbe7f;
}
.new-product .goods-list.data-v-92bb8f34 {
white-space: nowrap;
width: 100%;
overflow-y: hidden;
overflow-x: auto;
}
.new-product .goods-list .list.data-v-92bb8f34 {
display: inline-block;
width: 25%;
height: 100%;
}
.new-product .goods-list .list .pictrue.data-v-92bb8f34 {
width: 100%;
height: 70%;
}
.new-product .goods-list .list .pictrue image.data-v-92bb8f34 {
width: 150rpx;
height: 150rpx;
}