jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/shangpinjiemian/shangpinjiemian.acss

84 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
/* 商品图背景 */
2024-11-15 03:51:28 +00:00
.image{
2024-12-17 11:46:10 +00:00
width: 100%;
2024-11-10 07:01:22 +00:00
height: 300px;
}
/* 价格 */
.box1{
2024-12-17 11:46:10 +00:00
width: 100%;
2024-11-10 07:01:22 +00:00
height: 80px;
background-color: #eec2c7;
2024-11-15 03:51:28 +00:00
position: relative;
top:0rpx;
2024-11-10 07:01:22 +00:00
border-radius: 15px;
}
.z1{
2024-11-15 03:51:28 +00:00
top: 20rpx;
left: 20rpx;
position: relative;
2024-11-10 07:01:22 +00:00
}
.z2{
2024-11-15 03:51:28 +00:00
top: 80rpx;
right: 140rpx;
position: relative;
2024-11-10 07:01:22 +00:00
font-weight: bolder;
font-size: 20px;
}
/* 商品底部 */
/* 商品价格 */
2024-11-15 03:51:28 +00:00
2024-11-10 07:01:22 +00:00
.z3{
font-size: 22px;
font-weight: bolder;
2024-11-15 03:51:28 +00:00
position: relative;
top:25rpx;
right: 60rpx;
2024-11-10 07:01:22 +00:00
}
.z4{
2024-11-15 03:51:28 +00:00
position: relative;
color: rgb(29, 18, 18);
2024-11-10 07:01:22 +00:00
}
2024-11-15 03:51:28 +00:00
.box8{
width: 400rpx;
position: relative;
left: 240rpx;
top: 25rpx;
2024-11-10 07:01:22 +00:00
}
2024-11-15 03:51:28 +00:00
/* 商品介绍 */
2024-11-10 07:01:22 +00:00
.z5{
font-size: 15px;
2024-11-15 03:51:28 +00:00
position: relative;
top:20rpx;
2024-11-10 07:01:22 +00:00
color: darkgrey;
left: 5px;
}
2024-12-17 11:46:10 +00:00
.time{
width: 100%;
height: 400px;
border-top: 2px solid #aba8a8;
margin-top: 40rpx;
2024-11-10 07:01:22 +00:00
border-radius: 20px;
}
2024-12-17 11:46:10 +00:00
.yuyuetext{
width: 100%;
height: 50px;
2024-11-10 07:01:22 +00:00
}
2024-12-17 11:46:10 +00:00
.timebox{
width: 100px;
height: 40px;
border: 1px solid #8f8c8c;
2024-11-10 07:01:22 +00:00
border-radius: 10px;
2024-12-17 11:46:10 +00:00
margin-left: 20rpx;
2024-11-15 03:51:28 +00:00
display: flex;
2024-12-17 11:46:10 +00:00
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;
}