103 lines
1.6 KiB
CSS
103 lines
1.6 KiB
CSS
.campusStyle-main-right{
|
|
width:calc(100% - 680px);
|
|
height:calc(100% - 40px);
|
|
float:left;
|
|
margin:20px 10px;
|
|
}
|
|
.campusStyle-main-right>div:nth-child(1){
|
|
overflow: hidden;
|
|
}
|
|
.campusStyle-main-right>div:nth-child(1)>p{
|
|
height:40px;
|
|
line-height:40px;
|
|
float:left;
|
|
font-size:16px;
|
|
}
|
|
.campusStyle-main-right>div>p:nth-child(2){
|
|
float:right;
|
|
|
|
}
|
|
|
|
.campusStyle-list_box{
|
|
height: calc(100% - 60px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.campusStyle-list_box>p{
|
|
display: flex;
|
|
height:100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size:26px;
|
|
color:rgba(255,255,255,.5);
|
|
|
|
}
|
|
|
|
.campusStyle-list {
|
|
/* display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
padding: 10px 10px 10px 0; */
|
|
float:left;
|
|
width:46%;
|
|
cursor: pointer;
|
|
margin:10px 0;
|
|
padding:10px 1%;
|
|
}
|
|
|
|
|
|
.campusStyle-list {
|
|
background-color: #071F4F;
|
|
height:120px;
|
|
}
|
|
|
|
.campusStyle-list:nth-child(even){
|
|
margin-left:2%;
|
|
}
|
|
|
|
.campusStyle-list img {
|
|
float:left;
|
|
width: 180px;
|
|
height: 120px;
|
|
margin-right: 20px;
|
|
box-sizing: border-box;
|
|
border:1px solid #395fad;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.campusStyle-list a {
|
|
color: #48caf9;
|
|
|
|
}
|
|
|
|
.campusStyle-list ul {
|
|
width: calc(100% - 200px);
|
|
float:left;
|
|
}
|
|
|
|
.campusStyle-list ul li:nth-child(1) {
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
line-height:30px;
|
|
}
|
|
|
|
.campusStyle-list ul li:nth-child(2){
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.campusStyle-page span {
|
|
display: inline-block;
|
|
background: #4372b6;
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.campusStyle-page .checked {
|
|
background: #48caf9;
|
|
} |