|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div nz-row [nzGutter]="24" class="pt-lg"> | 
|---|
|  |  |  | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8"> | 
|---|
|  |  |  | <chart-card [title]="'API优良天数'" total="216天" contentHeight="46px"> | 
|---|
|  |  |  | <chart-card [title]="'AQI优良天数'" total="112天" contentHeight="46px"> | 
|---|
|  |  |  | <mini-progress height="46" percent="60" target="60" strokeWidth="8" color="#13C2C2"></mini-progress> | 
|---|
|  |  |  | </chart-card> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8"> | 
|---|
|  |  |  | <chart-card [title]="'PM2.5优良天数'" total="158天" contentHeight="46px"> | 
|---|
|  |  |  | <chart-card [title]="'PM2.5优良天数'" total="148天" contentHeight="46px"> | 
|---|
|  |  |  | <mini-progress height="46" percent="50" target="50" strokeWidth="8" color="#108ee9"></mini-progress> | 
|---|
|  |  |  | </chart-card> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div nz-col nzXs="24" nzSm="12" nzMd="12" nzLg="8"> | 
|---|
|  |  |  | <chart-card [title]="'PM10优良天数'" total="112天" contentHeight="46px"> | 
|---|
|  |  |  | <chart-card [title]="'PM10优良天数'" total="156天" contentHeight="46px"> | 
|---|
|  |  |  | <mini-progress height="46" percent="40" target="40" strokeWidth="8" color="#00a854"></mini-progress> | 
|---|
|  |  |  | </chart-card> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <label nz-radio-button [nzValue]="'all'"><span>全部</span></label> | 
|---|
|  |  |  | <label nz-radio-button [nzValue]="'online'"><span>一级</span></label> | 
|---|
|  |  |  | <label nz-radio-button [nzValue]="'offline'"><span>二级</span></label> | 
|---|
|  |  |  | <label nz-radio-button [nzValue]="'online'"><span>三级</span></label> | 
|---|
|  |  |  | <label nz-radio-button [nzValue]="'online2'"><span>三级</span></label> | 
|---|
|  |  |  | </nz-radio-group> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|