/*所有价钱统一颜色*/
|
.color-r {
|
color: rgba(255, 14, 0, 0.50);
|
font-weight: 700;
|
}
|
/*所有时间统一颜色*/
|
.color-time {
|
color: #FFA500;
|
}
|
/*所有项目时长统一颜色*/
|
.color-y {
|
color: #FFA500;
|
}
|
/*所有数量统一颜色*/
|
.color-num {
|
color: #3BB4F2;
|
}
|
|
.color-gray {
|
color: #999;
|
}
|
/*主颜色*/
|
.back-m1 {
|
background-color: #D3B88D !important;
|
}
|
|
.color-m1 {
|
color: #D3B88D !important;
|
}
|
|
.color-w {
|
color: #fff;
|
}
|
|
.color-w>h1>a, .color-w>div>a>i {
|
color: #fff;
|
}
|
|
.border-m1 {
|
border-color: #D3B88D !important;
|
}
|
|
.btn-m1 {
|
background: #D4B05C;
|
border: 1px solid #D4B05C;
|
}
|
|
.am-input-group-primary.am-input-group .am-form-field {
|
border-color: #D3B88D !important;
|
}
|
|
.am-form select {
|
border-color: #D3B88D !important;
|
}
|
|
.am-form textarea {
|
border-color: #D3B88D !important;
|
}
|
/*所有价钱统一颜色*/
|
.am-input-group-primary .color-r {
|
color: rgba(255, 14, 0, 0.50);
|
}
|
/*所有时间统一颜色*/
|
.am-input-group-primary .color-time {
|
color: #FFA500;
|
}
|
/*所有项目时长统一颜色*/
|
.am-input-group-primary .color-y {
|
color: #FFA500;
|
}
|
/*所有数量统一颜色*/
|
.am-input-group-primary .color-num {
|
color: #3BB4F2;
|
}
|
|
.am-btn-secondary {
|
background-color: #daaa65 !important;
|
border-color: #daaa65 !important;
|
}
|
|
ul.am-dropdown-content>.am-active>a, ul.am-dropdown-content>.am-active>a:focus,
|
ul.am-dropdown-content>.am-active>a:hover {
|
background-color: #daaa65 !important;
|
}
|
|
.am-table>tbody>tr.am-primary>td, .am-table>tbody>tr.am-primary>th,
|
.am-table>tbody>tr>td.am-primary, .am-table>tbody>tr>th.am-primary,
|
.am-table>tfoot>tr.am-primary>td, .am-table>tfoot>tr.am-primary>th,
|
.am-table>tfoot>tr>td.am-primary, .am-table>tfoot>tr>th.am-primary,
|
.am-table>thead>tr.am-primary>td, .am-table>thead>tr.am-primary>th,
|
.am-table>thead>tr>td.am-primary, .am-table>thead>tr>th.am-primary {
|
color: #daaa65 !important;
|
background-color: rgba(218, 170, 101, 0.15) !important;
|
}
|
|
/**
|
床位占用情况界面
|
**/
|
|
/* 代表服务已结束 */
|
.box_danger {
|
background: #d9534f;
|
cursor: pointer;
|
}
|
|
/* 代表上班未被预约还可再约位的空档 */
|
.box_success {
|
background: #5cb85c;
|
}
|
/* 代表已预约 */
|
.box_warning {
|
background: #f0ad4e;
|
cursor: pointer;
|
}
|
/* 代表正在服务中 */
|
.box_primary {
|
background: #337ab7;
|
cursor: pointer;
|
}
|
|
/* 代表不上班 */
|
.box_no {
|
background: #efefef;
|
}
|
|
.exp-warp {
|
margin: 10px;
|
float: left;
|
overflow: hidden;
|
}
|
|
.exp-box {
|
width: 20px;
|
height: 20px;
|
float: left;
|
}
|
|
.exp-title {
|
width: 80px;
|
line-height: 20px;
|
text-align: center;
|
}
|
|
.box-table {
|
|
}
|
|
.box-table, .box-table tr, .box-table td {
|
margin: 0;
|
padding: 0
|
}
|
|
.box-table th {
|
border: 1px solid;
|
border-collapse: collapse;
|
border-right: 1px solid ;
|
}
|
|
.box-table td {
|
border: 1px solid ;
|
}
|
|
.table-box {
|
margin: 0 10px;
|
margin-bottom: 20px;
|
overflow: auto;
|
width: 500px;
|
}
|
|
.adbox {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
border: 1px solid #aeaeae;
|
width: 200px;
|
height: 100px;
|
background: white;
|
padding: 10px;
|
}
|
|
.warptable {
|
height: 300px;
|
overflow: auto;
|
width: 500px;
|
}
|