样式收敛:治理提示块抽为 CSS 组件(避免 inline style)
This commit is contained in:
@@ -27,3 +27,21 @@
|
||||
.refund-governance-meta{
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
/* 平台订单:治理提示块(用于 BMPA / 同步订阅 等动作前的安全阀说明) */
|
||||
.governance-block{
|
||||
margin-top:10px;
|
||||
width:100%;
|
||||
border:1px solid #f5c2c7;
|
||||
background:#fff5f5;
|
||||
}
|
||||
|
||||
.governance-block-title{
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.governance-block-body{
|
||||
margin-top:6px;
|
||||
font-size:12px;
|
||||
line-height:1.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user