|
.detailBody {
|
background-color: #e7e7e7;
|
padding-bottom: 110rpx;
|
min-height: 90vh;
|
}
|
.topswiper {
|
height: 720rpx;
|
}
|
.fixedBar {
|
position: fixed;
|
bottom: 0;
|
background-color: white;
|
|
width: 100%;
|
height: 100rpx;
|
}
|
.fixedBar_body {
|
padding: 12rpx;
|
display: flex;
|
justify-content: space-around;
|
}
|
.fixedBar_item1 {
|
display: flex;
|
flex-direction: column;
|
font-size: 24rpx;
|
color: #949292;
|
}
|
.fixedBar_item2 {
|
display: flex;
|
align-items: center;
|
border-radius: 40rpx;
|
width: 100%;
|
}
|
.fixedBar_btn1 {
|
|
width: 100%;
|
color: rgb(255, 78, 81);
|
background-color: rgb(255, 238, 222);
|
text-align: center;
|
padding: 26rpx 0;
|
border-radius: 42rpx;
|
font-size: 24rpx;
|
}
|
.fixedBar_btn2 {
|
width: 100%;
|
color: white;
|
background-color: rgb(252, 56, 57);
|
text-align: center;
|
padding: 13rpx 0 12rpx 0;
|
border-radius: 42rpx;
|
font-size: 22rpx;
|
}
|
.fixedBar_oldPrice {
|
text-decoration: line-through;
|
color: #b6bbbe;
|
font-size: 22rpx;
|
margin-left: 4rpx;
|
}
|
.banner {
|
display: flex;
|
justify-content: space-between;
|
background-color: #f2eac9;
|
color: #e7ad00;
|
height: 60rpx;
|
padding: 12rpx;
|
align-items: center;
|
border-radius: 12rpx;
|
/* background-color: white; */
|
}
|
.pricebox {
|
padding: 12rpx;
|
background-color: white;
|
}
|
.price {
|
color: red;
|
font-size: 46rpx;
|
}
|
.oldPrice {
|
text-decoration: line-through;
|
color: #b6bbbe;
|
font-size: 24rpx;
|
margin-left: 36rpx;
|
}
|
.title {
|
font-weight: 600px;
|
font-size: 24rpx;
|
padding: 16rpx;
|
font-size: 30rpx;
|
background-color: white;
|
}
|
.coupon {
|
display: flex;
|
padding: 12rpx 12rpx 36rpx 12rpx;
|
/* border-radius: 0 0 24rpx 24rpx; */
|
}
|
.couponLeft {
|
background: url('https://cmsstaticv2.ffquan.cn/img/quanleft.dcece460.png') no-repeat;
|
background-size: 100% 100%;
|
justify-content: space-around;
|
display: flex;
|
align-items: center;
|
height: 140rpx;
|
width: 480rpx;
|
color: red;
|
border-radius: 0 0 0 22rpx;
|
}
|
.couponPrice {
|
font-size: 48rpx;
|
font-weight: 600;
|
}
|
.coupondate {}
|
.couponRight {
|
display: flex;
|
justify-content: center;
|
background: url('https://cmsstaticv2.ffquan.cn/img/quanright.ca29e942.png') no-repeat;
|
background-size: 100% 100%;
|
height: 140rpx;
|
width: 248rpx;
|
border-radius: 0 22rpx 22rpx 0;
|
align-items: center;
|
/* color: red; */
|
}
|
.couponget {
|
text-align: center;
|
color: red;
|
font-weight: 600;
|
}
|
.shopinfo {
|
display: flex;
|
height: 160rpx;
|
padding: 12rpx;
|
align-items: center;
|
justify-content: space-around;
|
}
|
.describe {
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
height: 120rpx;
|
width: 460rpx;
|
}
|
.describe_top {
|
display: flex;
|
justify-content: space-between;
|
}
|
.describe_info {
|
display: flex;
|
justify-content: space-between;
|
color: #b6bbbe;
|
font-size: 26rpx;
|
}
|
.btn {
|
background-color: rgb(255, 78, 81);
|
color: white;
|
padding: 4rpx 20rpx;
|
border-radius: 22rpx;
|
font-size: 22rpx;
|
}
|
.fixedBar_item1 {
|
display: flex;
|
flex-direction: column;
|
}
|
.tuihuabox {
|
margin-top: 24rpx;
|
background-color: #f4f4f4;
|
padding: 12rpx 24rpx;
|
position: relative;
|
border-radius: 24rpx;
|
color: dimgray;
|
}
|
.goodDetail {
|
background-color: white;
|
padding: 12rpx;
|
margin: 12rpx 0;
|
border-radius: 24rpx;
|
}
|
.goodDetailTop {
|
display: flex;
|
margin-bottom: 12px;
|
/* justify-content: start; */
|
}
|
.tiao {
|
background-image: linear-gradient(180deg, #ff3643, #ffcccf);
|
width: 4px;
|
height: 20px;
|
border-radius: 1px;
|
margin-right: 6px;
|
}
|
.goodDetailTop_title {
|
line-height: 20px;
|
font-weight: bold;
|
}
|
.fixedImgNum{
|
position: absolute;
|
bottom: 20px;
|
right: 12px;
|
color: white;
|
background-color: #949292;
|
padding: 2px 8px;
|
font-size: 12px;
|
border-radius: 12px;
|
}
|