This commit is contained in:
wangshiming
2022-02-22 13:41:10 +08:00
parent 29da0fbb41
commit 87ac5d9bd2
6 changed files with 22 additions and 6 deletions

View File

@ -5,14 +5,17 @@
.pr {
position: relative;
}
.pa {
position: absolute;
top : 50px;
left : 150px;
}
.tips {
.pa2 {
position: absolute;
top: 28px;
left: 180px;
}
.tips {
display : flex;
margin-bottom: 0;
color : #333;