123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @charset "utf-8";
- #my-data {
- .tabs {
- text-align: left;
- }
- .user-action {
- .tip {
- font-size: 12px;
- color: #A7A7B7;
- span {
- color: #4299FF;
- cursor: pointer;
- margin: 0 5px;
- }
- i {
- font-size: 14px;
- cursor: pointer;
- }
- }
- }
- .title {
- border-left: 6px solid #7876FC;
- line-height: 20px;
- margin: 20px 0;
- padding-left: 5px;
- font-size: 18px;
- color: #303036;
- .select {
- margin-left: 10px;
- display: inline-block;
- }
- }
- .table-layout {
- padding: 20px 30px;
- }
- .user-table {
- td {
- font-size: 12px;
- }
- .t {
- color: #686872;
- }
- .d {
- color: #A7A7B7;
- }
- }
- .tab-1-layout {
- padding-bottom: 50px;
- .block {
- display: inline-block;
- width: 50%;
- vertical-align: top;
- text-align: center;
- .chart {
- padding-top: 90px;
- .echarts-for-react {
- margin: 0 auto;
- }
- margin-bottom: 40px;
- }
- .value {
- border-top: 1px solid #D1D6DF;
- display: inline-block;
- width: 240px;
- position: relative;
- .total {
- position: absolute;
- left: 0;
- top: -30px;
- font-size: 12px;
- color: #050930;
- }
- .item {
- display: inline-block;
- width: 25%;
- .t {
- font-size: 12px;
- color: #8897A8;
- }
- .v {
- color: #5E677B;
- font-size: 12px;
- b {
- color: #050930;
- font-size: 18px;
- }
- }
- }
- }
- }
- }
- .tab-2-layout {
- padding-top: 10px;
- padding-bottom: 50px;
- }
- }
|