/* packageH/deposit_group/component/goodsDetail/goodsDetail.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; justify-content: space-between; align-items: baseline; padding-bottom: 0.375rem; } .yz-gp-goods-info .goods-options { color: #999; } .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; align-items: center; 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%; } .reduce-goods, .add-goods { width: 46rpx; height: 46rpx; border-radius: 50%; line-height: 46rpx; text-align: center; color: #eee; } .good-num { font-size: 14px; color: #202020; font-weight: 400; padding: 0 20rpx; } .reduce-goods { background-color: #c9c8c8; } .add-goods { background-color: #f14e4e; } .end { font-size: 14px; font-weight: normal; margin-top: 25rpx; text-align: center; }