189 lines
3.1 KiB
Plaintext
189 lines
3.1 KiB
Plaintext
/* packageI/warehouseFarm/warehouseFarmGood/warehouseFarmGood.wxss */
|
|
view,
|
|
text {
|
|
text-align: center;
|
|
}
|
|
|
|
#warehouse-farm-good .good-title {
|
|
padding: 28rpx 28rpx 40rpx;
|
|
font-size: 14px;
|
|
color: #2c2c2c;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule .rule-item {
|
|
width: 210rpx;
|
|
height: 120rpx;
|
|
border-radius: 12rpx;
|
|
border: solid 1rpx #e5e5e5;
|
|
margin: 0 0 30rpx 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: solid 1rpx #e5e5e5;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule .rule-item .price {
|
|
font-size: 16px;
|
|
color: #f14e4e;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule .rule-item .price em {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule .active-rule-color {
|
|
background-color: #f14e4e;
|
|
color: #fff;
|
|
}
|
|
|
|
#warehouse-farm-good .good-rule .active-rule-color .price {
|
|
color: #fff;
|
|
}
|
|
|
|
#warehouse-farm-good .content {
|
|
background: #fff;
|
|
}
|
|
|
|
#warehouse-farm-good .content .title {
|
|
line-height: 88rpx;
|
|
height: 88rpx;
|
|
}
|
|
|
|
/* 客服 */
|
|
.icon-close11 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.pop-content {
|
|
background-color: #fff;
|
|
border-radius: 38rpx;
|
|
text-align: center;
|
|
background: #fff;
|
|
padding: 35rpx 0;
|
|
position: relative;
|
|
justify-content: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 650rpx;
|
|
}
|
|
|
|
.pop-content .pop-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.pop-content .pop-top .left {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .pop-top .right {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap icon {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
font-size: 50rpx;
|
|
background-color: #02c777;
|
|
color: #fff;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color2 {
|
|
background: #ff9329;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color3 {
|
|
background: #2aa7fb;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .line {
|
|
width: 1px;
|
|
height: 51rpx;
|
|
background-color: #999;
|
|
}
|
|
|
|
/* 轮播图 */
|
|
.ithumb {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ithumb swiper {
|
|
height: 750rpx;
|
|
}
|
|
|
|
.ithumb image {
|
|
width: 100%;
|
|
}
|
|
|
|
.number-box {
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: 10px;
|
|
font-size: 12px;
|
|
padding: 4px 15px;
|
|
color: #fff;
|
|
border-radius: 12px;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|