Files
pad-hl-hcx-new/common/style/layout.css
2023-03-29 11:26:08 +08:00

227 lines
4.0 KiB
CSS

page {
background-color: #f6f6f6 !important;
min-height: 100% !important;
height: 100% !important;
}
uni-page-body {
background-color: #f6f6f6 !important;
min-height: 100% !important;
height: 100% !important;
}
uni-button:after {
border: none;
}
.content{
width: 100%;
height: 100%;
background-color: #f5f5f5;
}
.search-confirm-wrap {
width: calc(100% - 30px);
background-color: #fff;
margin: 15px auto;
border-radius: 12px;
padding-bottom: 15px;
}
.search-wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
padding: 0 15px;
}
.search-item{
display: flex;
justify-content: space-between;
width: 48%;
margin-top: 15px;
}
.search-item-btns {
justify-content: flex-end;
}
.search-label{
width: 70px;
height: 35px;
font-size: 16px;
line-height: 35px;
color: #323232;
text-align: justify;
text-align-last: justify;
}
.search-label::after {
display: inline-block;
content: '';
width: 100%;
height: 0;
visibility: hidden;
}
.filter_input_wraper {
width: calc(100% - 100px);
height: 35px;
line-height: 35px;
}
.search-input{
width: calc(100% - 10px);
height: 35px;
line-height: 35px;
font-size: 14px;
color: #606266;
border: 1px solid #d1d1d1;
border-radius: 4px;
text-indent: 10px;
}
.search-input-l {
width: 100%;
height: 35px;
line-height: 35px;
font-size: 14px;
color: #606266;
border: 1px solid #d1d1d1;
border-radius: 4px;
text-indent: 10px;
}
.search-input-l .uni-input-input {
padding-right: 10px;
}
.search-input-l .uni-input-input:disabled {
background-color: #e1e1e1;
}
.confirm-button-wrap{
display: flex;
justify-content: flex-end;
width: 100%;
height: 35px;
line-height: 35px;
margin-top: 15px;
padding: 0 15px;
}
.confirm-button{
margin-left: 15px !important;
margin-right: 0 !important;
background-color: #D7592F;
color: #fff;
line-height: 35px;
}
.confirm-button_disabled {
background-color: #c9c9c9;
}
.grid-wrap{
width: 100%;
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
padding: 0 15px 15px 15px;
overflow-y: scroll;
}
.grid-table{
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px #e1e1e1;
text-align: center;
}
.grid-table thead tr th{
font-size: 15px;
line-height: 35px;
padding: 0 5px;
background-color: #e1e1e1;
}
.grid-table thead tr th:first-child{
border-top-left-radius: 12px;
}
.grid-table thead tr th:last-child{
border-top-right-radius: 12px;
}
.grid-table th, .grid-table td {
color: #464646;
background-color: #fff;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}
.grid-table th:first-child, .grid-table td:first-child{
border-left: 1px solid #e1e1e1;
}
.grid-table td {
height: 35px;
line-height: 35px;
font-size: 15px;
padding: 0 5px;
}
.status-wrap {
width: 100%;
height: 35px;
display: flex;
align-items: center;
margin-bottom: 15px;
}
.status-item {
display: flex;
align-items: center;
margin-left: 10px;
}
.status-icon {
width: 20px;
height: 20px;
border-radius: 4px;
margin-right: 10px;
}
.status-txt {
font-size: 16px;
line-height: 35px;
color: #323232;
}
.bg-gray {
background-color: #c9c9c9;
}
.bg-green {
background-color: #6CBE8B;
}
.bg-yellow {
background-color: #E9B451;
}
.bg-red {
background-color: #ff6a00;
}
.material-wrap {
width: calc(100% - 30px);
height: calc(100% - 152px);/** 42+15*5+35 */
margin: 15px auto;
padding: 15px 15px 0 15px;
background-color: #fff;
border-radius: 12px;
}
.material-item-wrap {
width: 100%;
height: calc(100% - 50px);
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
overflow-y: auto;
}
.material-item {
width: 8.2%;
margin-right: 2%;
margin-bottom: 15px;
padding: 5px;
border-radius: 12px;
}
.material-item:nth-child(10n) {
margin-right: 0;
}
.material-title {
font-size: 16px;
line-height: 35px;
height: 35px;
text-align: center;
color: #fff;
overflow: hidden;
}
.material-spec {
font-size: 16px;
line-height: 26px;
height: 52px;
text-align: center;
color: #fff;
overflow: hidden;
}