feat: 新增更多服务弹窗

This commit is contained in:
duanshuwen
2025-10-15 21:35:54 +08:00
parent e9dbb3d44f
commit afb124ee19
7 changed files with 159 additions and 6 deletions

View File

@@ -0,0 +1,29 @@
.popup-content {
background-color: #f5f7fa;
border-radius: 15px 15px 0 0;
padding-bottom: Max(env(safe-area-inset-bottom), 12px) !important;
}
.list {
border-radius: 15px;
}
.item {
gap: 20px;
&:last-child {
border-bottom: none;
}
}
.left {
width: 24px;
height: 24px;
margin-right: 12px;
}
.right {
background-color: #2d91ff;
border-radius: 5px;
padding: 6px;
}