26 lines
894 B
CSS
Executable File
26 lines
894 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
.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; }
|
|
.courier-health-images-list li { width: calc( 50% - 10px) !important; }
|
|
.courier-health-images-list { width: 100%; }
|
|
}
|
|
@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) { margin-left: 0px !important; }
|
|
.courier-health-images-list { width: 75%; }
|
|
}
|
|
@media only screen and (max-width: 321px) {
|
|
.view-operation button { margin: 2px 0px; }
|
|
}
|
|
|
|
/**
|
|
* 列表
|
|
*/
|
|
table.am-table .reply-content { max-width: 200px; } |