| | |
| | | .ml-20 { |
| | | margin-left: 20px; |
| | | } |
| | | .card,.list-item { |
| | | .card, |
| | | .list-item { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | margin: 0px !important; |
| | | width: 100%; |
| | | min-height: 100%; |
| | | .cm-item { |
| | | width: 100%; |
| | | } |
| | |
| | | text-align: center; |
| | | border-radius: 4px; |
| | | border: 1px solid #f9675b99; |
| | | background: rgba($color:#f9675b99,$alpha:0.1); |
| | | background: rgba($color: #f9675b99, $alpha: 0.1); |
| | | font-family: 'Microsoft YaHei'; |
| | | color: #f9675b; |
| | | font-size: 13px; |
| | |
| | | } |
| | | .states-success { |
| | | border: 1px solid #39ad6199; |
| | | background: rgba($color:#39ad6199,$alpha:0.1); |
| | | background: rgba($color: #39ad6199, $alpha: 0.1); |
| | | color: #39ad61; |
| | | } |
| | | .states-info { |
| | | border: 1px solid #999999; |
| | | background: rgba($color:#999999,$alpha:0.1); |
| | | background: rgba($color: #999999, $alpha: 0.1); |
| | | color: #999999; |
| | | } |
| | | .states-warning { |
| | | border: 1px solid #e6a23c; |
| | | background: rgba($color:#e6a23c,$alpha:0.1); |
| | | background: rgba($color: #e6a23c, $alpha: 0.1); |
| | | color: #e6a23c; |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | .el-pagination { |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | } |
| | | } |
| | | .no-data{ |
| | | .no-data { |
| | | margin-top: 100px; |
| | | text-align: center; |
| | | color: #909399; |
| | | } |
| | | |
| | | /*编辑*/ |
| | | .stock-edit{ |
| | | .stock-edit { |
| | | .main-w { |
| | | width: 88%; |
| | | } |
| | |
| | | } |
| | | |
| | | /*详情*/ |
| | | .stock-detail{ |
| | | .stock-detail { |
| | | .img-row { |
| | | display: flex; |
| | | align-content: center; |
| | |
| | | width: 100%; |
| | | } |
| | | } |
| | | |
| | | |
| | | .goods-card { |
| | | position: relative; |
| | | background: #f6f6f6; |
| | |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | } |
| | | } |