Initial commit
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
@@ -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
@@ -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
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
BIN
static/css/modules/layer/default/icon-ext.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
static/css/modules/layer/default/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
1
static/css/modules/layer/default/layer.css
Normal file
BIN
static/css/modules/layer/default/loading-0.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
static/css/modules/layer/default/loading-1.gif
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
static/css/modules/layer/default/loading-2.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
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
@@ -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
@@ -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;
|
||||
}
|
||||
BIN
static/font/iconfont.eot
Normal file
554
static/font/iconfont.svg
Normal file
|
After Width: | Height: | Size: 299 KiB |
BIN
static/font/iconfont.ttf
Normal file
BIN
static/font/iconfont.woff
Normal file
BIN
static/font/iconfont.woff2
Normal file
BIN
static/img_eg/example_chart/Aggregated_Pyramids.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
static/img_eg/example_chart/Area_Chart_UnStacked.png
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
static/img_eg/example_chart/Areas_Under_a_Time_Series.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
static/img_eg/example_chart/Balloon_Plot.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
static/img_eg/example_chart/Bar_Chart.png
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
static/img_eg/example_chart/Bar_Chart_Simple.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/img_eg/example_chart/Bump_Chart.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
static/img_eg/example_chart/Column_Chart_for_Developments.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
static/img_eg/example_chart/Comparison_with_Bar_Chart_1.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
static/img_eg/example_chart/Comparison_with_Bar_Chart_2.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
static/img_eg/example_chart/Comparison_with_Bar_Chart_3.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
static/img_eg/example_chart/Composition_Bar.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
static/img_eg/example_chart/Composition_Pie.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img_eg/example_chart/Composition_Waffles.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
static/img_eg/example_chart/Correlation_Box.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/img_eg/example_chart/Correlation_Bubble.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
static/img_eg/example_chart/Correlation_Correlation.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
static/img_eg/example_chart/Correlation_Count.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/img_eg/example_chart/Correlation_Jitter.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
static/img_eg/example_chart/Correlation_Scatter.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
static/img_eg/example_chart/Correllogram.png
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
static/img_eg/example_chart/Daily_Values_with_Labels.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
static/img_eg/example_chart/Density_Plot.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
static/img_eg/example_chart/Deviation_Area.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/img_eg/example_chart/Deviation_Bar.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
static/img_eg/example_chart/Deviation_Lollipop.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
static/img_eg/example_chart/Distribution_BoxWithDots.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
static/img_eg/example_chart/Distribution_Box_1.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
static/img_eg/example_chart/Distribution_Box_2.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
static/img_eg/example_chart/Distribution_DensityFunction.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
static/img_eg/example_chart/Distribution_Histogram.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
static/img_eg/example_chart/Distribution_PopulationPyramid.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
static/img_eg/example_chart/Distribution_TufteBox.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/img_eg/example_chart/Distribution_Violin.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
static/img_eg/example_chart/Diverging_Bars.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
static/img_eg/example_chart/Diverging_Bars_vertical.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
static/img_eg/example_chart/Dot_Box_Plot.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
static/img_eg/example_chart/Dot_Plot.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
static/img_eg/example_chart/Dumbbell_Plot.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 42 KiB |
BIN
static/img_eg/example_chart/Group_HierarchicalTree.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/img_eg/example_chart/Heat_Map.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
static/img_eg/example_chart/Jittering_with_stripplot.png
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
static/img_eg/example_chart/Joy_Plot.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
static/img_eg/example_chart/Lollipop_Chart.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
static/img_eg/example_chart/Marginal_Boxplot.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
static/img_eg/example_chart/Marginal_Histogram.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 54 KiB |
BIN
static/img_eg/example_chart/Multiple_Time_Series.png
Normal file
|
After Width: | Height: | Size: 171 KiB |
BIN
static/img_eg/example_chart/Ordered_Bar_Chart.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
static/img_eg/example_chart/Pie_Chart.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 202 KiB |
BIN
static/img_eg/example_chart/Population_Pyramid.png
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
static/img_eg/example_chart/Quarterly_Values_as_Columns.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 46 KiB |
BIN
static/img_eg/example_chart/Radial_Polygons_Overlay.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 41 KiB |
BIN
static/img_eg/example_chart/Scatter_Plot_with_Few_Points.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 51 KiB |
BIN
static/img_eg/example_chart/Seasonal_Ranges_Panel.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
static/img_eg/example_chart/Seasonal_Ranges_Stacked.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/img_eg/example_chart/Simplified_Gantt_Chart.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
static/img_eg/example_chart/Slope_Chart.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
static/img_eg/example_chart/Sort_Dots.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
static/img_eg/example_chart/Sort_Lean.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
static/img_eg/example_chart/Sort_Lollipop.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
static/img_eg/example_chart/Sort_OrderedBar.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
static/img_eg/example_chart/Spie_chart.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
static/img_eg/example_chart/Stacked_Area_Chart.png
Normal file
|
After Width: | Height: | Size: 265 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
static/img_eg/example_chart/TemporalChanges_Accumulation.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
static/img_eg/example_chart/TemporalChanges_CalendarHeat.png
Normal file
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 45 KiB |