225 lines
5.0 KiB
Plaintext
225 lines
5.0 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.data-v-7fc34836:export {
|
||
theme_bg: #f30213;
|
||
}
|
||
/*全部商品 start*/
|
||
.m-navbar-item.data-v-7fc34836 {
|
||
padding: 20rpx 0;
|
||
font-size: 24rpx;
|
||
}
|
||
.m-navbar-item ._i.data-v-7fc34836 {
|
||
font-size: 0rpx;
|
||
line-height: 0;
|
||
vertical-align: middle;
|
||
display: inline-block;
|
||
width: 0rpx;
|
||
height: 0rpx;
|
||
margin-left: 9.375rpx;
|
||
border-width: 9.375rpx;
|
||
border-color: #aaa transparent transparent transparent;
|
||
border-style: solid dashed dashed dashed;
|
||
}
|
||
.m-navbar-item.data-v-7fc34836:after {
|
||
border: none;
|
||
}
|
||
.m-navbar-item.m-navbar-item-on.data-v-7fc34836 {
|
||
background-color: #fff;
|
||
color: #f30213;
|
||
}
|
||
.m-navbar-item.m-navbar-item-on ._i.data-v-7fc34836 {
|
||
border-color: #f30213 transparent transparent;
|
||
}
|
||
.m-navbar-item.m-navbar-item-on.data-v-7fc34836::before {
|
||
content: ' ';
|
||
position: absolute;
|
||
left: 0;
|
||
bottom: 0;
|
||
right: 0;
|
||
height: 6rpx;
|
||
border-bottom: 6rpx solid #f30213;
|
||
color: #cccccc;
|
||
-webkit-transform-origin: 0 100%;
|
||
transform-origin: 0 100%;
|
||
-webkit-transform: scaleY(0.5);
|
||
transform: scaleY(0.5);
|
||
z-index: 3;
|
||
}
|
||
.m-sort.data-v-7fc34836 {
|
||
position: relative;
|
||
}
|
||
.m-sort image.data-v-7fc34836 {
|
||
width: 24rpx;
|
||
height: 24rpx;
|
||
position: absolute;
|
||
/*top: 50%;*/
|
||
margin-top: 10rpx;
|
||
margin-left: 2rpx;
|
||
}
|
||
/*全部商品 end*/
|
||
.m-product-price1.data-v-7fc34836 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.m-product-price1 label.data-v-7fc34836 {
|
||
font-weight: initial;
|
||
}
|
||
.m-listv .m-product-price1.data-v-7fc34836 {
|
||
width: 312rpx;
|
||
}
|
||
.num.data-v-7fc34836 {
|
||
font-size: 24rpx;
|
||
color: #717171;
|
||
padding-right: 20rpx;
|
||
/*margin-left:260rpx; */
|
||
}
|
||
.u-pa .m-tab.data-v-7fc34836 {
|
||
top: 0px;
|
||
}
|
||
.u-pa .m-tab-top.data-v-7fc34836 {
|
||
top: 0;
|
||
}
|
||
.filter-box.data-v-7fc34836 {
|
||
top: 0px;
|
||
}
|
||
.filter-box-top.data-v-7fc34836 {
|
||
top: 0;
|
||
}
|
||
.tag-view.data-v-7fc34836 {
|
||
margin: 10rpx 20rpx;
|
||
display: inline-block;
|
||
}
|
||
.uni-numbox-value.data-v-7fc34836 {
|
||
border: 2rpx solid #cccccc;
|
||
background-color: #ffffff;
|
||
width: 150rpx;
|
||
height: 48rpx;
|
||
text-align: center;
|
||
display: inline-block;
|
||
}
|
||
.uni-dot.data-v-7fc34836 {
|
||
width: 30rpx;
|
||
height: 100%;
|
||
text-align: center;
|
||
display: inline-block;
|
||
line-height: 44rpx;
|
||
height: 44rpx;
|
||
}
|
||
.uni-padding-wrap.data-v-7fc34836 {
|
||
overflow: hidden;
|
||
max-width: 400rpx;
|
||
}
|
||
/* */
|
||
.product-list.data-v-7fc34836 {
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.product-list.data-v-7fc34836:hover {
|
||
z-index: 2;
|
||
}
|
||
.product-list .flag.data-v-7fc34836 {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 50%;
|
||
z-index: 2;
|
||
width: 64px;
|
||
height: 20px;
|
||
margin-left: -32px;
|
||
font-size: 12px;
|
||
line-height: 20px;
|
||
text-align: center;
|
||
color: #fff;
|
||
}
|
||
.product-list .flag-reduction.data-v-7fc34836 {
|
||
background-color: #e50dbb;
|
||
z-index: 8;
|
||
}
|
||
.product-list .flag-saleoff.data-v-7fc34836 {
|
||
background-color: #e53935;
|
||
z-index: 7;
|
||
}
|
||
.product-list .flag-postfree.data-v-7fc34836 {
|
||
background-color: #ffac13;
|
||
z-index: 6;
|
||
}
|
||
.product-list .flag-bargain.data-v-7fc34836 {
|
||
background-color: #ffac13;
|
||
z-index: 4;
|
||
}
|
||
.product-list .flag-gift.data-v-7fc34836 {
|
||
background-color: #2196f3;
|
||
z-index: 3;
|
||
}
|
||
.product-list .flag-new.data-v-7fc34836 {
|
||
background-color: #83c44e;
|
||
z-index: 5;
|
||
}
|
||
.product-list .flag-selfsupport.data-v-7fc34836 {
|
||
background-color: #f44336;
|
||
z-index: 10;
|
||
position: absolute;
|
||
top: 1px;
|
||
right: 5px;
|
||
left: auto;
|
||
width: 40px;
|
||
}
|
||
.placeholder-class.data-v-7fc34836 {
|
||
font-size: 25rpx;
|
||
}
|
||
.button.data-v-7fc34836 {
|
||
line-height: 2;
|
||
font-size: 34rpx;
|
||
}
|
||
.uni-common-mt.data-v-7fc34836 {
|
||
margin-top: 20rpx;
|
||
}
|
||
.u-pa.data-v-7fc34836 {
|
||
position: inherit !important;
|
||
}
|
||
.u-pa .m-product-list.data-v-7fc34836 {
|
||
padding-top: 0rpx;
|
||
}
|
||
.u-pa .m-tab.data-v-7fc34836 {
|
||
position: relative;
|
||
}
|
||
.u-pa .m-product-list.data-v-7fc34836 {
|
||
padding: 0px !important;
|
||
}
|
||
.m-listv .m-product-item.data-v-7fc34836:nth-child(1) {
|
||
margin-top: 20rpx !important;
|
||
}
|
||
.m-listv .m-product-item.data-v-7fc34836:nth-child(2) {
|
||
margin-top: 20rpx !important;
|
||
}
|
||
.m-listv .m-product-item.data-v-7fc34836:nth-child(odd) {
|
||
margin-left: 0;
|
||
}
|
||
.m-listv .m-product-item.data-v-7fc34836:nth-child(even) {
|
||
margin-right: 0;
|
||
}
|
||
|