Commit cb253c9c by 邢永慧

Upload New File

parent bf9a7aa8
* {
* {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
color: #f8f9fa;
}
body {
width: 100%;
background: url(../images/bank3.png) no-repeat;
background-size: cover;
}
button {
font-size: 18px;
color: #ffffff;
border-radius: 25px;
border: none;
box-shadow: 3px 3px 10px #bdc1c1;
}
.banner {
position: fixed;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
width: 100%;
height: 66px;
background-color: rgba(30, 52, 91, .5);
}
.logo {
display: flex;
justify-content: center;
width: 673px;
height: 86px;
}
.img {
margin-top: 7px;
}
.word {
height: 66px;
line-height: 66px;
margin-left: 20px;
font-size: 16px;
color: #f8f9fa;
}
/*导航栏*/
.nav {
width: 1253px;
height: 86px;
}
.nav {
display: flex;
justify-content: center;
}
.nav div {
width: 88px;
height: 66px;
margin-left: 5px;
border-radius: 5px;
background-color: rgba(47, 61, 95, .3);
font-size: 16px;
color: #f8f9fa;
line-height: 66px;
text-align: center;
}
/*固定定位造成影响*/
.mage {
width: 100%;
height: 86px;
}
/*搜索框*/
.search {
/*flex布局消除间隙*/
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 259px;
}
.search input {
width: 844px;
height: 99px;
font-size: 24px;
border: 1px solid #e0e2e2;
border-right: none;
box-shadow: 0px 1px 5px #e5e5e5;
border-radius: 10px;
outline: none;
line-height: 99px;
}
input::-webkit-input-placeholder {
padding-left: 24px;
font-size: 24px;
color: #bdc1c1;
}
.search button {
width: 156px;
height: 99px;
background-color: #4072b8;
}
.search button img {
width: 46px;
height: 49px;
}
/*审核*/
.big {
width: 100%;
}
.box {
width: 1200px;
margin: 0 auto;
}
.order {
display: flex;
justify-content: space-between;
align-items: center;
width: 1200px;
height: 71px;
border-bottom: 2px solid #e0e2e2;
border-top: 2px solid #e0e2e2;
}
.order img {
width: 76px;
height: 71px;
}
.order .all {
display: flex;
}
.order .check {
width: 50px;
height: 71px;
font-size: 24px;
color: #333333;
text-align: center;
line-height: 71px;
}
/*获取审批信息按钮*/
.agree button {
width: 130px;
height: 41px;
background-color: #0093c3;
line-height: 41px;
}
/*表格*/
.box table {
width: 1200px;
}
.box table tr {
height: 120px;
}
.box table tr th {
width: 156px;
font-size: 18px;
color: #333333;
background-color: #e9eff7;
}
.box table tr td {
height: 118px;
background-color: #f9fdff;
line-height: 118px;
text-align: center;
}
table .agreebtn {
width: 83px;
height: 40px;
background-color: #0093c3;
}
table .returnbtn{
width: 83px;
height: 40px;
background-color: gray;
}
/*图书库*/
.whole {
position: relative;
width: 1200px;
margin: 0 auto;
}
.whole .header {
display: flex;
justify-content: space-between;
align-items: center;
width: 1200px;
height: 71px;
border-bottom: 2px solid #e0e2e2;
border-top: 2px solid #e0e2e2;
}
.one {
display: flex;
}
.one img {
width: 65px;
height: 65px;
}
.one .book {
width: 100px;
height: 71px;
font-size: 24px;
color: #333333;
text-align: center;
line-height: 71px;
}
.header .top {
float: right;
}
/*上架按钮*/
.top button {
width: 83px;
height: 42px;
background-color: #49be70;
line-height: 41px;
}
/*空白*/
.white {
width: 1200px;
height: 20px;
}
/*书籍种类*/
.kinds {
width: 1200px;
margin: 0 auto;
}
.kinds .kind{
display: flex;
align-items: center;
width: 1200px;
height: 254px;
background-color: #f9fdff;
border-bottom: 2px solid #e0e2e2;
border-top: 2px solid #e0e2e2;
}
.kind .pic {
width: 275px;
height: 226px;
border-right: 1px solid #bdd1df;
}
.pic img {
width: 210px;
height: 224px;
}
.kind .content {
width: 648px;
height: 194px;
padding: 30px 55px;
}
.kind .content div {
margin-top: 10px;
font-size: 24px;
color: #666666;
}
.kind .btn {
width: 167px;
height: 226px;
text-align: center;
line-height: 254px;
border-left: 1px solid #bdd1df;
}
.btn button{
width: 85px;
height: 44px;
background-color: #c30000;
}
/*上架弹出框*/
.out {
position: absolute;
top: -25%;
left: 25%;
width: 550px;
height: 510px;
padding: 20px;
border: 5px solid #bdd1df;
border-radius: 40px;
z-index: 1002;
overflow: auto;
background-color: #ffffff;
}
.out .file_image {
width: 304px;
height: 160px;
background-color: #0093c3;
}
.manager_input label {
font-size: 24px;
}
.manager_input input {
width: 335px;
height: 55px;
border: 1px solid #bdd1df;
border-radius: 10px;
outline: none;
font-size: 24px;
}
.manager_input div {
margin-top: 15px;
}
.manager_input button {
width: 83px;
height: 40px;
background-color: #0093c3;
}
.submit {
margin-top: 40px;
width: 510px;
text-align: center;
}
.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .2);
z-index: 1000;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment