mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-24 18:04:55 +08:00
15 lines
221 B
CSS
15 lines
221 B
CSS
.layui-elem-field {
|
|
border: 1px solid #5fb878;
|
|
}
|
|
|
|
.site-tips {
|
|
margin-bottom: 10px;
|
|
padding: 15px;
|
|
border-left: 5px solid #0078AD;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
body .site-tips p {
|
|
margin: 0;
|
|
}
|