@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .uni-list-item.data-v-1093b690 { font-size: 32rpx; position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding-left: 30rpx; } .uni-list-item--disabled.data-v-1093b690 { opacity: 0.3; } .uni-list-item--hover.data-v-1093b690 { background-color: #f1f1f1; } .uni-list-item__container.data-v-1093b690 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; padding: 24rpx 30rpx; padding-left: 0; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; position: relative; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; border-top-color: #ebeef5; border-top-style: solid; border-top-width: 1px; } .uni-list-item--first.data-v-1093b690 { border-top-width: 0px; } .uni-list-item__content.data-v-1093b690 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; color: #3b4144; } .uni-list-item__content-title.data-v-1093b690 { font-size: 28rpx; color: #3b4144; overflow: hidden; } .uni-list-item__content-note.data-v-1093b690 { margin-top: 6rpx; color: #999; font-size: 24rpx; overflow: hidden; } .uni-list-item__extra.data-v-1093b690 { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .uni-list-item__icon.data-v-1093b690 { margin-right: 18rpx; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: flex; } .uni-list-item__icon-img.data-v-1093b690 { height: 36rpx; width: 36rpx; } .itemSwitch.data-v-1093b690 { -webkit-transform: translateX(16rpx) scale(0.84); transform: translateX(16rpx) scale(0.84); } .uni-list-item__slot.data-v-1093b690 { color: #909399; font-size: 28rpx; } @charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ /* 弹出层 */ .popup { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 99; } .popup.show { display: block; } .popup.show .mask { -webkit-animation: showPopup 0.2s linear both; animation: showPopup 0.2s linear both; } .popup.show .layer { -webkit-animation: showLayer 0.2s linear both; animation: showLayer 0.2s linear both; } .popup.hide .mask { -webkit-animation: hidePopup 0.2s linear both; animation: hidePopup 0.2s linear both; } .popup.hide .layer { -webkit-animation: hideLayer 0.2s linear both; animation: hideLayer 0.2s linear both; } .popup.none { display: none; } .popup .mask { position: fixed; top: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.4); } .popup .layer { position: fixed; z-index: 99; bottom: 0; width: 100%; min-height: 20vh; border-radius: 10rpx 10rpx 0 0; background-color: #fff; } .popup .layer .btn { height: 66rpx; line-height: 66rpx; border-radius: 100rpx; background: #FF4C4C; font-size: 30rpx; color: #fff; margin: 30rpx auto 20rpx; } @-webkit-keyframes showPopup { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes showPopup { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes hidePopup { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes hidePopup { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes showLayer { 0% { -webkit-transform: translateY(120%); transform: translateY(120%); } 100% { -webkit-transform: translateY(0%); transform: translateY(0%); } } @keyframes showLayer { 0% { -webkit-transform: translateY(120%); transform: translateY(120%); } 100% { -webkit-transform: translateY(0%); transform: translateY(0%); } } @-webkit-keyframes hideLayer { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(120%); transform: translateY(120%); } } @keyframes hideLayer { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(120%); transform: translateY(120%); } } /* 规格选择弹窗 */ .attr-content { padding: 25rpx 30rpx; } .attr-content .a-t { display: -webkit-box; display: -webkit-flex; display: flex; } .attr-content .a-t image { width: 170rpx; height: 170rpx; -webkit-flex-shrink: 0; flex-shrink: 0; border-radius: 8rpx; } .attr-content .a-t .right { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding-left: 24rpx; font-size: 26rpx; color: #606266; line-height: 42rpx; width: 75%; position: relative; } .attr-content .a-t .right .right-img { width: 37rpx; height: 37rpx; position: absolute; right: 0; top: 20rpx; } .attr-content .a-t .right .price { position: absolute; bottom: 0; font-size: 32rpx; color: #FF4C4C; margin: 10rpx 0rpx; font-size: 60rpx; font-family: PingFang SC; font-weight: bold; color: #ef041f; } .attr-content .a-t .right .price text { font-size: 30rpx; } .attr-content .a-t .right .name { width: 350rpx; font-size: 32rpx; color: #303133; height: 50rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; font-size: 30rpx; font-family: PingFang SC; font-weight: bold; color: #1d2023; } .attr-content .a-t .right .selected-text { margin-right: 10rpx; } .attr-content .attr-list { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; font-size: 30rpx; color: #606266; padding-top: 30rpx; padding-left: 10rpx; } .attr-content .item-list { padding: 20rpx 0 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .attr-content .item-list text { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; background: #eee; margin-right: 20rpx; margin-bottom: 20rpx; border-radius: 10rpx; min-width: 60rpx; height: 60rpx; padding: 0 20rpx; font-size: 28rpx; color: #303133; } .attr-content .item-list .selected { background: #fceff1; color: #f35768; border: 1px solid #f35768; } .goodsBottom { height: 160rpx; } page { background: #f0f0f0; } .contentBottomHeight { background-color: #f8f8f8; height: 130rpx; } .goodsBottom { height: 160rpx; } .iconenter { font-size: 30rpx; color: #888; } .con_image { width: 130rpx; height: 130rpx; display: inline-block; padding: 15rpx; } .con_image image { width: 100%; height: 100%; } /* 商品详情中限制图片大小 */ .rich-img { width: 100% !important; height: auto; } .mun-box { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: rgba(0, 0, 0, 0.4); } .mask image { width: 100%; height: 100%; opacity: 0.8; }