style: 调整复制弹窗字体层级与视觉密度
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
.ant-modal-header {
|
.ant-modal-header {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 22px 28px 16px;
|
padding: 20px 28px 14px;
|
||||||
border-bottom: 1px solid #f0f0f0;
|
border-bottom: 1px solid #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal-title {
|
.ant-modal-title {
|
||||||
font-size: 17px;
|
font-size: 16px;
|
||||||
font-weight: 700;
|
font-weight: 600;
|
||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -53,8 +53,8 @@
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
padding: 11px 14px;
|
padding: 10px 14px;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #c48b26;
|
color: #c48b26;
|
||||||
background: #fffbe6;
|
background: #fffbe6;
|
||||||
@@ -80,8 +80,8 @@
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 0 12px;
|
padding: 0 0 12px;
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
gap: 12px;
|
gap: 12px;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 14px 14px 12px;
|
padding: 12px 12px 10px;
|
||||||
background: #fafbfc;
|
background: #fafbfc;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -115,15 +115,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.copy-store-name {
|
.copy-store-name {
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
font-weight: 700;
|
font-weight: 600;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-store-address {
|
.copy-store-address {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #86909c;
|
color: #86909c;
|
||||||
}
|
}
|
||||||
@@ -133,12 +133,12 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 22px;
|
width: 20px;
|
||||||
height: 22px;
|
height: 20px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #d9dde3;
|
border: 1px solid #d9dde3;
|
||||||
border-radius: 6px;
|
border-radius: 5px;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user