706 lines
12 KiB
Plaintext
706 lines
12 KiB
Plaintext
|
|
/*表格/查询条件公共样式*/
|
||
|
|
html,
|
||
|
|
body {
|
||
|
|
width: 100%;
|
||
|
|
/*height: calc(100% - 5px);*/
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: 'Microsoft YaHei';
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage-skip {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close,
|
||
|
|
.closePage {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close p,
|
||
|
|
.closePage p {
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.closePage img {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
/*margin: 1% 1% 0 1%;*/
|
||
|
|
box-sizing: border-box;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.basic-search-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 60px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.basic-search-box2 {
|
||
|
|
width: 100%;
|
||
|
|
height: 110px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.more-search-box {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.more-search-box {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 100px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 表格样式 start */
|
||
|
|
.table-box {
|
||
|
|
width: 99%;
|
||
|
|
padding: 0 0.5%;
|
||
|
|
height: calc(100% - 60px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.table-box2 {
|
||
|
|
width: 99%;
|
||
|
|
padding: 0 0.5%;
|
||
|
|
height: calc(100% - 110px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.table {
|
||
|
|
width: 100%;
|
||
|
|
overflow-x: auto;
|
||
|
|
cursor: pointer;
|
||
|
|
table-layout: fixed !important;
|
||
|
|
word-break: break-all;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
line-height: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell a {
|
||
|
|
color: #2F82FB;
|
||
|
|
font-size: 15px;
|
||
|
|
text-decoration: none;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell div {
|
||
|
|
color: #D9D9D9;
|
||
|
|
margin: 0 6px;
|
||
|
|
vertical-align: top;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table th {
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table,
|
||
|
|
.layui-table-view {
|
||
|
|
margin: 0 0 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table td {
|
||
|
|
font-size: 15px;
|
||
|
|
color: #262626;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table thead tr {
|
||
|
|
background-color: #f0f0f0;
|
||
|
|
height: 50px;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-header {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td,
|
||
|
|
.layui-table th,
|
||
|
|
.layui-table-col-set,
|
||
|
|
.layui-table-fixed-r,
|
||
|
|
.layui-table-grid-down,
|
||
|
|
.layui-table-header,
|
||
|
|
.layui-table-page,
|
||
|
|
.layui-table-tips-main,
|
||
|
|
.layui-table-tool,
|
||
|
|
.layui-table-total,
|
||
|
|
.layui-table-view,
|
||
|
|
.layui-table[lay-skin="line"],
|
||
|
|
.layui-table[lay-skin="row"] {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td {
|
||
|
|
border-bottom: 1px solid #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table tbody tr {
|
||
|
|
background-color: #fff;
|
||
|
|
height: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#layui-table-page1 {
|
||
|
|
float: right !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||
|
|
background-color: #1890FF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage a:hover {
|
||
|
|
color: #1890FF;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage input:focus,
|
||
|
|
.layui-laypage select:focus {
|
||
|
|
border-color: #1890FF !important
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage-default a,
|
||
|
|
.layui-laypage-default span {
|
||
|
|
font-size: 16px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page select {
|
||
|
|
height: 24px;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-laypage input,
|
||
|
|
.layui-laypage select {
|
||
|
|
border-color: #d9d9d9 !important;
|
||
|
|
background-color: transparent;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-page .layui-laypage button {
|
||
|
|
background: transparent;
|
||
|
|
color: #262626;
|
||
|
|
border: 1px solid #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-body {
|
||
|
|
margin-bottom: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
height: auto;
|
||
|
|
white-space: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 表格样式 end */
|
||
|
|
|
||
|
|
/* layui 样式设置 start */
|
||
|
|
.layui-form-label {
|
||
|
|
font-size: 15px;
|
||
|
|
width: 86px;
|
||
|
|
color: #595959;
|
||
|
|
padding: 9px 6px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item .layui-inline {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.layui-table-body {
|
||
|
|
margin-right: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.oper-btn {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
color: #595959 !important;
|
||
|
|
border: 1px solid #d9d9d9 !important;
|
||
|
|
height: 36px;
|
||
|
|
font-size: 15px;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 3px 6px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select dl dd,
|
||
|
|
.layui-form-select dl dt {
|
||
|
|
padding: 0 10px;
|
||
|
|
line-height: 36px;
|
||
|
|
white-space: nowrap;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:hover,
|
||
|
|
.layui-select:hover,
|
||
|
|
.layui-textarea:hover {
|
||
|
|
border: 1px solid #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:focus,
|
||
|
|
.layui-select:focus,
|
||
|
|
.layui-textarea:focus {
|
||
|
|
border: 1px solid #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item .layui-inline .layui-input-inline {
|
||
|
|
width: 255px
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-select .layui-edge {
|
||
|
|
border-top-color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-webkit-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-moz-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-ms-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-inline button {
|
||
|
|
width: 72px;
|
||
|
|
height: 36px;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.option-form .layui-input-inline {
|
||
|
|
width: 105px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group .xm-cz {
|
||
|
|
margin-right: 15px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select:hover {
|
||
|
|
border-color: #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select {
|
||
|
|
min-height: 40px;
|
||
|
|
height: auto;
|
||
|
|
padding: 3px 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-input {
|
||
|
|
min-height: 36px;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select-title div.xm-select-label>span {
|
||
|
|
position: relative;
|
||
|
|
padding: 2px 5px;
|
||
|
|
background-color: #009688;
|
||
|
|
border-radius: 2px;
|
||
|
|
color: #FFF;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 18px;
|
||
|
|
height: 18px;
|
||
|
|
margin: 4px 5px 2px 0;
|
||
|
|
cursor: initial;
|
||
|
|
user-select: none;
|
||
|
|
font-size: 13px;
|
||
|
|
padding-right: 25px;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-form-checkbox>span {
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-form-select dl .xm-select-tips {
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent .xm-select-sj {
|
||
|
|
border-top-color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-title {
|
||
|
|
height: 40px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-form-selected .xm-select,
|
||
|
|
.xm-form-selected .xm-select:hover {
|
||
|
|
border-color: #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* layui 样式设置 end */
|
||
|
|
|
||
|
|
/*滚动条样式start*/
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
width: 30px;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:hover {
|
||
|
|
background: #dadee8;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
border-radius: 14px;
|
||
|
|
border-style: dashed;
|
||
|
|
border-color: transparent;
|
||
|
|
border-width: 10px;
|
||
|
|
background-color: #dadee8;
|
||
|
|
background-clip: padding-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-corner {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
|
||
|
|
|
||
|
|
.layui-input::-webkit-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-moz-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input::-ms-input-placeholder,
|
||
|
|
.layui-textarea::-webkit-input-placeholder {
|
||
|
|
color: #595959;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*违章照片样式*/
|
||
|
|
#main-box {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
padding: 1%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voiImg {
|
||
|
|
width: 190px;
|
||
|
|
height: 140px;
|
||
|
|
margin: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.person-img {
|
||
|
|
width: 190px;
|
||
|
|
height: 140px;
|
||
|
|
margin: 10px;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.person-img img {
|
||
|
|
width: 120px;
|
||
|
|
height: 110px;
|
||
|
|
}
|
||
|
|
|
||
|
|
img {
|
||
|
|
image-rendering: -moz-crisp-edges;
|
||
|
|
/* Firefox */
|
||
|
|
image-rendering: -o-crisp-edges;
|
||
|
|
/* Opera */
|
||
|
|
image-rendering: -webkit-optimize-contrast;
|
||
|
|
/*Webkit (non-standard naming) */
|
||
|
|
image-rendering: crisp-edges;
|
||
|
|
-ms-interpolation-mode: nearest-neighbor;
|
||
|
|
/* IE (non-standard property) */
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 导入提示框样式 start */
|
||
|
|
.content {
|
||
|
|
font-size: 16px !important;
|
||
|
|
top: -6px !important;
|
||
|
|
text-align: center !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.table-striped>tbody>tr>td {
|
||
|
|
border-bottom: 1px solid #D9D9D9 !important;
|
||
|
|
border-top: none !important;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.table-striped>thead>tr>td {
|
||
|
|
color: #262626;
|
||
|
|
font-size: 18px;
|
||
|
|
text-align: center;
|
||
|
|
vertical-align: middle;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.table-striped>tbody>tr>td {
|
||
|
|
font-size: 15px;
|
||
|
|
color: #595959;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.table-striped>tbody>tr:nth-of-type(odd) {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-table {
|
||
|
|
margin-bottom: 0;
|
||
|
|
border-collapse: collapse;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-table tbody {
|
||
|
|
display: block;
|
||
|
|
height: 470px;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-table thead,
|
||
|
|
.confirm-table tbody tr {
|
||
|
|
display: table;
|
||
|
|
width: 100%;
|
||
|
|
table-layout: fixed;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 导入提示框样式 end */
|
||
|
|
|
||
|
|
/*违章照片库 样式设置start*/
|
||
|
|
.voi-box {
|
||
|
|
width: 99%;
|
||
|
|
padding: 0 0.5%;
|
||
|
|
height: calc(100% - 60px);
|
||
|
|
}
|
||
|
|
|
||
|
|
#voi-photo {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 50px);
|
||
|
|
}
|
||
|
|
|
||
|
|
#voi-photo-ul {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
align-items: start;
|
||
|
|
justify-content: start;
|
||
|
|
overflow-y: auto;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#voi-photo-ul li {
|
||
|
|
width: 18%;
|
||
|
|
height: 48%;
|
||
|
|
margin: 0 26px 10px 10px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#voi-page {
|
||
|
|
width: 100%;
|
||
|
|
height: 50px;
|
||
|
|
justify-content: end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-photo-info {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
border: 1px solid #797979;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-img-type {
|
||
|
|
width: 100%;
|
||
|
|
height: 68%;
|
||
|
|
flex-direction: column;
|
||
|
|
border-bottom: 1px solid #797979;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-basic-info {
|
||
|
|
width: 100%;
|
||
|
|
height: 32%;
|
||
|
|
padding: 2%;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-img {
|
||
|
|
width: 100%;
|
||
|
|
height: 85%;
|
||
|
|
padding: 2%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-type {
|
||
|
|
width: 100%;
|
||
|
|
height: 15%;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-img img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.voi-img-type p {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.comfirm-status {
|
||
|
|
width: 100%;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*违章照片库 样式设置end*/
|
||
|
|
|
||
|
|
.photo-comfirm {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.basic-info {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(60%);
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-around;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-form {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(26%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-voi-img {
|
||
|
|
width: 100%;
|
||
|
|
height: 75%;
|
||
|
|
padding: 0.5% 15% 0.5% 15%;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-voi-img img {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-voi-info {
|
||
|
|
width: 100%;
|
||
|
|
height: 20%;
|
||
|
|
padding: 0 15% 0 15%;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-btn {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(14%);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn1 {
|
||
|
|
width: 91px !important;
|
||
|
|
height: 30px !important;
|
||
|
|
font-size: 14px !important;
|
||
|
|
background-color: #03b615;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-form .layui-form .layui-form-item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-form .layui-form .layui-form-item .layui-inline {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-form .layui-form .layui-form-item .layui-inline .layui-form-selected dl {
|
||
|
|
height: 85px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.confirm-form .layui-form .layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
height: 30px;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input::-webkit-input-placeholder {
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input::-moz-placeholder {
|
||
|
|
/* Mozilla Firefox 19+ */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input:-moz-placeholder {
|
||
|
|
/* Mozilla Firefox 4 to 18 */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
input:-ms-input-placeholder {
|
||
|
|
/* Internet Explorer 10-11 */
|
||
|
|
color: rgb(191, 191, 191) !important;
|
||
|
|
font-size: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group {
|
||
|
|
border-right: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-cz-group {
|
||
|
|
max-width: 240px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group .xm-cz {
|
||
|
|
margin-right: 22px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.xm-select-parent dd>.xm-cz-group {
|
||
|
|
margin-right: 0px !important;
|
||
|
|
}
|