feat: 新增更多服务弹窗
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user