123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /**
- * 列表
- */
- .form-keyword { width: 55% !important; display: initial !important; }
- .more-submit input { display: none; }
- .param-where, .param-date input { display: initial !important; }
- @media only screen and (max-width: 641px) {
- .param-where { width: 100% !important; margin-left: 0px !important; }
- .param-date input { width: 47% !important; }
- }
- @media only screen and (min-width: 641px) {
- .param-where { width: 32% !important; float: left; }
- .param-date input { width: 45% !important; }
- .param-where:nth-child(1), .param-where:nth-child(4) { margin-left: 0px !important; }
- }
- @media only screen and (max-width: 321px) {
- .view-operation button { margin: 2px 0px; }
- }
- .view-save .am-dropdown{
- display: block;
- }
- .view-save .webuploader-container .webuploader-pick{
- background: #e6e6e6;
- padding: 0.5em 1em;
- width: 160px;
- height: 32px;
- font-weight: 400;
- color: #000000;
- border-radius: 0;
- }
- .view-save #fileList img{
- width: 300px;
- }
- .view-save .select label {
- display: block;
- }
- .view-save .select .am-dropdown {
- display: inline-block;
- }
- .view-save .select select {
- display: none;
- }
|