解决了已知问题
This commit is contained in:
42
pages/tuiguangma/tuiguangma.wxss
Normal file
42
pages/tuiguangma/tuiguangma.wxss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user