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