部分页面样式调整

This commit is contained in:
X1627315083
2025-06-30 10:53:25 +08:00
parent 6fc2a8fc57
commit 3ce63ea3a7
60 changed files with 1326 additions and 430 deletions

View File

@@ -2247,7 +2247,12 @@ textarea:focus {
.generage_btn_box .fi-bs-magic-wand.forbidden {
cursor: no-drop;
}
.generage_btn_box.white .generage_btn {
background-color: #fff;
color: #000;
}
.generage_btn_box .generage_btn {
border: 2px solid #000;
margin-left: 2rem;
display: flex;
font-size: 1.6rem;
@@ -2257,9 +2262,6 @@ textarea:focus {
line-height: 5.4rem;
height: 5.4rem;
}
.generage_btn_box .generage_btn {
width: 10rem;
}
.generage_btn_box .icon-xiala {
margin-left: 1rem;
transition: all 0.3s;
@@ -2271,24 +2273,26 @@ textarea:focus {
.generage_btn_box .content {
position: absolute;
top: 100%;
width: calc(100% - 2rem);
left: 0rem;
width: min-content;
min-width: 8rem;
text-align: center;
border-radius: calc(1rem*1.2);
overflow: hidden;
z-index: 3;
margin-top: 0.2rem;
margin-left: 2rem;
right: 0;
left: auto;
}
.generage_btn_box .content > div {
background: #cccccc;
line-height: 2;
font-size: 1.8rem;
font-size: 1.4rem;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
padding: 0.4rem 1.2rem;
}
.generage_btn_box .content > div.active {
background-color: #000;