Difference between revisions of "Template:Tsinghua-A/CSSTest"

Line 58: Line 58:
 
     filter: drop-shadow(5px 5px 5px rgba(0,0,0,.1));
 
     filter: drop-shadow(5px 5px 5px rgba(0,0,0,.1));
 
     background-size:contain|cover;
 
     background-size:contain|cover;
     width:100%;
+
     width:90%;
 
     height: auto;
 
     height: auto;
 
     border-radius:20px;  
 
     border-radius:20px;  
Line 128: Line 128:
 
     border-radius: 5%;
 
     border-radius: 5%;
 
     transition: all .2s ease;
 
     transition: all .2s ease;
     list-style-type: square;
+
     list-style-type: disc;
 
}
 
}
  
Line 142: Line 142:
  
 
ul.lateral {
 
ul.lateral {
 +
    font-size: 25px;
 
     padding-top: initial !important;
 
     padding-top: initial !important;
     background-color: #f3f3f3 !important;
+
     background-color: #978057 !important;
 
     padding-bottom: initial !important;
 
     padding-bottom: initial !important;
 
     width: 70%;
 
     width: 70%;
 
     border-radius: 3% !important;
 
     border-radius: 3% !important;
 
     margin-left: 0;
 
     margin-left: 0;
     padding: 5% 5% 5% 7% !important;
+
     padding: 7% 7% 7% 10% !important;
 
     list-style-position: outside;
 
     list-style-position: outside;
 
}
 
}
  
 
li.lateral {
 
li.lateral {
 +
    font-size: 25px;
 
     margin-bottom: 0px !important;
 
     margin-bottom: 0px !important;
 
     padding-bottom: 1em !important;
 
     padding-bottom: 1em !important;
Line 165: Line 167:
 
/* 右侧正文栏设置 */
 
/* 右侧正文栏设置 */
 
.right_part {
 
.right_part {
flex: 0 0 65%;
+
flex: 0 0 60%;
max-width: 65%;
+
max-width: 60%;
 
     padding-left: 2%;
 
     padding-left: 2%;
     padding-right: 4%;
+
     padding-right: 8%;
 
}
 
}
  
 +
.right_part p {
 +
    line-height: 33.18px;
 +
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
 +
    font-size: 21px;
 +
    letter-spacing: -0.084px;
 +
    text-decoration: none solid rgba(0, 0, 0, 0.84);
 +
    word-spacing: 0px;
  
 +
}
 +
 +
.right_part h1 {
 +
    font-size: 35px;
 +
    position: center;
 +
}
 +
 +
.right_part li {
 +
    font-size: 25px;
 +
}
 +
 +
 +
.right_part a {
 +
 +
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 07:43, 21 October 2019