时间:2023-09-10 16:24:01 | 来源:网站运营
时间:2023-09-10 16:24:01 来源:网站运营
用HTML+CSS制作前端简历,很漂亮哟:$themeColor
,在使用主题色的地方使用变量替代。$themeColor: #0066FF;.element{ color:$themeColor;}
.page{ width: 1024px; min-height: 1440px;}
代码块
效果strong { font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; font-size: 13px; line-height: 15px; font-weight: 500; color: #494949; margin: 0 3px; padding: 3px 8px; background-color: #F6F6F6; border-radius: 5px; border: 1px solid rgb(235, 235, 235);}
这样我们在写html结构时只需要用<strong>
标签将代码块包住即可熟悉<strong>HTML</strong>、<strong>JS(TS)</strong>、<strong>AJAX</strong>、<strong>ES6</strong>
::-webkit-scrollbar { width: 5px; background-color: #f1f1f1;}::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 50px;}
@media screen and (max-width:1024px) {}@media screen and (max-width: 720px) {}
<style>
标签中设置media="print"
属性说明打印时才生效的样式CSS
设置 page-break-before
属性避免分页时内容的断开<style media="print"> .page2{ page-break-before:always; }</style><section class=".page2">...</section>
resume.pdf
herf
属性,添加download
属性就可以点击下载<a href="resume.pdf" download>
document.designMode
属性为on
或者off
document.designMode='on'document.designMode='off'
关键词:简历,漂亮