仨
This commit is contained in:
75
view.css
Normal file
75
view.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* 这个样式只是为了让展示页好看,没什么大用的 */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font1';
|
||||
src: url(CangJiGaoDeGuoMiaoHei.woff);
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
height: 40px;
|
||||
font-size: 12px;
|
||||
border: 2px solid white;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.topbar li {
|
||||
display: inline;
|
||||
color: rgb(0, 0, 0);
|
||||
margin-right: 13px;
|
||||
font-size: large;
|
||||
font-family:Font1;
|
||||
}
|
||||
|
||||
.topbar ul {
|
||||
display: inline-block;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
.topbar-right {
|
||||
position: absolute;
|
||||
right: 10%;
|
||||
|
||||
}
|
||||
|
||||
.topbar-left {
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border: 2px solid white;
|
||||
border-radius: 5px;
|
||||
margin-top: 2%;
|
||||
margin-right: 10%;
|
||||
margin-bottom: auto;
|
||||
margin-left: 10%;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-family: Font1;
|
||||
}
|
||||
|
||||
p {
|
||||
border: 2px solid white;
|
||||
border-radius: 5px;
|
||||
margin-top: auto;
|
||||
margin-right: 10%;
|
||||
margin-bottom: auto;
|
||||
margin-left: 10%;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-family: Font1;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: linear-gradient(45deg, transparent 0%, transparent 55%, rgba(64, 64, 64, 0.04) 55%, rgba(64, 64, 64, 0.04) 76%, transparent 76%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 14%, rgba(64, 64, 64, 0.04) 14%, rgba(64, 64, 64, 0.04) 41%, transparent 41%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 2%, rgba(64, 64, 64, 0.04) 2%, rgba(64, 64, 64, 0.04) 18%, transparent 18%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 61%, rgba(64, 64, 64, 0.04) 61%, rgba(64, 64, 64, 0.04) 71%, transparent 71%, transparent 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
|
||||
}
|
||||
Reference in New Issue
Block a user