yuminge-app/yun-min-program-plugin-master/packageI/components/yz_goodsPopup/yz_goodsPopup.wxss

153 lines
2.5 KiB
Plaintext

/* packageE/solitaire/components/yz_goodsPopup/yz_goodsPopup.wxss */
@import "/mycss/iconfont.wxss";
.ithumb {
position: relative;
overflow: hidden;
}
.ithumb swiper {
height: 750rpx;
}
.ithumb image {
width: 100%;
}
.rob-time {
height: 2.625rem;
color: #fff;
background: #f14e4e;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0.875rem;
}
.rob-time .bottom_time {
color: #fff;
display: flex;
height: 3rem;
margin-left: 0.5rem;
align-items: center;
}
.rob-time .bottom_time .radius-box {
width: 1.375rem;
height: 1.375rem;
font-size: 0.75rem;
color: #f14e4e;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: #fff;
}
.rob-time .bottom_time .text {
padding: 0 0.281rem;
display: flex;
align-items: center;
font-size: 0.75rem;
}
.yz-gp-goods-info {
padding: 0.5rem 0.875rem;
display: flex;
flex-direction: column;
}
.yz-gp-goods-info .yz-g-price {
color: #f14e4e;
font-size: 0.75rem;
display: flex;
align-items: baseline;
padding-bottom: 0.375rem;
}
.yz-gp-goods-info .yz-g-price .big-font {
font-size: 1.5rem;
margin: 0 0.5rem 0 0.125rem;
}
.yz-gp-goods-info .yz-g-title {
text-align: left;
font-size: 1rem;
line-height: 1.25rem;
color: #333;
margin-bottom: 0.375rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.yz-gp-goods-info .yz-g-other {
display: flex;
color: #999;
font-size: 0.75rem;
}
.yz-gp-goods-info .yz-g-other .other-info {
margin-right: 0.875rem;
}
.yz-gp-goods-info .yz-g-addCar {
display: flex;
flex-direction: row-reverse;
}
.yz-gp-goods-info .yz-g-addCar icon {
background: #f14e4e;
color: #fff;
width: 1.5rem;
height: 1.5rem;
text-align: center;
line-height: 1.5rem;
border-radius: 50%;
display: flex;
justify-content: center;
}
.yz-gp-brand {
height: 3.875rem;
line-height: 3.875rem;
display: flex;
align-items: center;
padding: 0 0.875rem;
font-size: 1rem;
color: #333;
}
.yz-gp-brand .logo_img {
width: 1.875rem;
height: 1.875rem;
border-radius: 100%;
overflow: hidden;
margin: 0 0.75rem 0 0;
}
.yz-g-detail .yz-g-d-title {
text-align: center;
height: 2.875rem;
line-height: 2.875rem;
color: #999;
}
.yz-g-detail .yz-content image {
max-width: 100%;
}
.add-text-box {
height: 60rpx;
line-height: 60rpx;
background: #f14e4e;
color: #fff;
font-size: 12px;
text-align: center;
width: 128rpx;
border-radius: 4px;
}