xlcs/xlcs-user/unpackage/dist/dev/mp-weixin/pages/index/index.wxss

144 lines
3.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/*
利用scss中&-的方式实现层级样式的拼接
*/
.gg.data-v-57280228 {
/* navbar 导航中进行地图位置的获取设置 */
/* 内容区域 */
/*
notice-bar头部滚动信息搜索区域
利用background-image的linear-gradient保持与导航一致的线形渐变色彩
*/
/* 滚动信息搜索框 */
/* 头部区域底部左右圆角区域 */
/* 新人专享 */
/* 小鹿超市规则 */
/* 商品分类 */
/* 如何购买商品 */
/* 热销好货 */
}
.gg-map-slot-wrap.data-v-57280228 {
display: flex;
align-items: center;
background-color: rgba(240, 240, 240, 0.35);
color: #fff;
border-radius: 100rpx;
}
.gg-content.data-v-57280228 {
background-color: #f3f4f6;
}
.gg-header.data-v-57280228 {
background-image: linear-gradient(to right, #ffb43d, #ff6500);
height: 500rpx;
}
.gg-notice-search-bar.data-v-57280228 {
display: flex;
align-items: center;
background-color: white;
border-radius: 30rpx;
/* 滚动信息搜索框左侧图标 */
/* 滚动信息搜索框中的字体设置 */
}
.gg-notice-search-bar-left-icon.data-v-57280228 {
position: relative;
left: 20rpx;
color: #c0c4cc;
}
.gg-notice-search-bar-u-notice-bar.data-v-57280228 {
flex: 1;
/* 深层穿透修改子组件字体颜色样式 */
}
.gg-notice-search-bar-u-notice-bar.data-v-57280228 .u-news-item {
color: #c0c4cc !important;
}
.gg-header-bottom.data-v-57280228 {
background-image: linear-gradient(to right, #ffb43d, #ff6500);
height: 25rpx;
border-bottom-left-radius: 25rpx;
border-bottom-right-radius: 25rpx;
}
.gg-new-vip.data-v-57280228 {
background-color: white;
border-radius: 20rpx;
}
.gg-new-vip-sv.data-v-57280228 {
height: 320rpx;
}
.gg-new-vip-sv-item.data-v-57280228 {
display: flex;
flex-direction: column;
}
.gg-border.data-v-57280228 {
border-radius: 20rpx;
border-bottom: 1rpx solid #f5f5f5;
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
/*下边阴影 */
}
.gg-category.data-v-57280228 {
display: flex;
justify-content: center;
align-items: center;
height: 5rpx;
}
.gg-category-progress.data-v-57280228 {
width: 10vw;
}
.gg-number.data-v-57280228 {
border-radius: 50%;
background-color: #ff9900;
width: 30rpx;
height: 30rpx;
text-align: center;
font-size: 20rpx;
color: white;
}
.gg-number-gray.data-v-57280228 {
background-color: gray;
}
.gg-product-item.data-v-57280228 {
height: 250rpx;
}
.gg-product-item-msg.data-v-57280228 {
height: 100%;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.gg-product-item-msg-price-value.data-v-57280228 {
font-size: 50rpx;
}
.emptyPage.data-v-57280228 {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 100vh;
}