.statistics-head { background-color: #054c89 ; margin-top: 50px; width: 80%; left: 100px; right: 100px; height: auto; } .statistics-head-title { margin-top: auto; width: 100%; height: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .statistics-head-row { margin-top: auto; width: 100%; height: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .statistics-head-row-light { background-color: #07589d; margin-top: auto; width: 100%; height: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .statistics-head-row-item { height: auto; width: auto; color: white; margin-left: 20px; margin-right: 20px; } .statistics-head-row-item-button { background: #5887e3; height: auto; width: auto; text-align: center; margin: 20px; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; } .statistics-head-row-item-button a{ width:100%; height:100%; display:block; color:#fff; font-size: 16px; cursor: pointer; } .statistics-body { /*margin-top: 50px;*/ width: 80%; left: 100px; right: 100px; height: auto; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; } .statistics-body-item { background-color: #054c89; margin-top: 50px; width: auto; height: auto; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .statistics-body-item-body { width: auto; height: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; /*padding-right: 30px;*/ /*padding-left: 30px;*/ /*padding-top: 20px;*/ /*padding-bottom: 20px;*/ } .statistics-body-item-body-icon { padding-top: 30px; padding-bottom: 30px; padding-left: 40px; width: 100px; height: 100px; font-size: 100px; color: white; } .statistics-body-item-body-body { padding-top: 30px; padding-bottom: 30px; padding-left: 40px; padding-right: 40px; width: auto; height: auto; } .statistics-body-item-body-body-title { color: white; font-size: 30px; } .statistics-body-item-body-body-item { padding: 0; margin: 0; font-size: 20px; color: white; } .statistics-body-item-bottom-button { background: #229dd6; height: auto; width: 100%; text-align: center; padding-top: 10px; padding-bottom: 10px; } .statistics-body-item-bottom-button a{ width:100%; height:100%; display:block; color:#fff; font-size: 16px; cursor: pointer; }