mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-30 19:17:43 +08:00
7 lines
240 B
CSS
Executable File
7 lines
240 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
table.am-table .th-desc { width: 20%; }
|
|
table.am-table .td-desc, table.am-table .td-version { font-size: 12px; }
|
|
table.am-table .td-version { color: #d2364c; margin: 0; }
|
|
.am-form-file input[type="file"] { margin-top: 0; } |