|
page {
|
background-color: #F9F9FB;
|
}
|
|
@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 {
|
width: 100%;
|
}
|
.index .dingwei.data-v-57280228 {
|
width: calc(100% - 40rpx);
|
position: fixed;
|
left: 20rpx;
|
bottom: 20rpx;
|
padding: 20rpx;
|
box-sizing: border-box;
|
background: rgba(0, 0, 0, 0.7);
|
border-radius: 8rpx;
|
-webkit-backdrop-filter: blur(4px);
|
backdrop-filter: blur(4px);
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .dingwei .dingwei-left.data-v-57280228 {
|
display: flex;
|
flex-direction: column;
|
}
|
.index .dingwei .dingwei-left text.data-v-57280228:nth-child(1) {
|
font-weight: 600;
|
font-size: 28rpx;
|
color: #FFFFFF;
|
}
|
.index .dingwei .dingwei-left text.data-v-57280228:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #FFFFFF;
|
margin-top: 4rpx;
|
}
|
.index .dingwei .dingwei-btn.data-v-57280228 {
|
width: 128rpx;
|
height: 56rpx;
|
font-weight: 500;
|
font-size: 26rpx;
|
color: #FFFFFF;
|
line-height: 56rpx;
|
text-align: center;
|
background: #004096;
|
border-radius: 44rpx;
|
}
|
.index .head.data-v-57280228 {
|
width: 100%;
|
height: 424rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
background: linear-gradient(180deg, #C8F3FF 0%, #F8F9FB 100%);
|
}
|
.index .head .head-bar.data-v-57280228 {
|
width: 100%;
|
position: fixed;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
}
|
.index .head .head-bar .head-bar-nav.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
}
|
.index .head .head-bar .head-bar-nav image.data-v-57280228 {
|
width: 36rpx;
|
height: 36rpx;
|
margin-right: 8rpx;
|
}
|
.index .head .head-bar .head-bar-nav text.data-v-57280228 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
margin-right: 8rpx;
|
}
|
.index .head .search.data-v-57280228 {
|
width: 100%;
|
margin-top: 20rpx;
|
}
|
.index .head .banner.data-v-57280228 {
|
width: 100%;
|
margin-top: 30rpx;
|
}
|
.index .head .quality.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 30rpx;
|
}
|
.index .head .quality .quality-item.data-v-57280228 {
|
flex: 1;
|
height: 372rpx;
|
border-radius: 16rpx;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
overflow: hidden;
|
}
|
.index .head .quality .quality-item .quality-item-image.data-v-57280228 {
|
width: 100%;
|
}
|
.index .head .quality .quality-item .quality-item-row.data-v-57280228 {
|
width: 100%;
|
height: 176rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
border-radius: 16rpx;
|
}
|
.index .head .quality .quality-item .quality-item-row .quality-item-row-image.data-v-57280228 {
|
width: 100%;
|
}
|
.index .head .title.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 48rpx;
|
}
|
.index .head .title .title-left.data-v-57280228 {
|
font-weight: 600;
|
font-size: 34rpx;
|
color: #111111;
|
}
|
.index .head .title .title-right.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
}
|
.index .head .title .title-right text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
margin-right: 8rpx;
|
}
|
.index .head .commodity.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
margin-top: 30rpx;
|
}
|
.index .head .commodity .commodity-item.data-v-57280228 {
|
width: 332rpx;
|
background-color: #ffffff;
|
margin-bottom: 20rpx;
|
}
|
.index .head .commodity .commodity-item .commodity-item-image.data-v-57280228 {
|
width: 100%;
|
height: 336rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.index .head .commodity .commodity-item .commodity-item-image image.data-v-57280228 {
|
width: 100%;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box.data-v-57280228 {
|
width: 100%;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-title.data-v-57280228 {
|
font-weight: 600;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: baseline;
|
margin-top: 8rpx;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price .commodity-item-box-price-a.data-v-57280228 {
|
display: flex;
|
align-items: baseline;
|
margin-right: 8rpx;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price .commodity-item-box-price-a text.data-v-57280228:nth-child(1) {
|
font-weight: bold;
|
font-size: 32rpx;
|
color: #E4001D;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price .commodity-item-box-price-a text.data-v-57280228:nth-child(1)::before {
|
content: "¥";
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #E4001D;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price .commodity-item-box-price-a text.data-v-57280228:nth-child(2) {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #E4001D;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-box-price .commodity-item-box-price-b.data-v-57280228 {
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #999999;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-shou.data-v-57280228 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-shou text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.index .head .commodity .commodity-item .commodity-item-box .commodity-item-shou .commodity-item-shou-add.data-v-57280228 {
|
width: 44rpx;
|
height: 44rpx;
|
background: #004096;
|
border-radius: 50%;
|
line-height: 44rpx;
|
text-align: center;
|
font-size: 30rpx;
|
color: #fff;
|
}
|
.index .head .scroll-list.data-v-57280228 {
|
display: flex;
|
flex-direction: column;
|
padding: 0 20rpx;
|
box-sizing: border-box;
|
margin-top: 40rpx;
|
}
|
.index .head .scroll-list .cate-item1.data-v-57280228 {
|
width: calc(50vw - 40rpx);
|
height: 104rpx;
|
padding-left: 40rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
display: flex;
|
align-items: center;
|
margin-bottom: 20rpx;
|
margin-right: 22rpx;
|
}
|
.index .head .scroll-list .cate-item1.data-v-57280228:last-child {
|
margin-right: 0 !important;
|
}
|
.index .head .scroll-list .cate-item1 image.data-v-57280228 {
|
width: 46rpx;
|
height: 46rpx;
|
margin-right: 20rpx;
|
}
|
.index .head .scroll-list .cate-item1 text.data-v-57280228 {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.index .head .scroll-list .cate-item.data-v-57280228 {
|
width: calc(25vw - 96rpx);
|
height: auto;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
margin-bottom: 30rpx;
|
margin-right: 96rpx;
|
}
|
.index .head .scroll-list .cate-item.data-v-57280228:last-child {
|
margin-right: 0 !important;
|
}
|
.index .head .scroll-list .cate-item .cate-item-image.data-v-57280228 {
|
width: 88rpx;
|
height: 88rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
background: linear-gradient(180deg, #E6E6E6 0%, #F9F9FB 100%);
|
border-radius: 24rpx;
|
}
|
.index .head .scroll-list .cate-item .cate-item-image image.data-v-57280228 {
|
width: 100%;
|
}
|
.index .head .scroll-list .cate-item text.data-v-57280228 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #333333;
|
margin-top: 16rpx;
|
}
|
.index .head .scroll-list__line.data-v-57280228 {
|
display: flex;
|
flex-direction: row;
|
}
|
.index .head .scroll-list__line__item.data-v-57280228 {
|
width: 25%;
|
margin-right: 15px;
|
}
|
.index .head .scroll-list__line__item__image.data-v-57280228 {
|
width: 61px;
|
height: 48px;
|
}
|
.index .head .scroll-list__line__item__text.data-v-57280228 {
|
margin-top: 5px;
|
color: #606266;
|
font-size: 12px;
|
text-align: center;
|
}
|
.index .head .scroll-list__line__item--no-margin-right.data-v-57280228 {
|
margin-right: 0;
|
}
|