generate功能调整

This commit is contained in:
X1627315083
2024-04-24 13:36:27 +08:00
parent f26925a2b5
commit ee4ed450a8
10 changed files with 76 additions and 37 deletions

View File

@@ -1299,13 +1299,16 @@ i{
span{
position: absolute;
// bottom: calc(0rem*1.2);
bottom: -1.5rem;
bottom: -2rem;
left: 0;
font-size: calc(1.2rem*1.2);
zoom: .8;
// font-size: calc(1.2rem*1.2);
font-size: 1.2rem;
color: red;
opacity: 0;
transform: scale(.7);
transform-origin: left bottom;
// transform: scale(.7);
// transform-origin: left bottom;
width: 100%;
}
.generage_btn{