mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 13:02:53 +08:00
9 lines
170 B
CSS
9 lines
170 B
CSS
/**
|
|
* 列表
|
|
*/
|
|
.user-content-body .data-list .operation-reduce-icon {
|
|
color: #f00;
|
|
}
|
|
.user-content-body .data-list .operation-increase-icon {
|
|
color: #0a9610;
|
|
} |