Commit ff475870 by 邢永慧

管理员页面css

parent 4dede225
* {
* {
margin: 0px;
padding: 0px;
}
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: 86px;
background-color: #eff5f9;
}
.logo {
display: flex;
justify-content: center;
width: 673px;
height: 86px;
}
.img {
margin-top: 7px;
}
.word {
height: 86px;
line-height: 86px;
margin-left: 20px;
font-size: 16px;
color: #5783c1;
}
.nav {
width: 1253px;
height: 86px;
background-image: url(../images/nav.jpg);
}
.nav {
display: flex;
justify-content: center;
}
.nav div {
width: 88px;
height: 81px;
margin-left: 5px;
margin-top: 1.5px;
border-radius: 5px;
border: 1px solid #5783c1;
background-color: #e1eff8;
font-size: 16px;
color: #5783c1;
line-height: 81px;
text-align: center;
}
/*固定定位造成影响*/
.mage {
width: 100%;
height: 86px;
}
/*搜索框*/
.search {
/*flex布局消除间隙*/
display: flex;
justify-content: center;
align-items: center;
width: 1200px;
height: 259px;
margin: 0 auto;
}
.search input {
width: 844px;
height: 99px;
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;
}
/*审核*/
.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: 121px;
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 button {
width: 83px;
height: 40px;
background-color: #c30000;
}
/*图书库*/
.whole {
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;
}
.kind .content {
width: 758px;
height: 254px;
}
.kind .btn {
width: 167px;
height: 254px;
text-align: center;
line-height: 254px;
}
.btn button{
width: 85px;
height: 44px;
background-color: #c30000;
}
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