ZhiYeJianKang_PeiXun/Song.Site/Manage/Card/Styles/GoBack.css
2025-02-20 15:41:53 +08:00

27 lines
319 B
CSS

@charset "utf-8";
.context
{
margin:10px;
max-height: calc(100% - 80px);
overflow-y: auto;
}
.btn{
height:40px;
margin-top:10px;
}
.green{
background-color: #090;
color: #FFF;
}
.blue{
background-color: #09F;
color: #FFF;
}
.yellow{
background-color: #FF9;
}
.footer{
bottom: 0px;
position: absolute;
}