注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
body.page-首页 H1.firstHeading {
display: none;
}
body.page-首页 #siteSub {
display: none;
}
.tab-iconalgorithm {
background: url(/images/algorithm.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconplot {
background: url(/images/plot.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-icontable {
background: url(/images/table.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconauto {
background: url(/images/auto.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}