IntelligentRecognition/ah-jjsp-web/bns/css/dutyTask/remotePatrol/schedulingMge.css

280 lines
4.9 KiB
CSS
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #fff;
font-family: 'Microsoft YaHei';
letter-spacing: 1px;
color: #262626;
}
.layout {
display: flex;
align-items: center;
justify-content: start;
box-sizing: border-box;
}
.content {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
/*left-box 样式设置start*/
.left-box {
width: 20%;
height: 98%;
padding: 0 1% 1% 1%;
box-sizing: border-box;
}
.btn-div {
width: 100%;
height: 48px;
margin-bottom: 10px;
justify-content: space-between;
}
.date-box {
width: 100%;
height: calc(100% - 48px);
display: flex;
flex-direction: column;
overflow-y: auto;
padding: 0 2% 0 0;
}
.date-box p {
width: 100%;
height: 50px;
font-size: 16px;
color: #262626;
margin-bottom: 10px;
line-height: 50px;
letter-spacing: 1px;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid #bdbdbd;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-sizing: border-box;
}
.date-box p:hover,
.date-box p:focus {
border: 1px solid rgb(47, 130, 251);
color: rgb(47, 130, 251);
box-sizing: border-box;
}
.p-checked {
border: 1px solid rgb(47, 130, 251) !important;
color: rgb(47, 130, 251) !important;
}
/*left-box 样式设置end*/
/*right-box 样式设置start*/
.right-box {
width: 80%;
height: 97%;
padding: 0 1% 0 1%;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
border: 1px solid grey;
}
.btn-box {
width: 100%;
height: 48px;
display: flex;
justify-content: right;
}
.btn {
width: 88px;
height: 40px;
cursor: pointer;
font-size: 14px;
color: #262626;
}
.right-box .btn-div button {
border: 1px solid grey;
}
/*.right-box .btn-div button:nth-of-type(2) {
border: 1px solid #02e686;
background-color: #02e686;
}*/
.right-box .btn-div button p {
font-size: 14px;
color: #262626;
}
.right-box .btn-div button:nth-of-type(2) p {
color: #fff;
}
#scheduling-div {
width: 100%;
height: calc(100% - 170px);
}
#remark-info {
width: 100%;
height: 100px;
flex-direction: column;
align-items: baseline;
font-size: 16px;
justify-content: end;
}
#remark-info p {
font-weight: bold;
padding: 0 0 10px 0;
}
.classTable {
width: 100%;
table-layout: fixed;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
box-sizing: border-box;
margin-bottom: 10px;
}
.classTable tbody tr td {
font-size: 16px;
border: 1px solid #262626;
height: 40px;
color: #262626;
}
.classTable tr td {
font-size: 16px;
border: 1px solid #262626;
height: 40px;
font-weight: bold;
}
.classTable tr:nth-of-type(1) {
height: 60px;
font-size: 18px;
color: #262626 !important;
border: none;
}
.classTable tr:nth-of-type(6) {
color: #ffc000 !important;
}
.classTable tr:nth-of-type(6) td:nth-of-type(1) {
color: #262626 !important;
}
.classTable tr:nth-of-type(13),
.classTable tr:nth-of-type(14) {
color: #0070c0 !important;
}
.module-title {
width: 100%;
font-weight: bold;
text-indent: 36px; /*首行缩进*/
line-height: 36px; /*字体间距*/
}
.module-content {
width: 100%;
text-indent: 36px; /*首行缩进*/
line-height: 36px; /*字体间距*/
}
/*right-box 样式设置start*/
.layui-form-item, .layui-inline {
display: flex;
justify-content: start;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0;
}
.layui-form-item .layui-inline {
margin-bottom: 0;
margin-right: 0;
}
.layui-form-item .layui-input-inline {
float: left;
width: 160px;
margin-right: 0;
}
.layui-input {
color: #262626 !important;
border: 1px solid #262626 !important;
height: 32px;
font-size: 16px;
}
.layui-input:hover {
border: 1px solid #262626 !important;
}
.layui-input:focus {
border: 1px solid #262626 !important;
}
.layui-form-label {
font-size: 18px;
color: #262626;
}
.layui-form-mid {
margin-right: 0;
}
/*表格公共样式 end*/
/*滚动条样式start*/
::-webkit-scrollbar {
width: 5px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #e7e7f1 !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:active {
background: rgba(94, 96, 97, 0.43) !important;
border-radius: 0px;
}
/*滚动条样式end*/