123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- .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;
- }
|