generator-hcy-system
Version:
hcy system layout and pages
35 lines (28 loc) • 378 B
text/less
.title {
background: rgb(121, 122, 242);
}
.card-container {
height: calc(100vh - 56px);
overflow: auto;
}
.card{
height: 100%;
}
.from-content {
max-width: 700px;
margin: 0 auto;
}
.margin-left-8 {
margin-left: 8px;
}
.margin-top-8 {
margin-top: 8px;
}
.img-head {
width: 100px;
height: 100px;
}
.limit-text {
color: #7B8296;
font-size: 12px;
}