50 lines
860 B
CSS
50 lines
860 B
CSS
.campusStyle-div {
|
|
padding: 0 10px;
|
|
font-size: 14px;
|
|
height: calc(100% - 98px);
|
|
margin-top:10px;
|
|
}
|
|
|
|
.campusStyle-div ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.campusStyle-div ul li {
|
|
list-style: none;
|
|
line-height:24px;
|
|
}
|
|
|
|
.campusStyle-div ul li:nth-child(3)>span{
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.campusStyle-top-div {
|
|
display: flex;
|
|
border: solid 1px #264e76;
|
|
padding: 20px;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.campusStyle-top-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.campusStyle-top-container ul {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.campusStyle-top-container ul li:nth-child(1) {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.campusStyle-top-container ul li:nth-child(2) {
|
|
color: #93f9fe;
|
|
font-size: 36px;
|
|
|
|
}
|