44 lines
660 B
Plaintext
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;
|
||
|
}
|