解决了已知问题

This commit is contained in:
Ling53666
2025-05-16 11:02:59 +08:00
parent 74e97e9052
commit ee1ac26883
9 changed files with 162 additions and 5 deletions

View File

@ -0,0 +1,42 @@
.box{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-bottom: 200rpx;
}
.shangmian{
width: 260px;
height: 80px;
display: flex;
}
.imagesize{
width: 260px;
height: 260px;
}
.minbox{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.touxiangsize{
width: 50px;
height: 50px;
border-radius: 10rpx;
}
.zuobox{
width: 25%;
height: 100%;
display: flex;
align-items: center;
}
.youbox{
width: 75%;
height: 100%;
display: flex;
flex-direction: column;
}