jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangpinjiemian/shangpinjiemian.acss
2024-12-17 19:46:10 +08:00

84 lines
1.2 KiB
Plaintext

/* 商品图背景 */
.image{
width: 100%;
height: 300px;
}
/* 价格 */
.box1{
width: 100%;
height: 80px;
background-color: #eec2c7;
position: relative;
top:0rpx;
border-radius: 15px;
}
.z1{
top: 20rpx;
left: 20rpx;
position: relative;
}
.z2{
top: 80rpx;
right: 140rpx;
position: relative;
font-weight: bolder;
font-size: 20px;
}
/* 商品底部 */
/* 商品价格 */
.z3{
font-size: 22px;
font-weight: bolder;
position: relative;
top:25rpx;
right: 60rpx;
}
.z4{
position: relative;
color: rgb(29, 18, 18);
}
.box8{
width: 400rpx;
position: relative;
left: 240rpx;
top: 25rpx;
}
/* 商品介绍 */
.z5{
font-size: 15px;
position: relative;
top:20rpx;
color: darkgrey;
left: 5px;
}
.time{
width: 100%;
height: 400px;
border-top: 2px solid #aba8a8;
margin-top: 40rpx;
border-radius: 20px;
}
.yuyuetext{
width: 100%;
height: 50px;
}
.timebox{
width: 100px;
height: 40px;
border: 1px solid #8f8c8c;
border-radius: 10px;
margin-left: 20rpx;
display: flex;
justify-content: center;
align-items: center;
margin-top: 10rpx;
}
.boxtextkuang{
width: 100%;
height: 180px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 10px;
}