| | |
| | | font-size: 14px; |
| | | height: 35px !important; |
| | | line-height: 32px; |
| | | width: 300px !important; |
| | | width: 320px !important; |
| | | top: 20px !important; |
| | | left: calc(50% - 150px) !important; |
| | | /* left: calc(100%-300); */ |
| | |
| | | } |
| | | |
| | | .jimu-widget-searchL .input-sms { |
| | | width: 260px; |
| | | width: 280px; |
| | | height: 35px; |
| | | line-height: 40px; |
| | | font-size: 14px; |
| | |
| | | |
| | | .jimu-widget-searchL #inputTwo { |
| | | display: none; |
| | | width: 260px; |
| | | width: 280px; |
| | | height: 35px; |
| | | font-size: 14px; |
| | | align-items: center; |
| | |
| | | |
| | | .jimu-widget-searchL #inputTwo #local_data2 { |
| | | position: relative; |
| | | left: -15px; |
| | | left: -5px; |
| | | } |
| | | |
| | | .jimu-widget-searchL .input-sms1 { |
| | |
| | | .jimu-widget-searchL .searchLMain .layui-table-view { |
| | | border-bottom: 1px #fff solid; |
| | | } |
| | | |
| | | /* |
| | | .jimu-widget-searchL .searchLMain #layui-table-page1, .jimu-widget-searchL .searchLMain #layui-table-page2, .jimu-widget-searchL .searchLMain #layui-table-page3 { |
| | | position: relative; |
| | | left: 30px; |
| | |
| | | } |
| | | |
| | | .jimu-widget-searchL .searchLMain #layui-table-page1::before, .jimu-widget-searchL .searchLMain #layui-table-page2::before, .jimu-widget-searchL .searchLMain #layui-table-page3::before { |
| | | content: '每页10条,'; |
| | | position: relative; |
| | | top: -4px; |
| | | } */ |
| | | .jimu-widget-searchL .searchLMain [id^='layui-table-page']{ |
| | | position: absolute; |
| | | left: 20px; |
| | | top: 5px; |
| | | } |
| | | |
| | | .jimu-widget-searchL .searchLMain [id^='layui-table-page']::before { |
| | | content: '每页10条,'; |
| | | position: relative; |
| | | top: -4px; |
| | |
| | | right: 1px; |
| | | top: -3px; |
| | | } |
| | | |
| | | .jimu-widget-searchL .popup { |
| | | display: none; |
| | | position: absolute; |
| | | top: 50px; |
| | | left: calc(50% - 250px); |
| | | width: 500px; |
| | | height: 500px; |
| | | /* border: 1px solid salmon; */ |
| | | border-radius: 5px; |
| | | background-color: rgba(255, 255, 255, 0.75); |
| | | } |
| | | |
| | | .jimu-widget-searchL .p-main { |
| | | display: none; |
| | | width: 100%; |
| | | height: 100%; |
| | | /* border: 1px salmon solid; */ |
| | | border-radius: 5px; |
| | | } |
| | | .jimu-widget-searchL .p-main .cloce{ |
| | | /* font-size: 20px; */ |
| | | width: 25px; |
| | | height: 25px; |
| | | line-height: 25px; |
| | | position: absolute; |
| | | right: 5px; |
| | | top:5px; |
| | | /* border: 1px salmon solid; */ |
| | | } |
| | | .jimu-widget-searchL .p-main .cloce:hover{ |
| | | color: red; |
| | | cursor: pointer; |
| | | } |
| | | .jimu-widget-searchL .p-main .cloce::after{ |
| | | content: 'X'; |
| | | font-size: 20px; |
| | | } |