16 lines
185 B
Plaintext
Executable File
16 lines
185 B
Plaintext
Executable File
// 定制化样式
|
|
#experience {
|
|
.item-main {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
#skill {
|
|
.section-content {
|
|
margin-bottom: 6px;
|
|
}
|
|
}
|
|
// 打印样式
|
|
@media print {
|
|
|
|
}
|