Files
jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/kehushangmenyuyueqiangdan/kehushangmenyuyueqiangdan.acss
Ling53666 02554225da 提交
2025-08-18 09:11:51 +08:00

44 lines
660 B
Plaintext

.imagesize{
width: 100%;
}
.kechengbox{
width: 48%;
height: 200px;
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.08);
background-color: #ffffff;
border-radius: 10rpx;
overflow: hidden;
}
.imagebox{
width: 100%;
height: 70%;
}
.images{
width: 100%;
height: 100%;
}
.shengxiabox{
width: 100%;
height: 30%;
}
.textboxs{
width: 100%;
height: 50%;
display: flex;
align-items: center;
}
.textboxx{
width: 100%;
height: 50%;
display: flex;
justify-content: space-between;
}
.box{
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
gap: 16rpx;
margin-bottom: 100rpx;
}