初始上传
This commit is contained in:
22
app/index/view/public/css/center.css
Executable file
22
app/index/view/public/css/center.css
Executable file
@@ -0,0 +1,22 @@
|
||||
.body-content{margin: 0 !important;width: 100%;min-height: calc(100vh - 0px);background: url("../img/back.jpg") no-repeat center / contain;background-size: 100% 100% ;overflow: auto;position: relative;background-attachment: fixed;}
|
||||
.guide-top {width: 1200px;margin:0 auto;overflow: hidden}
|
||||
.guide-top>div {width: 38.5px; height: 38.5px;margin:0 auto;margin-top:134px;}
|
||||
.guide-top>span { display: block;width: 15px;height: 4px;background: #fff;margin: 15px auto 10px;}
|
||||
.guide-top>p {text-align: center;color:#fff;font-size: 24px; margin:10px 0}
|
||||
.guide-links {background: rgba(255, 255, 255, 0.83);width: 1200px;margin:95px auto 0;display: flex}
|
||||
.guide-links>a{ cursor:pointer; display: block;width: 240px;height: 320px;overflow: hidden;text-decoration: none;border-right: 1px solid #ccc; }
|
||||
.guide-links>a:nth-child(5){ border:0px}
|
||||
.guide-links li {width:240px;height: 320px;overflow: hidden}
|
||||
.guide-links li img {width: 39.5px;height: 39.5px;display: block;margin:115px auto 0}
|
||||
.guide-links li p {text-align: center;font-size: 20px;color:#000;margin-top: 15px}
|
||||
.guide-forter {width: 1200px;margin:0 auto;margin-top: 95px}
|
||||
.guide-forter>a {display: block}
|
||||
.guide-forter p{text-align: center;padding: 3px 0px}
|
||||
.guide-forter p a{color:#6D7278;font-size: 16px;}
|
||||
.guide-forter div {width: 150px;height: 50px;margin: 0 auto;line-height: 50px;text-align: center;}
|
||||
.guide-forter img {height: auto;width: auto;max-width: 150px;max-height: 50px;}
|
||||
.guide-links li .selected{ display: none}
|
||||
.guide-links li.li-selected{background: #155FFA;}
|
||||
.guide-links li.li-selected .no-select{display: none}
|
||||
.guide-links li.li-selected .selected{display: block}
|
||||
.guide-links li.li-selected p{color: #fff}
|
||||
42
app/index/view/public/css/style.css
Executable file
42
app/index/view/public/css/style.css
Executable file
@@ -0,0 +1,42 @@
|
||||
*{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
}
|
||||
body{
|
||||
font-family:Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
color: #333;
|
||||
background-color: #edf0f3;
|
||||
}
|
||||
ul{
|
||||
list-style:none;
|
||||
}
|
||||
a{
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover{
|
||||
color:#FF6A00;
|
||||
text-decoration:none;
|
||||
}
|
||||
input,button,select{
|
||||
vertical-align:middle;
|
||||
outline: none;
|
||||
}
|
||||
.fc-690{
|
||||
color:#333;
|
||||
}
|
||||
.fs-14{
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
img{width: 100%; height:100%}
|
||||
.guide {display: flex;position: relative;}
|
||||
.head-block {position: fixed;height:60px;width: 100%;overflow: hidden;background:rgba(0, 0, 0, 0.19);top: 0;left:0}
|
||||
.head-block-title {width: 1200px; height:60px;margin: 0 auto}
|
||||
.head-block .head-block-left {display: flex;float: left}
|
||||
.head-block .head-block-left>div{width: 140px; height:60px;}
|
||||
.head-block .head-block-left span{color:#fff;font-size: 14px;display: inline-block;padding-top: 25px;padding-left: 15px;}
|
||||
.head-block .head-block-right {float: right;height: 60px;line-height: 60px}
|
||||
.head-block .head-block-right a{color:#fff;text-decoration: none;font-size: 14px}
|
||||
.head-block .head-block-right span{color:#fff;font-size: 16px}
|
||||
Reference in New Issue
Block a user