This commit is contained in:
Ling53666
2025-08-18 09:11:51 +08:00
commit 02554225da
2516 changed files with 133155 additions and 0 deletions

View File

@ -0,0 +1,44 @@
.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;
}