移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.direct-box { margin: 10px;
    .direct-item { width: 170px; height: 57.5px; background: #ffffff; border-radius: 10px; padding: 10px; margin: 0 5px;
        .item-title { font-size: 11px; font-weight: 500; color: #999999; margin-bottom: 3px; }
        .item-value { font-size: 19px; font-weight: 600; color: #333333; }
    }
}
.team-data-box { padding: 10px;
    .data-card { width: 170px; background: #ffffff; border-radius: 10px; padding: 10px; margin: 0 5px;
        .item-title { font-size: 11px; font-weight: 500; color: #999999; line-height: 15px; margin-bottom: 5px; }
        .total-item { margin-bottom: 10px; }
        .total-num { font-size: 19px; font-weight: 600; color: #333333; }
        .category-num { font-size: 13px; font-weight: 600; color: #333333; }
    }
}
.head_box { width: 100%; background-image: url('/static/images/common/bg.png'); background-size: cover; background-position: center;
    .cu-back { color: #fff; font-size: 20px; }
    .head-title { font-size: 19px; color: #fff; }
}
.nav-box { background-color: #fff; padding: 0 15px; }
.state-item { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
    .state-title { color: #666; font-weight: 500; font-size: 14px; line-height: 45px; }
    .title-active { color: #333; }
    .underline { display: block; width: 34px; height: 2px; background: #fff; border-radius: 1px; }
    .underline-active { background: #e54d42; display: block; width: 34px; height: 2px; border-radius: 1px; }
}
.order-list { background-color: #fff; margin: 10px; border-radius: 10px;
    .order-head { padding: 10px;
        .order-code { font-size: 13px; font-weight: 400; color: #999999; }
        .order-state { font-size: 13px; font-weight: 500; color: #05c3a1; }
    }
    .order-from {/* background-color: #f9f9f9;*/ padding: 10px;
        .from-user { font-size: 12px; font-weight: 400; color: #666666;
            .user-avatar { width: 13px; height: 13px; border-radius: 50%; margin-right: 4px; }
            .user-name { font-size: 12px; font-weight: 400; color: #999999; }
        }
        .order-time { font-size: 12px; font-weight: 400; color: #999999; }
    }
    .goods-card { padding: 10px 10px;
        .goods-img-box { margin-right: 15px;
            .goods-img { width: 80px; height: 80px; background-color: #ccc; }
        }
        .goods-info { height: 80px; width: 300px; align-items: flex-start;
            .goods-title { font-size: 14px; font-weight: 500; color: #333333; }
            .goods-sku { font-size: 12px; font-weight: 400; color: #666666; }
            .goods-price { font-size: 15px; font-weight: 500; color: #333333;
                .goods-state { line-height: 15px; padding: 0 5px; background: #f1eeff; border: 0.5px solid #e54d42; border-radius: 15px; margin-left: 10px; font-size: 10px; color: #e54d42; }
                &::before { content: '¥'; font-size: 10px; }
            }
        }
    }
    .total-box { height: 30px; width: 100%;
        .num-price { font-size: 12px; font-weight: 400; color: #999999; }
        .name { font-size: 12px; font-weight: 400; color: #999999; }
        .commission-num { font-size: 15px; font-weight: 400; color: #eb2b3d;
            &::before { content: '¥'; font-size: 11px; }
        }
    }
}