Difference between revisions of "Team:SCU-WestChina/style.css"

 
Line 206: Line 206:
 
.person-info .person-introduction {
 
.person-info .person-introduction {
 
     font-size: 16px;
 
     font-size: 16px;
 +
}
 +
 +
.img-advisor-block {
 +
    position: relative;
 +
    border-top: 2px dotted #000;
 +
    border-bottom: 2px dotted #000;
 +
    width: 95%;
 +
    margin: 20px auto;
 +
}
 +
 +
.advisor-title {
 +
    position: absolute;
 +
    top: 5px;
 +
    left: 5px;
 +
    font-size: 20px;
 +
    color: #8b0000;
 +
    font-weight: 600;
 +
}
 +
 +
.img-advisor-row {
 +
    width: 720px;
 +
    height: 200px;
 +
    font-size: 0;
 +
    margin: 0 auto;
 +
}
 +
 +
.img-advisor-row .img-advisor {
 +
    display: inline-block;
 +
    width: 120px;
 +
    height: 200px;
 +
    margin: 10px;
 +
}
 +
 +
.img-advisor-row .img-advisor img {
 +
    width: 100%;
 +
    height: 160px;
 +
}
 +
 +
.img-advisor-row .img-advisor .advisor-name {
 +
    font-size: 12px;
 +
    text-align: center;
 
}
 
}
 
   </style>
 
   </style>
 
</head>
 
</head>
 
</html>
 
</html>

Latest revision as of 15:10, 1 November 2017