TestEShopDist/dist/pages/details/sub-common/b1dcec3deb42eb0cf7320d2c3136243b.wxss
2023-05-12 11:43:37 +08:00

157 lines
5.3 KiB
Plaintext

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/components/shopCart/components/productItem/index.module.scss ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.index-module__common_safe_area_y___qlCUj {
width: 100%;
height: constant(safe-area-inset-bottom);
/* 兼容 iOS < 11.2 */
height: env(safe-area-inset-bottom);
/* 兼容 iOS >= 11.2 */
}
.index-module__hoverClass___U06jB {
-webkit-filter: brightness(70%);
filter: brightness(70%);
}
.index-module__full-100___Bl_Ur {
width: 100%;
height: 100%;
}
.index-module__product_item___z6Vx0 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.index-module__product_item___z6Vx0:nth-child(n+2) {
margin-top: 37rpx;
}
.index-module__product_item___z6Vx0 .index-module__checkbox___WuJMV {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.index-module__product_item___z6Vx0 .index-module__img___nL6LB {
width: 126rpx;
height: 126rpx;
margin-left: 20rpx;
}
.index-module__product_item___z6Vx0 .index-module__img___nL6LB image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.index-module__product_item___z6Vx0 .index-module__des____wkTs {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-left: 20rpx;
padding-right: 10rpx;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.index-module__product_item___z6Vx0 .index-module__des____wkTs .index-module__subtitle___x1wjX {
color: #ababab;
font-size: 24rpx;
margin: 10rpx 0;
}
.index-module__product_item___z6Vx0 .index-module__des____wkTs .index-module__tag___jdkkN {
font-size: 22rpx;
color: #fff;
background-color: #4581ff;
border-radius: 10rpx;
width: 65rpx;
height: 33rpx;
text-align: center;
line-height: 33rpx;
}
.index-module__product_item___z6Vx0 .index-module__count___gyYmw {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.index-module__product_item___z6Vx0 .index-module__count___gyYmw .index-module__btn_count___SNYbE {
width: 235rpx;
height: 64rpx;
background-color: #ecf5ff;
border-radius: 40rpx 0rpx 16rpx 0rpx;
padding: 0 20rpx;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.index-module__product_item___z6Vx0 .index-module__count___gyYmw .index-module__long___qf79D {
color: #4581ff;
font-size: 24rpx;
}
.index-module__product_item___z6Vx0 .index-module__product_item_name___xYkhg {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
color: #3c3c3c;
}
.index-module__product_item___z6Vx0 .index-module__product_item_name_header___zlqI0 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10rpx;
margin-left: 20rpx;
font-size: 28rpx;
}
.index-module__product_item___z6Vx0 .index-module__product_item_name_header___zlqI0 .index-module__price___UXJSb {
font-size: 28rpx;
font-weight: 700;
color: #3c3c3c;
}
.index-module__product_item___z6Vx0 .index-module__product_item_name_header___zlqI0 .index-module__price___UXJSb text {
font-size: 22rpx;
}
.index-module__product_item___z6Vx0 .index-module__product_item_name_header___zlqI0 .index-module__title___LgKUP {
font-size: 28rpx;
color: #3c3c3c;
padding-right: 10rpx;
overflow: hidden;
display: -webkit-box;
white-space: normal;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.index-module__no_product_item_select___M_n6L {
opacity: 0.3;
}