小练习 HTML+CSS之简历设计

  • 简介
    设置这个简历我主要用的盒子模型,然后外部链接的Css样式,用的工具是WebStorm,个人比较喜欢这个工具,当然还有其他的工具,简历里用到的矢量图标是我在老师推荐的iconfont,当然也可以用ps自己去设计。

  • 简历图片
    在这里插入图片描述

  • 程序结构

  • img文件夹里主要放的我简历里的用到的一些小图标和背景照片这些

  • YcReume.css里面主要是对界面的美化

  • YcReume.html是对框架的设计

  • 在这里插入图片描述

  • CSS的代码展示

.main{
    height: 930px;
    width: 710px;
    background-color: #ff8500;
    margin:0 auto;
    background-image: url("img/bj.jpg");
}
.lf{
    height: 930px;
    width: 300px;

    float: left;
}
/*左边上部*/
.lf_top{
    height:350px;
    width: 300px;
    margin:0 auto;
}
/*头像*/
.lf_img{
    height: 128px;
    width:108px ;
    background-image: url("img/yc.jpg") ;
    background-size: 100% auto;
    margin:0 auto;
    border-radius: 50%;

}
.lf_top1{
    font-family: "方正粗黑宋简体";
    height: 34px;
    width: 237px;
    background-image: url("img/年龄.png");
    background-repeat: no-repeat;
    text-indent: 4em;
    margin-left: 50px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 30px;
}
.lf_top2{
    font-family: "方正粗黑宋简体";
    height: 34px;
    width: 237px;
    background-image: url("img/地址.png");
    background-repeat: no-repeat;
    text-indent: 4em;
    margin-left: 50px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 30px;
}
.lf_top3{
    font-family: "方正粗黑宋简体";
    height: 34px;
    width: 237px;
    background-image: url("img/抖音.png");
    background-repeat: no-repeat;
    text-indent: 4em;
    margin-left: 50px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 30px;
}
.lf_top4{
    font-family: "方正粗黑宋简体";
    height: 34px;
    width: 237px;
    background-image: url("img/电话.png");
    background-repeat: no-repeat;
    text-indent: 4em;
    margin-left: 50px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 30px;
}
.lf_top5{
    font-family: "方正粗黑宋简体";
    height: 34px;
    width: 237px;
    background-image: url("img/邮箱.png");
    background-repeat: no-repeat;
    text-indent: 4em;
    margin-left: 50px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 30px;
}
/*左边下部*/
.lf_cen{

    height: 550px;
    width:300px;
}
.lf_cen1{
    font-family: "方正粗黑宋简体";
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/自我介绍.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    background-color: rgba(71, 10, 131, 0.3);
    border-radius: 8%;
}
.lf_cen11{
    margin-left: 30px;
    text-indent: 2em;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
}
.lf_cen2{
    font-family: "方正粗黑宋简体";
    background-color: rgba(71, 10, 131, 0.3);
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/专业技能.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    border-radius: 8%;
}
.lf_cen22{

    margin-left: 30px;
    font-family: "Cooper Black";
    margin-top: 10px;
    margin-bottom: 10px;
}
.lf_cen3{
    font-family: "方正粗黑宋简体";
    background-color: rgba(71, 10, 131, 0.3);
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/荣誉.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    border-radius: 8%;
}
.lf_cen33{
    margin-left: 30px;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
}
.lf_cen4{
    font-family: "方正粗黑宋简体";
    background-color: rgba(71, 10, 131, 0.3);
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/兴趣爱好.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    border-radius: 8%;
}
.lf_cen44{
    margin-left: 30px;
    text-indent: 2em;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
}
/*右边顶部*/
.rg_top{
    height: 200px;
    width: 400px;
    background-color: rgba(40, 152, 155, 0.3);
    float: right;
    margin-left: 10px;
    border-radius:0 8%;
}
.rg_top1{
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-image: url("img/个人求职信息.png");
    background-size: 100% auto;
}
.rg_top2{
    margin-left: 175px;
    font-family: "方正粗黑宋简体";
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}
.rg_top3{
    margin-left: 100px;
    font-family: "方正粗黑宋简体";
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
}
/*左边底部*/
.rg_bot{
    height: 720px;
    width: 400px;
    background-color: rgba(40, 152, 155, 0.3);
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 8%;
}
.rg_bot1{
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/校园荣誉.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    background-color: rgba(71, 10, 131, 0.3);
    font-family: "方正粗黑宋简体";
    border-radius: 0 8% 0;
}
.rg_bot11{
    margin-left: 30px;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.rg_bot2{
    font-family: "方正粗黑宋简体";
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/校园风景.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    background-color: rgba(71, 10, 131, 0.3);
    border-radius: 8%;
}
.rg_bot22{
    margin-left: 30px;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.rg_bot3{
    font-family: "方正粗黑宋简体";
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/个人技能.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    background-color: rgba(71, 10, 131, 0.3);
    border-radius: 8%;
}
.rg_bot33{
    margin-left: 30px;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.rg_bot4{
    font-family: "方正粗黑宋简体";
    height: 40px;
    width:237px;
    margin-top: 5px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 3em;
    background-image: url("img/能力评估.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    background-color: rgba(71, 10, 131, 0.3);
    border-radius: 8%;
}
.rg_bot44{
    margin-left: 30px;
    font-family: "方正粗黑宋简体";
    margin-top: 10px;
    margin-bottom: 10px;
}
p{
    font-size: 16px;
    font-weight: bold;
}

  • HTML代码展示
  • `
个人简历
22岁
上海
嘉年华
134******8990
7324872384@qq.com
自我介绍
对事物有敏锐的洞察力,能很好得与人沟通,具有团队合作精神;对负责的工作会付出全部精力和 热情,制定缜密计划,力争在最短时间内将目标达成;喜欢挑战.
专业技能
Java   
Mysql
PS      
PHP   
web   
荣誉奖励
2019年      国家励志奖学金
2020年      三好学生
2020年      一等奖学金
兴趣爱好
个人兴趣广泛,喜欢看电影,看书,听歌,喜欢旅游,喜欢的球类有羽毛球。
`
  • 结语
    HTML中的代码因为太多没有弄完,需要的可以私信找我,我发给你,有不懂得可以私信,和大家一起学习,努力成为大神。
  • 1
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值