12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
|
|
/* EvalProjectDatabase — 项目档案监管(前缀 epd-) */
|
|||
|
|
.epd-note {
|
|||
|
|
margin: 12px 0 16px;
|
|||
|
|
padding: 10px 16px;
|
|||
|
|
color: rgba(0, 0, 0, 65%);
|
|||
|
|
font-size: 13px;
|
|||
|
|
line-height: 1.6;
|
|||
|
|
background: #fffbe6;
|
|||
|
|
border: 1px solid #ffe58f;
|
|||
|
|
border-radius: 6px;
|
|||
|
|
}
|