This commit is contained in:
X1627315083
2024-05-09 13:34:15 +08:00
parent d53c38591a
commit f3e4acc940
13 changed files with 981 additions and 18 deletions

View File

@@ -231,7 +231,7 @@ export default defineComponent({
margin: 0 auto;
margin-top: calc(5rem*1.2);
position: relative;
max-width: calc(50rem*1.2);
max-width: 70rem;
img{
width: auto;
height: 100%;
@@ -249,6 +249,9 @@ export default defineComponent({
right: 2rem;
top: 2rem;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
.operate_icon{
font-size: 1.8rem;
color: #fff;
@@ -257,6 +260,7 @@ export default defineComponent({
}
}
i{
display: flex;
font-size: 1.8rem;
color: #fff;
}