This commit is contained in:
王丹 2024-12-18 18:08:43 +08:00
parent b732d53187
commit 29ce9df9a9

View File

@ -1211,8 +1211,8 @@
} }
.popup-content { .popup-content {
max-height: calc(100vh - 88px); max-height: calc(100vh - 290px);
overflow-y: scroll;
} }
// title // title
@ -1221,7 +1221,12 @@
overflow: hidden; overflow: hidden;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
margin-bottom: 0; margin-bottom: 0;
.gb{text-align: right;padding: 5px 5px 0 0;font-size: 14px;}
.gb {
text-align: right;
padding: 5px 5px 0 0;
font-size: 14px;
}
} }
.card { .card {
@ -1249,7 +1254,6 @@
} }
.sf-title { .sf-title {
font-size: 24rpx; font-size: 24rpx;
color: #999999; color: #999999;
@ -1281,48 +1285,38 @@
color: #999; color: #999;
padding: 0 10px; padding: 0 10px;
} }
.box { .box {
transition: height 0.5s ease-out; transition: height 0.5s ease-out;
} }
.box.show { .box.show {
height: calc(100% - 270px); height: 260px;
overflow-y: scroll;
.icon { .icon {
transform: rotate(0deg); transform: rotate(0deg);
} }
} }
.box.hide { .box.hide {
height: 10px; height: 10px;
.icon { .icon {
transform: rotate(180deg); transform: rotate(180deg);
} }
} }
.expand { .expand {
width: 100%; width: 100%;
position: absolute; position: absolute;
left: 0;
top: -10px; top: -10px;
transform: translateX(50%);
.icon { .icon {
width: 16px; text-align: center;
width: 100%;
height: 16px; height: 16px;
} }
.iconfont { .iconfont {
animation: iconleft 0.5s infinite ease-in-out alternate; animation: iconleft 0.5s infinite ease-in-out alternate;
color: #3399ff; color: #3399ff;
} }
} }
@keyframes iconleft { @keyframes iconleft {
from { from {
transform: translateY(0px); transform: translateY(0px);