| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .separate_page {
- background-color: #fff;
- margin-bottom: 16px;
- padding: 30px;
- border-radius: 10px;
- }
- .tag {
- margin-top: 2.1875rem;
- width: 15rem;
- height: 6.25rem;
- background-color: #7d6aff;
- border-radius: 0.625rem;
- margin-right: 2.5rem;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-top: 0.625rem;
- }
- .tag:nth-child(2) {
- background-color: #ffa66a;
- }
- .tag:nth-child(3) {
- background-color: #ff6b6b;
- }
- .tag:nth-child(4) {
- background-color: #69b5ff;
- }
- .tag:nth-child(5) {
- background-color: #b96bff;
- }
- .tag:nth-child(6) {
- background-color: #e9c52b;
- }
- .tag ._i {
- font-size: 2.1875rem;
- margin-right: 1.5625rem;
- color: #fff;
- }
- .tag_title {
- font-size: 0.875rem;
- color: #fff;
- }
- .tag_data {
- font-size: 1.5625rem;
- font-weight: 400;
- color: #fff;
- }
- .order {
- padding-top: 2rem;
- }
- .stats_area {
- height: 38rem;
- overflow: hidden;
- }
- .card {
- margin-top: 1rem;
- }
- .circle_txt {
- font-size: 1.25rem;
- text-align: center;
- line-height: 3.75rem;
- margin-bottom: 2.5rem;
- color: #fff;
- margin-right: 1.25rem;
- margin-left: 2.1875rem;
- width: 3.75rem;
- height: 3.75rem;
- border-radius: 50%;
- background-color: #ff6b6b;
- }
- .dflex:nth-child(2) .circle_txt {
- background-color: #7e6aff;
- }
- .dflex:nth-child(3) .circle_txt {
- background-color: #69b5ff;
- }
- .dflex:nth-child(4) .circle_txt {
- background-color: #ffa66a;
- }
- .dflex:nth-child(5) .circle_txt {
- margin-bottom: 0rem;
- background-color: #b96bff;
- }
- .order_title {
- font-size: 0.75rem;
- margin-top: 0.5625rem;
- }
- .order_data {
- font-size: 1.25rem;
- }
- .echart_line_line {
- width: 100%;
- height: 34rem;
- padding-top: 2rem;
- }
- .ranking_area {
- height: 32rem;
- overflow: hidden;
- }
- .echart_pie {
- width: 100%;
- height: 30rem;
- padding-top: 2rem;
- }
- .echart_map {
- width: 100%;
- height: 40rem;
- padding-top: 2rem;
- }
|