解决已知问题
This commit is contained in:
@ -23,10 +23,10 @@
|
||||
}
|
||||
.mabox{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
.xinxibox{
|
||||
width: 100%;
|
||||
@ -106,23 +106,24 @@
|
||||
}
|
||||
.messagebox{
|
||||
width: 90%;
|
||||
height: 200px;
|
||||
border-radius: 20px;
|
||||
border: 1px #a09d9d solid;
|
||||
margin-top: 20rpx;
|
||||
height: 150px;
|
||||
border-radius: 10px;
|
||||
margin-top: 30rpx;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.title{
|
||||
width: 100%;
|
||||
height: 30%;
|
||||
height: 20%;
|
||||
background-color: #ff8d1a;
|
||||
border-radius: 20px 20px 0 0;
|
||||
border-radius: 20rpx 20rpx 0 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.erweima{
|
||||
width: 100%;
|
||||
height: 70%;
|
||||
height: 80%;
|
||||
display: flex;
|
||||
border-radius: 0 0 10rpx 0;
|
||||
}
|
||||
.zuobox{
|
||||
width: 60%;
|
||||
@ -142,8 +143,8 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
.imagesize1{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.renwuma{
|
||||
width: 90%;
|
||||
@ -157,7 +158,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
background-color: rgba(138, 135, 135, 0.5);
|
||||
}
|
||||
@ -170,6 +171,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
border-radius: 10rpx 10rpx 0 0 ;
|
||||
}
|
||||
.imagebox{
|
||||
width: 100%;
|
||||
@ -191,6 +193,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #ffffff;
|
||||
border-radius: 0rpx 0rpx 10rpx 10rpx ;
|
||||
}
|
||||
.copy{
|
||||
width: 180px;
|
||||
|
Reference in New Issue
Block a user