Initial commit
This commit is contained in:
69
static/css/erjiyemiancaidan.css
Normal file
69
static/css/erjiyemiancaidan.css
Normal file
@@ -0,0 +1,69 @@
|
||||
.zhuyemian{
|
||||
margin: 10px 22px 50px;
|
||||
width: 97%;
|
||||
height: 100vh;
|
||||
float: left;
|
||||
background-color: rgb(255, 255, 255);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.zhuyemian div{
|
||||
display: inline-flex;
|
||||
}
|
||||
.menu{
|
||||
margin: 20px 0 20px 20px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
border: 2px solid rgb(172, 171, 171);
|
||||
|
||||
width: 30%;
|
||||
height: 95vh;
|
||||
}
|
||||
|
||||
.tupian{
|
||||
margin: 20px 20px 20px 0;
|
||||
background-color: rgb(255, 255, 255);
|
||||
width: 65%;
|
||||
height: 95vh;
|
||||
}
|
||||
|
||||
/*页面开头的表头*/
|
||||
.nav2{
|
||||
float: left;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: rgb(254, 255, 253);
|
||||
border-bottom: 2px solid rgb(172, 171, 171);
|
||||
}
|
||||
|
||||
/*取消块级元素,使其在一行*/
|
||||
.nav2 ul li {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
/*将几个元素连接起来*/
|
||||
.nav2 ul li a {
|
||||
|
||||
padding: 12px 30px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #666666;
|
||||
font-family: Tahoma;
|
||||
|
||||
}
|
||||
|
||||
/*使其选中块就可以点击*/
|
||||
.nav2 li a {
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
/*鼠标停留*/
|
||||
.nav2 li a:hover {
|
||||
background-color: rgb(218, 224, 224);
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #3371f7;
|
||||
}
|
||||
|
||||
68
static/css/floatingShadow.css
Normal file
68
static/css/floatingShadow.css
Normal file
@@ -0,0 +1,68 @@
|
||||
|
||||
.box {
|
||||
padding: 20px;
|
||||
width: 982px;
|
||||
height: 270px;
|
||||
margin: 0 auto;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 200px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.box h1{
|
||||
margin-left: 20px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.smallbox {
|
||||
width: 235px;
|
||||
height: 270px;
|
||||
margin-left: 14px;
|
||||
margin-top: 30px;
|
||||
float: left;
|
||||
background-color: #fff;
|
||||
/* css3效果过渡 */
|
||||
transition: all .2s linear;
|
||||
}
|
||||
|
||||
.box .smallbox img {
|
||||
|
||||
height: 160px;
|
||||
margin: 0 37.5px 12px;
|
||||
}
|
||||
.box .smallbox h4 {
|
||||
margin: 10px 10px 2px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
.box .smallbox .conten {
|
||||
font-size: 12px;
|
||||
color: #b0b0b0;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.smallbox:hover {
|
||||
/* 盒子阴影 */
|
||||
box-shadow: 4px 20px 40px 5px rgba(0, 0, 0, .1);
|
||||
/* 盒子向上移动效果,改变上外边距 */
|
||||
margin-top: 20px;
|
||||
}
|
||||
.box .aa {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.box .gengduo{
|
||||
display: block;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
margin-top: 300px;
|
||||
margin-bottom: 300px;
|
||||
padding: 30px 80px;
|
||||
font-size: 20px;
|
||||
color: rgb(255, 248, 248);
|
||||
font-family: Tahoma;
|
||||
}
|
||||
68
static/css/gengduofudong2.css
Normal file
68
static/css/gengduofudong2.css
Normal file
@@ -0,0 +1,68 @@
|
||||
|
||||
.box2 {
|
||||
padding: 20px;
|
||||
width: 982px;
|
||||
height: 100px;
|
||||
margin: 0 auto;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 200px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.box2 h1{
|
||||
margin-left: 20px;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.box2 .smallbox {
|
||||
width: 235px;
|
||||
height: 270px;
|
||||
margin-left: 14px;
|
||||
margin-top: 30px;
|
||||
float: right;
|
||||
background-color: #fff;
|
||||
/* css3效果过渡 */
|
||||
transition: all .2s linear;
|
||||
}
|
||||
|
||||
.box2 .smallbox img {
|
||||
|
||||
height: 160px;
|
||||
margin: 0 37.5px 12px;
|
||||
}
|
||||
.box2 .smallbox h4 {
|
||||
margin: 10px 10px 2px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
}
|
||||
.box2 .smallbox .conten {
|
||||
font-size: 12px;
|
||||
color: #b0b0b0;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.box2 .smallbox:hover {
|
||||
/* 盒子阴影 */
|
||||
box-shadow: 4px 20px 40px 5px rgba(0, 0, 0, .1);
|
||||
/* 盒子向上移动效果,改变上外边距 */
|
||||
margin-top: 20px;
|
||||
}
|
||||
.box2 .aa {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.box2 .gengduo{
|
||||
display: block;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
margin-top: 300px;
|
||||
margin-bottom: 300px;
|
||||
padding: 30px 80px;
|
||||
font-size: 20px;
|
||||
color: rgb(255, 248, 248);
|
||||
font-family: Tahoma;
|
||||
}
|
||||
5825
static/css/layui.css
Normal file
5825
static/css/layui.css
Normal file
File diff suppressed because it is too large
Load Diff
1
static/css/modules/code.css
Normal file
1
static/css/modules/code.css
Normal file
@@ -0,0 +1 @@
|
||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #eee;border-left-width:6px;background-color:#FAFAFA;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #eee}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 10px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view .layui-code-ol li:first-child{padding-top:10px}.layui-code-view .layui-code-ol li:last-child{padding-bottom:10px}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}.layui-code-demo .layui-code{visibility:visible!important;margin:-15px;border-top:none;border-right:none;border-bottom:none}.layui-code-demo .layui-tab-content{padding:15px;border-top:none}
|
||||
1
static/css/modules/laydate/default/laydate.css
Normal file
1
static/css/modules/laydate/default/laydate.css
Normal file
File diff suppressed because one or more lines are too long
BIN
static/css/modules/layer/default/icon-ext.png
Normal file
BIN
static/css/modules/layer/default/icon-ext.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
BIN
static/css/modules/layer/default/icon.png
Normal file
BIN
static/css/modules/layer/default/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
1
static/css/modules/layer/default/layer.css
Normal file
1
static/css/modules/layer/default/layer.css
Normal file
File diff suppressed because one or more lines are too long
BIN
static/css/modules/layer/default/loading-0.gif
Normal file
BIN
static/css/modules/layer/default/loading-0.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
BIN
static/css/modules/layer/default/loading-1.gif
Normal file
BIN
static/css/modules/layer/default/loading-1.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 701 B |
BIN
static/css/modules/layer/default/loading-2.gif
Normal file
BIN
static/css/modules/layer/default/loading-2.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
130
static/css/mycss.css
Normal file
130
static/css/mycss.css
Normal file
@@ -0,0 +1,130 @@
|
||||
.hen {
|
||||
height: 334px;
|
||||
margin: 30px;
|
||||
background-color: white;
|
||||
border-bottom: black;
|
||||
box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.img_style {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#search {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
|
||||
/*定义留言板ui*/
|
||||
.LeavingAessage_box,
|
||||
.BriefIntroduction_box,
|
||||
.declare_box,
|
||||
.timeline_box {
|
||||
height: 95%;
|
||||
width: 95%;
|
||||
background-color: white;
|
||||
margin: 20px auto;
|
||||
overflow: hidden
|
||||
|
||||
}
|
||||
|
||||
.input_text textarea {
|
||||
width: 95%;
|
||||
margin: 40px auto 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.LeavingAessage_box p {
|
||||
width: 95%;
|
||||
margin: 30px auto 0;
|
||||
font-size: 30px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
.input_text button {
|
||||
margin: 20px 30px 0 auto;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.LeavingAessage_box h3 {
|
||||
margin: 30px auto 0;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.LeavingAessage_box i {
|
||||
font-size: 30px;
|
||||
margin-left: 30px;
|
||||
|
||||
}
|
||||
|
||||
.LeavingAessage_box h4 {
|
||||
float: right;
|
||||
margin-right: 30px;
|
||||
|
||||
}
|
||||
|
||||
#message_text {
|
||||
width: 95%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#text {
|
||||
width: 90%;
|
||||
display: inline-block;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#icon {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
width: 7%;
|
||||
}
|
||||
|
||||
#message_text hr {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
#message_box::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show_out {
|
||||
}
|
||||
|
||||
|
||||
/*定义时间线*/
|
||||
.line_box {
|
||||
margin: 30px 50px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.layui-nav-tree .layui-nav-child .color {
|
||||
color: rgba(255, 255, 255, .7);
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
||||
#color_div {
|
||||
color: #fff;
|
||||
color: rgba(255, 255, 255, .7)
|
||||
|
||||
}
|
||||
.label_meg {
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.NO:hover{
|
||||
background-color: #393d49 !important;
|
||||
}
|
||||
41
static/css/pageHeader.css
Normal file
41
static/css/pageHeader.css
Normal file
@@ -0,0 +1,41 @@
|
||||
/*页面开头的表头*/
|
||||
.nav{
|
||||
float: left;
|
||||
width: 100%;
|
||||
height:90px;
|
||||
background-color: rgb(69, 73, 77);
|
||||
|
||||
}
|
||||
|
||||
/*取消块级元素,使其在一行*/
|
||||
.nav ul li {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
/*将几个元素连接起来*/
|
||||
.nav ul li a {
|
||||
|
||||
padding: 30px 80px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: rgb(255, 248, 248);
|
||||
font-family: Tahoma;
|
||||
|
||||
}
|
||||
|
||||
/*使其选中块就可以点击*/
|
||||
li a {
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
/*鼠标停留*/
|
||||
.nav li a:hover {
|
||||
background-color: rgb(3, 8, 8);
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #3371f7;
|
||||
}
|
||||
|
||||
21
static/css/style.css
Normal file
21
static/css/style.css
Normal file
@@ -0,0 +1,21 @@
|
||||
body{
|
||||
background:#f3f3f3;
|
||||
text-align:center; /* 文字居中 */
|
||||
}
|
||||
|
||||
*{margin:0;padding:0}
|
||||
|
||||
.guanyu{
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
|
||||
}
|
||||
.guanyu h3{
|
||||
|
||||
color: #666666;
|
||||
margin: 20px;
|
||||
padding: 30px;
|
||||
text-align: left;
|
||||
font-size: 25px;
|
||||
}
|
||||
Reference in New Issue
Block a user