43 lines
624 B
Plaintext
43 lines
624 B
Plaintext
.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;
|
|
}
|