119 lines
2.9 KiB
SCSS
119 lines
2.9 KiB
SCSS
.itemBox {
|
|
width: 686px;
|
|
padding-bottom: 18px;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
display: flex;
|
|
margin-left: 32px;
|
|
margin-bottom: 24px;
|
|
|
|
.picBox {
|
|
margin-right: 24px;
|
|
width: 144px;
|
|
height: 144px;
|
|
border-radius: 8px;
|
|
position: relative;
|
|
|
|
.pic {
|
|
width: 144px;
|
|
height: 144px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.posBox {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
width: 69px;
|
|
height: 29px;
|
|
background: #000000;
|
|
border-radius: 15px 0px 8px 0px;
|
|
font-size: 18px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 29px;
|
|
|
|
opacity: 0.55;
|
|
}
|
|
}
|
|
|
|
|
|
.leftBox {
|
|
width: 144px;
|
|
height: 144px;
|
|
border-radius: 8px;
|
|
position: relative;
|
|
margin-right: 24px;
|
|
|
|
.posBox {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
width: 69px;
|
|
height: 29px;
|
|
background: #000000;
|
|
border-radius: 15px 0px 8px 0px;
|
|
font-size: 18px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 29px;
|
|
|
|
opacity: 0.55;
|
|
}
|
|
}
|
|
|
|
.rightBox {
|
|
.productName {
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.tips {
|
|
font-size: 24px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #a6a6a6;
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
.flexTag {
|
|
display: flex;
|
|
|
|
.tagOne {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
background: #e3ecff;
|
|
border-radius: 8px;
|
|
font-size: 22px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #4581FF;
|
|
text-align: center;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.tagTwo {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
background: #ffeedb;
|
|
border-radius: 8px;
|
|
font-size: 22px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #FE8E0F;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |