开发: 修改页面

This commit is contained in:
zhengw
2023-04-14 17:31:45 +08:00
parent b2bf2ade21
commit f4644b6ba2
11 changed files with 889 additions and 156 deletions

View File

@@ -38,13 +38,13 @@
.content {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 40px;
padding: 12px;
word-break: break-all;
background-color: #fff;
border-radius: 4px;
flex-direction: column;
&::before {
position: absolute;
@@ -124,9 +124,32 @@
}
}
.revokeMsg{
background-color: #8c8c8c;
.revokeMsgRight {
position: absolute;
top: 0;
left: -48px;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
color: #fff;
border-radius: 4px;
padding: 0 12px;
font-size: 12px;
background-color: #8c8c8c;
border-radius: 40px;
}
.revokeMsgLeft {
position: absolute;
top: 0;
right: -48px;
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
color: #fff;
font-size: 12px;
background-color: #8c8c8c;
border-radius: 40px;
}