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

123 lines
1.9 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%;
2025-01-13 13:07:00 +00:00
display: flex;
2024-11-10 07:01:22 +00:00
background-color: #eec2c7;
2024-11-15 03:51:28 +00:00
position: relative;
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{
font-weight: bolder;
font-size: 20px;
}
.z3{
font-size: 22px;
font-weight: bolder;
}
.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{
2025-01-13 13:07:00 +00:00
display:flex;
flex-direction: column;
width: 60%;
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;
color: darkgrey;
}
2024-12-17 11:46:10 +00:00
.time{
width: 100%;
2025-01-13 13:07:00 +00:00
height: auto;
2024-12-17 11:46:10 +00:00
border-top: 2px solid #aba8a8;
margin-top: 40rpx;
2025-01-13 13:07:00 +00:00
margin-bottom: 130rpx;
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;
2025-01-13 13:07:00 +00:00
}
.miajishikuang {
display: flex;
flex-wrap: wrap; /* 允许换行 */
justify-content: flex-start; /* 使项目均匀分布 */
gap: 10px;
}
.meijishsibox {
width: 23%;
text-align: center;
}
.meijiashiimage {
width: 70px;
height: 70px;
border-radius: 50%;
display: block;
margin: 0 auto;
}
.mejiashitext {
margin-top: 5px;
display: flex;
justify-content: center;
}
.duihaoimage {
width: 20px;
height: 20px;
}
.duihaoimage{
width: 20px;
height: 20px;
}
.zhifubox{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position:fixed;
bottom: 40rpx;
}
.zhifuzhong{
width: 90%;
height: 50px;
background-color: #eec2c7;
border-radius: 30px;
display: flex;
justify-content: center;
align-items: center;
}
.textbox{
width: 30%;
display: flex;
flex-direction: column;
2024-12-17 11:46:10 +00:00
}