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.
507 lines
12 KiB
507 lines
12 KiB
1 year ago
|
@charset "UTF-8";
|
||
|
/**
|
||
|
* 这里是uni-app内置的常用样式变量
|
||
|
*
|
||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
|
*
|
||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
|
*/
|
||
|
/* 颜色变量 */
|
||
|
/* 主要颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
/* 文字基本颜色 */
|
||
|
/* 背景颜色 */
|
||
|
/* 边框颜色 */
|
||
|
/* 尺寸变量 */
|
||
|
/* 文字尺寸 */
|
||
|
/* 图片尺寸 */
|
||
|
/* Border Radius */
|
||
|
/* 水平间距 */
|
||
|
/* 垂直间距 */
|
||
|
/* 透明度 */
|
||
|
/* 文章场景相关 */
|
||
|
/* 搜索 */
|
||
|
.search-head.data-v-2b40c260 {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
z-index: 10;
|
||
|
height: calc(300rpx + 25px);
|
||
|
padding-top: 25px;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.search-head .back.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 10%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.search-head .back text.data-v-2b40c260 {
|
||
|
width: 20rpx;
|
||
|
height: 20rpx;
|
||
|
border-left: 2rpx solid #555555;
|
||
|
border-bottom: 2rpx solid #555555;
|
||
|
-webkit-transform: rotate(45deg);
|
||
|
transform: rotate(45deg);
|
||
|
}
|
||
|
.search-head .search.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 76%;
|
||
|
justify-content: center;
|
||
|
height: 60rpx;
|
||
|
padding: 0 4%;
|
||
|
}
|
||
|
.search-head .search text.data-v-2b40c260 {
|
||
|
font-size: 34rpx;
|
||
|
color: #c0c0c0;
|
||
|
}
|
||
|
.search-head .search input.data-v-2b40c260 {
|
||
|
width: 90%;
|
||
|
height: 100%;
|
||
|
font-size: 26rpx;
|
||
|
color: #212121;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
.search-head .cut.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 10%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.search-head .cut text.data-v-2b40c260 {
|
||
|
font-size: 38rpx;
|
||
|
color: #555555;
|
||
|
}
|
||
|
/* 筛选 */
|
||
|
.screen-info.data-v-2b40c260 {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 100rpx;
|
||
|
z-index: 11;
|
||
|
top: calc(200rpx + 25px);
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.screen-info .screen-list.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.screen-info .screen-list .list.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 33%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.screen-info .screen-list .list text.data-v-2b40c260 {
|
||
|
font-size: 26rpx;
|
||
|
color: #555555;
|
||
|
}
|
||
|
.screen-info .screen-list .list .icon_z.data-v-2b40c260 {
|
||
|
font-size: 24rpx;
|
||
|
-webkit-transform: rotate(90deg) scale(0.7);
|
||
|
transform: rotate(90deg) scale(0.7);
|
||
|
}
|
||
|
.screen-info .screen-list .list .icon_j.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 40rpx;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.screen-info .screen-list .list .icon_j .up.data-v-2b40c260 {
|
||
|
-webkit-transform: rotate(-90deg) scale(0.7);
|
||
|
transform: rotate(-90deg) scale(0.7);
|
||
|
margin-bottom: -15rpx;
|
||
|
}
|
||
|
.screen-info .screen-list .list .icon_j .down.data-v-2b40c260 {
|
||
|
-webkit-transform: rotate(90deg) scale(0.7);
|
||
|
transform: rotate(90deg) scale(0.7);
|
||
|
}
|
||
|
.screen-info .screen-list .list .icon_s.data-v-2b40c260 {
|
||
|
font-size: 24rpx;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
.screen-info .screen-list .action text.data-v-2b40c260 {
|
||
|
color: #236030;
|
||
|
}
|
||
|
.screen-info .screen-popup.data-v-2b40c260 {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 200rpx;
|
||
|
top: 300rpx;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
}
|
||
|
.screen-info .screen-popup .synthesize.data-v-2b40c260 {
|
||
|
padding: 0 20rpx;
|
||
|
height: 200rpx;
|
||
|
background-color: #f6f6f6;
|
||
|
border-radius: 0 0 20rpx 20rpx;
|
||
|
}
|
||
|
.screen-info .screen-popup .synthesize .list.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.screen-info .screen-popup .synthesize .list .check.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
width: 20rpx;
|
||
|
height: 10rpx;
|
||
|
border-left: 4rpx solid #236030;
|
||
|
border-bottom: 4rpx solid #236030;
|
||
|
border-radius: 4rpx;
|
||
|
-webkit-transform: rotate(-45deg);
|
||
|
transform: rotate(-45deg);
|
||
|
}
|
||
|
.screen-info .screen-popup .synthesize .list .title.data-v-2b40c260 {
|
||
|
font-size: 26rpx;
|
||
|
color: #555555;
|
||
|
margin-left: 20rpx;
|
||
|
}
|
||
|
/* 商品列表 */
|
||
|
.goods-data.data-v-2b40c260 {
|
||
|
width: 100%;
|
||
|
margin-top: 220rpx;
|
||
|
margin-top: calc(320rpx + 25px);
|
||
|
}
|
||
|
.goods-data .goods-list.data-v-2b40c260 {
|
||
|
padding: 0 25rpx;
|
||
|
border-radius: 20rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view.data-v-2b40c260 {
|
||
|
float: left;
|
||
|
width: 49%;
|
||
|
height: 560rpx;
|
||
|
background-color: #ffffff;
|
||
|
border-radius: 20rpx;
|
||
|
margin-right: 2%;
|
||
|
margin-bottom: 20rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .thumb.data-v-2b40c260 {
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .thumb image.data-v-2b40c260 {
|
||
|
height: 350rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item.data-v-2b40c260 {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .title.data-v-2b40c260 {
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .title text.data-v-2b40c260 {
|
||
|
width: 100%;
|
||
|
color: #212121;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price.data-v-2b40c260 {
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
width: 100%;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price .min.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
font-size: 24rpx;
|
||
|
color: #236030;
|
||
|
font-weight: bold;
|
||
|
-webkit-transform: scale(0.7);
|
||
|
transform: scale(0.7);
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price .max.data-v-2b40c260 {
|
||
|
font-size: 28rpx;
|
||
|
color: #236030;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price .tag.data-v-2b40c260 {
|
||
|
position: relative;
|
||
|
background-color: #236030;
|
||
|
border-radius: 4rpx;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price .tag text.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
color: #ffffff;
|
||
|
font-size: 24rpx;
|
||
|
-webkit-transform: scale(0.7);
|
||
|
transform: scale(0.7);
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .retail-price .tag.data-v-2b40c260:before {
|
||
|
position: absolute;
|
||
|
left: -6rpx;
|
||
|
top: 0;
|
||
|
content: '';
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border-top: 0rpx solid transparent;
|
||
|
border-right: 10rpx solid #236030;
|
||
|
border-bottom: 6rpx solid transparent;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .vip-price.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
width: 100%;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .vip-price .min.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
font-size: 24rpx;
|
||
|
color: #212121;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view .item .price .vip-price .max.data-v-2b40c260 {
|
||
|
font-size: 24rpx;
|
||
|
color: #212121;
|
||
|
}
|
||
|
.goods-data .goods-list .list-view.data-v-2b40c260:nth-child(2n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 300rpx;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .thumb.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 30%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .thumb image.data-v-2b40c260 {
|
||
|
width: 200rpx;
|
||
|
height: 200rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
width: 70%;
|
||
|
height: 100%;
|
||
|
border-bottom: 2rpx solid #f6f6f6;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .title.data-v-2b40c260 {
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .title text.data-v-2b40c260 {
|
||
|
width: 100%;
|
||
|
color: #212121;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price.data-v-2b40c260 {
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
width: 100%;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price .min.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
font-size: 24rpx;
|
||
|
color: #236030;
|
||
|
font-weight: bold;
|
||
|
-webkit-transform: scale(0.7);
|
||
|
transform: scale(0.7);
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price .max.data-v-2b40c260 {
|
||
|
font-size: 28rpx;
|
||
|
color: #236030;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price .tag.data-v-2b40c260 {
|
||
|
position: relative;
|
||
|
background-color: #236030;
|
||
|
border-radius: 4rpx;
|
||
|
margin-left: 10rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price .tag text.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
color: #ffffff;
|
||
|
font-size: 24rpx;
|
||
|
-webkit-transform: scale(0.7);
|
||
|
transform: scale(0.7);
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .retail-price .tag.data-v-2b40c260:before {
|
||
|
position: absolute;
|
||
|
left: -6rpx;
|
||
|
top: 0;
|
||
|
content: '';
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border-top: 0rpx solid transparent;
|
||
|
border-right: 10rpx solid #236030;
|
||
|
border-bottom: 6rpx solid transparent;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .vip-price.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: flex-end;
|
||
|
width: 100%;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .vip-price .min.data-v-2b40c260 {
|
||
|
display: inline-block;
|
||
|
font-size: 24rpx;
|
||
|
color: #212121;
|
||
|
}
|
||
|
.goods-data .goods-list .list-li .item .price .vip-price .max.data-v-2b40c260 {
|
||
|
font-size: 24rpx;
|
||
|
color: #212121;
|
||
|
}
|
||
|
.basis-lg.data-v-2b40c260 {
|
||
|
padding-top: 0;
|
||
|
border-radius: 20rpx 0 0 20rpx;
|
||
|
flex-basis: 80% !important;
|
||
|
}
|
||
|
.basis-lg .serve.data-v-2b40c260 {
|
||
|
padding-top: 140rpx;
|
||
|
padding-left: 20rpx;
|
||
|
padding-right: 20rpx;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.basis-lg .serve .title.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.basis-lg .serve .title text.data-v-2b40c260 {
|
||
|
color: #212121;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
padding: 20rpx 0;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list .list.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 30%;
|
||
|
height: 60rpx;
|
||
|
border-radius: 60rpx;
|
||
|
margin-right: 4%;
|
||
|
background-color: #f6f6f6;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list .list text.data-v-2b40c260 {
|
||
|
color: #555555;
|
||
|
font-size: 24rpx;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list .list.data-v-2b40c260:nth-child(3n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list .action.data-v-2b40c260 {
|
||
|
background-color: rgba(233, 59, 61, 0.3);
|
||
|
border: 2rpx solid #236030;
|
||
|
}
|
||
|
.basis-lg .serve .serve-list .action text.data-v-2b40c260 {
|
||
|
color: #236030;
|
||
|
}
|
||
|
.basis-lg .price-screen.data-v-2b40c260 {
|
||
|
padding: 0 4%;
|
||
|
background-color: #ffffff;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
.basis-lg .price-screen .title.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.basis-lg .price-screen .title text.data-v-2b40c260 {
|
||
|
color: #212121;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.basis-lg .price-screen .price-section.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
height: 80rpx;
|
||
|
}
|
||
|
.basis-lg .price-screen .price-section input.data-v-2b40c260 {
|
||
|
width: 180rpx;
|
||
|
height: 50rpx;
|
||
|
border-radius: 50rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #555555;
|
||
|
background-color: #f6f6f6;
|
||
|
}
|
||
|
.basis-lg .price-screen .price-section text.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
width: 60rpx;
|
||
|
height: 2rpx;
|
||
|
background-color: #f6f6f6;
|
||
|
margin: 0 20rpx;
|
||
|
}
|
||
|
.basis-lg .operation-btn.data-v-2b40c260 {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 0 4%;
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.basis-lg .operation-btn .btn.data-v-2b40c260 {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 46%;
|
||
|
height: 70rpx;
|
||
|
background-color: #ffffff;
|
||
|
border: 2rpx solid #f6f6f6;
|
||
|
border-radius: 70rpx;
|
||
|
}
|
||
|
.basis-lg .operation-btn .btn text.data-v-2b40c260 {
|
||
|
color: #212121;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.basis-lg .operation-btn .action.data-v-2b40c260 {
|
||
|
background-color: #236030;
|
||
|
}
|
||
|
.basis-lg .operation-btn .action text.data-v-2b40c260 {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.empty.data-v-2b40c260 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.empty image.data-v-2b40c260 {
|
||
|
width: 50%;
|
||
|
height: auto;
|
||
|
margin-top: 30%;
|
||
|
}
|
||
|
|