Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

832303128 work3 #65

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added work1/Justcodecom/w1/001.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added work1/Justcodecom/w1/01.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added work1/Justcodecom/w1/02.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added work1/Justcodecom/w1/03.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 239 additions & 0 deletions work1/Justcodecom/w1/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@

body{
font-size: 16px;
margin: 0;
min-height: 120vh;
background: #4d87c0
linear-gradient(125deg,rgb(95, 164, 228),rgb(171, 220, 237),rgb(114, 177, 240),#fdfdfd,#29e0be);
background-size:500% 500%;
animation:mymove 13s infinite;


}

@keyframes mymove {
0%{
background-position: 25% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}

}

.nav {
height: 35px;
width: 100%;
line-height: 40px;
display: flex;
}

.nav ul {
list-style: none;
margin: 0;
width: 100%;
}

.nav em {
display: inline-block;
width: 33%;
text-align: center;
margin-top: 10px;
}

.nav a {
text-decoration: none;
color: black;
transition: all .1s;
padding: 10px;
}

a:hover {
text-decoration: underline;
background-color: rgb(3, 156, 238);
border-radius: 215px;
box-shadow: 0 8px 16px 0 #3f8aa1;
}

.round1 {
display: flex;
font-size:16PX;
padding-top:1em;
padding-bottom: 1em;
padding-left: 10px;
margin-top: 20px;
border:2px solid rgb(63, 88, 216);
border-radius: 12px;
box-shadow: 0 8px 16px 0 #1f6892;

}
.round1 img{
float: left;
height: 150px;
width: 150px;
margin-top: 0.1px;
margin-bottom: 15px;
border-radius:120px;
}

.container1 {
flex-direction: row;
display: flex;
justify-content: space-evenly;
margin-left: 25px;
margin-right: 25px;
margin-top: 110px;
color:aliceblue

}
.a1{
width: 215px;
background-color:rgb(250, 202, 72) ;
border-radius: 15px;
text-align: center;
box-shadow: 0 8px 16px 0 #5c5b54;
}
.a2{
width: 215px;
background-color: rgb(231, 141, 141);
border-radius: 15px;
text-align: center;
box-shadow: 0 8px 16px 0 #31332e;
}

.a3{
width:215px;
background-color: rgb(30, 78, 162);
border-radius: 15px;
text-align: center;
box-shadow: 0 8px 16px 0 #453d3d;
}

.container2{
flex-direction: row;
display:flex;
justify-content: space-evenly;
margin-left: 25px;
margin-right: 25px;
margin-top: 20px;
margin-bottom: 20PX;
}
.container2 img {
width: 215px;
border-radius: 15px;

}

.a11 img:hover{
width:250px;
height: 250px;
box-shadow: 0 8px 16px 0 #0a0a0a;
}

.a12 img:hover{
width:250px;
height: 250px;

}

.a13 img:hover{
width:250px;
height: 250px;

}
/* 表格 */
.he1{
position:absolute;
left:459px;
top:830px

}


.he2{
position:absolute;
left:860px;
top:830px

}

.he3{
position:absolute;
left:990px;
top:830px

}




.c3{
position:absolute;
top:910px;
left:180px;
text-align: center;

width:600px;
background-color: #8fc0ea;
}

.c4{
position: absolute;
top:910px;
left:780px;
text-align: center;
background-color: rgb(92, 177, 179);
width:190px;
}
.c5{
position:absolute;
top:910px;
left:970px;
text-align: center;
background-color: #4d87c0;
width:90px;


}

.container3{
flex-direction: row;
display:flex;
justify-content: space-evenly;
margin-left: 0%;

}
.c6{
position:relative;
top:450px;
left:150px;
right:100px;
border-color: #7ba3c8;
border-radius: 25px;
float:left;
width: 75%;
height: 100px;
color: #7f7f7f;
}

.c7{
position:absolute;
top:1400px;
left:900px;
border:none;
border-radius: 5px;
margin:10px 10px;
padding:10px 10px;
width:105px;
background-color: #59a9f4;
box-shadow: 0 8px 16px 0 #0a0a0a;
}
.c7:hover{
border-top: #0a0a0a;
border-bottom: #fdfdfd;
background-color: #0ed6dd;
}

105 changes: 105 additions & 0 deletions work1/Justcodecom/w1/考核0+1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document1</title>
</head>

<link rel="stylesheet" type="text/css" href="style.css">

<body>
<div class="nav">
<ul>
<em><a href="#chara">人物介绍</a></em>
<em><a href="#works">系列作品</a></em>
<em><a href="#our">我们相关</a></em>
</ul>
</div>
<!-- 简介 -->
<div class="round1">
<img src="001.jpeg">
<p>海绵宝宝是一只黄色的方形海绵,住在太平洋深处风光优美无人知道的比基尼海滩水域下。那里是一个没有忧愁的世界,住着一群快乐的海洋生物。</p>
</div>

<!-- 人物 -->
<h3 id="chara"</h3>

<div class="container1">
<div class="a1">
<h4>海绵宝宝</h4>
<p>是动画片《海绵宝宝》系列系列中的主人公,超级活泼可爱,给人带来欢乐。</p>
</div>
<div class="a2">
<h4>派大星</h4>
<p>粉红色的海星,很可爱,和海绵宝宝交情最好。</p>
</div>
<div class="a3">
<h4>章鱼哥</h4>
<p>大鼻子章鱼,对艺术有着执着的追求,本质上是一个善良且有正义感的章鱼。</p>
</div>
</div>

<div class="container2">
<div class="a11"><img src="01.jpeg"></div>
<div class="a11"><img src="02.jpeg"></div>
<div class="a11"><img src="03.jpeg"></div>
</div>

<!-- 表格(?) -->

<h3 id="works"</h3>

<div class="he1">
<h4>系列 </h4>
</div>

<div class="he2">
<h4>日期 </h4>
</div>

<div class="he3">
<h4>集数 </h4>
</div>

<div class="container3">
<div class="c3">
<p>海绵宝宝</p>
<p>海绵宝宝</p>
<p>海绵宝宝</p>
<p>海绵宝宝</p>
<p>海绵宝宝</p>
</div>
<div class="c4">
<p>2008年10月23日</p>
<p>2008年10月23日</p>
<p>2008年10月23日</p>
<p>2008年10月23日</p>
<p>2008年10月23日</p>
</div>
<div class="c5">
<p>60集</p>
<p>60集</p>
<p>60集</p>
<p>60集</p>
<p>60集</p>
</div>
</div>
</h3>

<!-- 我们相关 -->

<h3 id="our"</h3>
<div class="container4">
<input type="text" class="c6" placeholder="对我们的建议"/>
<input type="submit" class="c7" value="提交"/>
</div>




</body>
</html>



Loading