You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
308 lines
4.3 KiB
308 lines
4.3 KiB
/* 标签切换样式 */
|
|
|
|
.box #tags {
|
|
display: flex;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
.box #tags div {
|
|
width: auto;
|
|
padding: 5px 10px;
|
|
cursor: pointer;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
.box #tags div:nth-child(1) {
|
|
padding: 5px 0px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.box #tags div:nth-child(2) {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.box #tags .current {
|
|
border-bottom: 2px solid #8F0000;
|
|
}
|
|
|
|
.box #content {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.box #content div {
|
|
display: none;
|
|
}
|
|
|
|
.box #content .current {
|
|
display: block;
|
|
}
|
|
|
|
|
|
/* table表格表头颜色修改 */
|
|
|
|
.MyClosing_right .table>thead {
|
|
background: #F1F1F1;
|
|
}
|
|
|
|
.wraper .BillManage_right .table>thead {
|
|
background: #F1F1F1;
|
|
}
|
|
|
|
.table>thead {
|
|
background: #F1F1F1;
|
|
}
|
|
|
|
|
|
/* 滚动条样式 */
|
|
|
|
.scrollbar {
|
|
width: 30px;
|
|
height: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.test::-webkit-scrollbar {
|
|
/*滚动条整体样式*/
|
|
width: 5px;
|
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
height: 1px;
|
|
}
|
|
|
|
.test::-webkit-scrollbar-thumb {
|
|
/*滚动条里面小方块*/
|
|
border-radius: 10px;
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
background: #96b3e2;
|
|
}
|
|
|
|
.test::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
border-radius: 10px;
|
|
background: #ededed;
|
|
}
|
|
|
|
|
|
/* 消息提示框 */
|
|
|
|
.alert-success {
|
|
position: fixed;
|
|
top: 10%;
|
|
left: 45%;
|
|
display: none;
|
|
}
|
|
|
|
|
|
/*
|
|
列表蓝色背景
|
|
*/
|
|
|
|
.order_message::before {
|
|
content: "|";
|
|
width: 2px;
|
|
background: #2D6AB7;
|
|
color: #2D6AB7;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
|
|
/* 模态框居中 */
|
|
|
|
.modal .modal-content {
|
|
margin-top: calc(50% - 100px);
|
|
}
|
|
|
|
|
|
/* 背景为蓝色标签切换样式 */
|
|
|
|
.box1 #tags1 {
|
|
display: flex;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.box1 #tags1 div {
|
|
width: 110px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
background: #F2F2F2;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
border: 1px solid #DDDDDD;
|
|
}
|
|
|
|
.box1 #tags1 div:nth-child(1) {
|
|
border-top-left-radius: 5px;
|
|
}
|
|
|
|
.box1 #tags1 div:nth-child(4) {
|
|
border-top-right-radius: 5px;
|
|
}
|
|
|
|
.box1 #tags1 .current1 {
|
|
background: #374AA5;
|
|
color: #FFFFFF;
|
|
border: 1px solid #374AA5;
|
|
}
|
|
|
|
|
|
/* 头部导航样式 */
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.header {
|
|
background-color: rgba(37, 46, 75, 0.8);
|
|
width: 100%;
|
|
height: 100px;
|
|
}
|
|
|
|
.login {
|
|
height: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
color: #d0bd9b;
|
|
font-size: 14px;
|
|
padding-right: 100px;
|
|
}
|
|
|
|
.login>div>a {
|
|
color: #d0bd9b;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.login>div {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.login>div:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.navbarbox {
|
|
/* width: 1200px; */
|
|
height: 70px;
|
|
margin: 0 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.titles-name {
|
|
font-size: 28px;
|
|
color: #f5ddad;
|
|
}
|
|
|
|
.navbar-tab {
|
|
margin-top: 10px;
|
|
width: 60%;
|
|
height: 60px;
|
|
display: flex;
|
|
}
|
|
|
|
.itembox {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
color: #fdfaf5;
|
|
}
|
|
|
|
.itembox>div {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.itembox>div>a {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fdfaf5;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.itembox>div>a:hover {
|
|
color: #d0bd9b;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cart {
|
|
width: 60px;
|
|
height: 60px;
|
|
background-color: rgba(119, 119, 119, 0.5);
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.cart:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.cart>img {
|
|
margin: 10px 0 5px;
|
|
}
|
|
|
|
|
|
/*
|
|
返回顶部公共样式
|
|
*/
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.right-bottom {
|
|
z-index: 999;
|
|
width: 80px;
|
|
height: 120px;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 5px #888;
|
|
position: fixed;
|
|
bottom: 30px;
|
|
right: 30px;
|
|
}
|
|
|
|
.r-b-top {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: #a60000;
|
|
}
|
|
|
|
a:hover {
|
|
color: #a60000;
|
|
}
|
|
|
|
.r-b-bottom {
|
|
margin: 5px;
|
|
height: 70px;
|
|
background-color: rgba(87, 89, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* */
|
|
|
|
table tbody tr td:nth-child(1){
|
|
width: 37px;
|
|
height: 37px;
|
|
}
|
|
|
|
table tbody tr td:nth-child(1) a{
|
|
margin-left: 5px;
|
|
}
|