1 Star 0 Fork 0

亦小染. / homework_html

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aboutMe.html 16.83 KB
一键复制 编辑 原始数据 按行查看 历史
亦小染. 提交于 2023-01-15 13:45 . new
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
<!DOCTYPE html>
<html lang="en">
<head>
<!--网站介绍:仿博客网页 八个板块
首页、随笔、文章(两篇)、相册(夏天,你好;繁星与流水;异世界之旅)、说说、美好、原世界、关于我
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--网站logo-->
<link rel="icon" href="./images/picture_logo.png" />
<link rel="stylesheet" href="./css/wordpicture_beautify.css">
<link rel="stylesheet" href="./font_3372145_xhcka4o2otr/iconfont.css">
<title>小染_关于我</title>
<style>
* {
margin: 0;
padding: 0;
}
/*背景图*/
body {
background: url(./images/picture_body.jpg) no-repeat fixed;
background-size: 100% 100%;
}
/* body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}*/
body {
margin: 0;
padding: 0;
font-size: 1rem;
color: #3d3737;
font-weight: 400;
font-family: 'Noto Sans SC', "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
overflow-x: hidden;
}
/*内容盒子*/
.content {
width: 800px;
height: auto;
margin: 3.75rem auto;
background-color: #f9f9f9;
box-shadow: 0 0 6px 4px rgb(0 0 0 / 5%);
}
/*顶部导航*/
header {
display: block;
}
.match .match_bg {
background-color: var(--white);
}
.header_bg {
position: relative;
}
#header .header_bg_img {
width: 100%;
height: 130px;
}
#header .header_bg_img img {
width: 100%;
height: 100%;
object-fit: cover;
}
img {
display: block;
}
.header_bg_filter {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.header_bg_filter::before {
display: block;
content: "";
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0) 100%);
}
.header_bg_filter .header_frame {
position: absolute;
bottom: 0;
width: 100%;
z-index: 2;
padding: 1.6rem 1.4rem;
}
.header_frame {
display: flex;
}
.header_avatar {
width: 50px;
height: 50px;
border-radius: 3px;
overflow: hidden;
flex-shrink: 0;
}
.header_info {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding-left: 0.8rem;
}
#header .header_bg_filter .header_info_name {
color: #FFF;
}
#header .webname_show {
text-shadow: 0 0 5px #888;
}
#header .header_info_name {
flex: 1 1 auto;
font-size: 1.125rem;
}
#header .header_bg_filter .header_info_qm {
color: #7a8b9a;
}
#header .header_info_qm {
font-size: .75rem;
}
#header .navbar {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
padding: 0 1.4rem;
border-bottom: 1px solid #dee2e6;
}
#header .meun_list {
width: 90%;
white-space: nowrap;
overflow-y: hidden;
}
#header .meun_ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 14px;
line-height: 3;
}
#header .meun_li {
margin-right: 0.937rem;
font-size: 0.875rem;
display: inline-block;
letter-spacing: 1px;
}
/*下拉菜单*/
/* #heafer .level {
}*/
.level .level_ul {
display: none;
position: absolute;
min-width: 5.62rem;
background-color: #fff;
padding: 0;
margin: 0;
list-style: none;
transform: translateX(-35%) translateY(0px);
transition: all .25s;
box-shadow: 0px 0px 20px -5px rgb(158 158 158 /22%);
border-radius: 4px;
/*visibility: hidden;*/
/* opacity: 0;*/
z-index: 8;
overflow: hidden;
}
.level_ul .level_li {
padding: 0.1rem .625rem;
font-size: 13px;
text-align: center;
border-bottom: 1px solid rgba(238, 238, 238, 0.33);
}
.level_ul .level_li:hover {
background-color: rgb(248, 248, 248);
border-bottom: 1px solid rgba(238, 238, 238, 0.33);
}
.level:hover .level_ul {
display: block;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
color: #77aaad;
}
*,
::after,
::before {
box-sizing: border-box;
}
/*关于我*/
.aboutMe {
margin-top: 50px;
padding: 0 22.4px;
line-height: 1.8;
word-wrap: break-word;
font-size: 15px;
text-align: justify;
}
.aboutMe p {
margin: 0 0 1.2em 0;
}
.aboutMe_english {
padding-left: 2px;
background: rgba(250, 111, 60, 0.405);
border-radius: 5px;
border: 2px soid rgba(234, 120, 82, 0.63);
box-shadow: 0 0 30px rgba(227, 121, 82, 0.7);
}
.message_box {
margin-top: 50px;
}
.message_line {
padding-bottom: 0.3rem;
border-bottom: 1px solid #eaecef;
position: relative;
margin-bottom: 1.2rem;
}
.message_lineson {
font-size: 1.1rem;
margin-bottom: 0.6rem;
}
.message_line::after {
background-color: #77aaad;
content: "";
left: 0;
width: 6rem;
height: 2px;
bottom: -2px;
position: absolute;
}
.message_name input,
.message_url input,
.message_email input {
height: 50px;
outline: none;
-webkit-appearance: none;
width: 100%;
outline: none;
}
.message_text input {
height: 100px;
outline: none;
-webkit-appearance: none;
width: 100%;
outline: none;
}
.message_name input,
.message_url input,
.message_email input,
.message_text input {
width: 100%;
font-size: .875rem;
border: 1px solid #f0f3f8;
background-color: #f0f3f8;
border-radius: 6px;
padding: .5rem .875rem;
line-height: 1.5;
}
.message_sonbox {
margin-top: .5rem;
display: grid;
gap: .5rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.message_text {
margin-top: .5rem;
}
.text {
color: #777;
}
.message_button {
margin-top: .5rem;
}
#submitComment {
float: right;
background-color: #77aaad;
border: 1px solid #77aaad;
padding: .5rem 1.625rem;
font-size: .875rem;
color: #fff;
font-weight: 400;
line-height: 1.5;
border-radius: 5px;
cursor: pointer;
}
/*底部样式*/
.font {
width: 100%;
margin-top: 20px;
padding: 30px;
background-color: #f9f9f9;
height: 100px;
}
.font .tip {
text-align: center;
}
.font .tip span {
color: #d9694c;
}
/*右下角动图*/
.gif {
position: fixed;
bottom: 0;
right: 0;
}
.gif .word {
font-family: '华文行楷';
display: none;
height: 40px;
width: 220px;
padding: 10px;
background: rgba(190, 82, 42, 0.43);
border-radius: 10px;
border: 2px soid rgba(228, 68, 15, 0.712);
box-shadow: 0 0 40px rgba(219, 78, 26, 0.7);
}
.gif:hover .word {
display: block;
}
.gif .leaf1 {
position: absolute;
z-index: 3;
bottom: 14px;
right: 160px;
}
.gif .leaf2 {
position: absolute;
z-index: 3;
transform: translateX(121px) translateY(50px) rotate(38deg);
}
</style>
</head>
<!-- 顶部:导航背景和导航栏-->
<body class="match">
<!--主体内容-->
<div class="content">
<header id="header" class="match_bg">
<!--导航背景:背景图片、个人头像、导语-->
<div class="header_bg">
<div class="header_bg_img">
<img src="./images/picture_nav.jpg">
</div>
<div class="header_bg_filter">
<div class="header_frame">
<div class="header_avatar">
<img src="./images/avatar.jpg" width='50' height="50">
</div>
<div class="header_info">
<div class="header_info_name webname_show">
<a href="./login.html" target="_parent">小染</a>
</div>
<div class="header_info_qm">
亲爱的远方,月下的花香,向着星辰与深渊
</div>
</div>
</div>
</div>
</div>
<!--导航栏:八个链接,伪类选择器改变链接颜色-->
<div class="navbar">
<div class="meun_list">
<ul class="meun_ul">
<li class="meun_li">
<a href="./index.html">首页</a>
</li>
<li class="meun_li">
<a href="./article.html">文章</a>
</li>
<li class="meun_li">
<a href="./album.html">相册</a>
</li>
<li class="meun_li">
<a href="./essay.html">随笔</a>
</li>
<li class="meun_li level">
<a href="javascript:;">美好</a>
<ul class="level_ul">
<li class="level_li">
<a href="./glorious_01.html">亲爱的远方</a>
</li>
<li class="level_li">
<a href="./glorious_02.html">月下的花香</a>
</li>
<li class="level_li">
<a href="./glorious_03.html">星辰与深渊</a>
</li>
</ul>
</li>
<li class="meun_li">
<a href="./say.html">说说</a>
</li>
<li class="meun_li level">
<a href="javascript:;">原世界</a>
<ul class="level_ul">
<li class="level_li">
<a href="./yuanWorld_01.html">🍂 手书</a>
</li>
<li class="level_li">
<a href="./yuanworld_02.html">🍁 观测</a>
</li>
<li class="level_li">
<a href="./yuanworld_03.html">🌸 锦集</a>
</li>
</ul>
</li>
<li class="meun_li">
<a href="./aboutMe.html">关于我</a>
</li>
</ul>
</div>
</div>
</header>
<div class="picture_box">
<div class="picture_img">
<img src="./images/picture_aboutMe.jpg" alt="">
</div>
<div class="picture_float"></div>
<div class="picture_box_word">
<h1 class="picture_box_word_son">
<span>关于我</span><br>
<div class="picture_box_word_english">about me</div>
</h1>
</div>
</div>
<div class="aboutMe">
<p>
<div class="aboutMe_english">
We are all in the gutter, but some of us are looking at the stars.<br>
我们生活在阴沟里,但仍有人仰望星空
</div><br>
本人年满十八,爱国爱家,遵纪守法,不沾烟酒,不碰赌博,饿了会吃饭,冷了会添衣,下雨了知道往家跑<br><br>
昵称:亦小染<br>
年龄:<s>19岁</s> 成长ing<br>
性别:你说呢<br>
联系我:<br>
<i class="iconfont">&#xe695; :X2639990960</i><br>
<i class="iconfont icon-QQ"> :2149382799</i>
</p>
<div class="message_box">
<div class="message_line">
<div class="message_lineson">
留个脚印吧
</div>
</div>
<div class="message_name">
<input type="text" name="author" id="comment-name" class="text" placeholder="名字" value=""
required="">
</div>
<div class="message_sonbox">
<div class="message_email">
<input type="email" name="mail" id="comment-mail" class="text" placeholder="邮箱" value=""
required="">
</div>
<div class="message_url">
<input type="url" name="url" id="comment-url" class="text" placeholder="网址" value="">
</div>
</div>
<div class="message_text">
<input name="text" id="textarea" placeholder="撰写留言" class="textarea textarea_box OwO-textarea"
required="">
</div>
<div class="message_button">
<span>ฅʕ•̫͡•ʔฅ</span>
<button id="submitComment" type="submit" class="submit">发表留言</button>
</div>
</div>
</div>
<!--底部-->
<div class="font">
<div class="tip">
<span>🍁</span> <a href="#">@亦小染.</a>
<span>可叹叶飘零,归期未有期🍂</span>
</div>
</div>
</div>
<audio src="./music/DAOKO 米津玄師 - 打上花火.mp3" autoplay loop></audio>
<!--右下角动图-->
<div class="gif">
<div class="word">深山踏红叶,耳畔闻鹿鸣🍁</div>
<span class="leaf2">🍁</span>
<span class="leaf1">🍂<br>&nbsp;&nbsp;&nbsp;&nbsp;🍂</span>
<img src="./images/picture_gif_wangye.gif" width="300" height="300">
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/alicecici/homework_html.git
git@gitee.com:alicecici/homework_html.git
alicecici
homework_html
homework_html
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891