summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/customer/customer.component.less
blob: b7b4bc2496d431f620c96d7ebbee3d6dff69afcb (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
.content {
    width: 100%;
    height: 100vh;
    i.anticon {
        cursor: pointer;
        font-size: 18px;
        padding: 2px;
        &:hover{
            color: #147dc2;
        }
    }
    li.active{
        &:hover{
            cursor: pointer;
            color: #3C4F8C;
            // background:linear-gradient(to right, #E5F6FF, #CFEEFA)
            background-color: #e6f7ff;
        }
    }
    .customer {
        height: 580px;
        margin-right: 2.5%;
        border-radius: 5px;
        width: 31%;
        background-color: #fff;
        box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
        display: inline-block;
        vertical-align: top;
        .customer_title {
            line-height: 3.5;
            height: 50px;
            width: 100%;
            border-bottom: 1px #07A9E1 solid;
            .customers {
                padding: 0 20px;
                span {
                    color: #3F9CFF;
                    font-family:"ArialMT";
                }
                img {
                    width: 30px;
                    float: right;
                    margin-top: 7px;
                }
            }
        }
        .customer_detail {
            height: 535px;
            width: 100%;
            border-top: 1px #07A9E1 solid;
            .customer_add {
                line-height: 3.5;
                height: 50px;
                width: 100%;
                padding: 0 20px;
                background-color: #F4F5F8;
                .customer_name {
                    width: 52%;
                    font-size: 12px;
                    color: #CCCCCC;
                    font-family: ArialMT;
                    border-color: #3F9CFF;
                }
                .customer_addbut {
                    float: right;
                    margin-top: 9px;
                    width: 28%;
                    background-color: #0DA9E2;
                }
            }
            .customer_list {
                .active {
                    background:linear-gradient(to right, #E5F6FF, #CFEEFA);
                }
                li {                  
                    padding: 0 20px;
                    height: 50px;
                    line-height: 3.5;
                    width: 100%;
                    img {
                        width: 10%;
                    }
                    span {
                        width: 80%;
                        padding-left: 10%;
                        display: inline-block;
                        color: rgba(60,79,140,0.5);
                    }
                }
            }
        }
        
    }
    .services_type {
        height: 580px;
        margin-right: 2.5%;
        border-radius: 5px;
        width: 31%;
        background-color: #fff;
        box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
        display: inline-block;
        vertical-align: top;
        .services_type_title {
            line-height: 3.5;
            height: 50px;
            width: 100%;
            border-bottom: 1px #07A9E1 solid;
            .servicess {
                padding: 0 20px;
                span {
                    color: #3F9CFF;
                    font-family:"ArialMT";
                }
                img {
                    width: 50px;
                    float: right;
                    margin-top: 5px;
                }
            }
        }
        .services_type_detail {
            height: 535px;
            width: 100%;
            border-top: 1px #07A9E1 solid;
            .services_add {
                line-height: 3.5;
                height: 50px;
                width: 100%;
                padding: 0 20px;
                background-color: #F4F5F8;
                .services_name {
                    width: 52%;
                    font-size: 12px;
                    color: #CCCCCC;
                    font-family: ArialMT;
                    border-color: #3F9CFF;
                }
                .services_addbut {
                    float: right;
                    margin-top: 5px;
                    width: 28%;
                    clear: both;
                    background-color: #0DA9E2;
                }
            }
            .services_list {
                background:linear-gradient(to right, #E5F6FF, #CFEEFA);
                height: 530px;
                li {
                    height: 50px;
                    line-height: 3.5;
                    width: 100%;
                    border-bottom: 2px #FFFFFF dashed;
                    i {
                        float: right;
                        clear: both;
                        padding-top: 17px;
                    }
                }

            }
            
        }
    }
    .chearts {
        display: inline-block;
        width: 31%;
        vertical-align: top;
        >div{
            padding: 20px 20px;
        }
        .Cu {
            height: 280px;
            width: 100%;
            margin-bottom: 20px;
            margin-right: 2.5%;
            border-radius: 5px;
            background-color: #fff;
            box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
            p {
                color :#3F9CFF;
                font-family:"ArialMT";
            }
            .legend {
                height: 10px;
                width: 20px;
                display: inline-block;
                background: linear-gradient(to right,#7DCEFB, #0DA9E2);
                border-radius: 1px;
                margin: 15px 4px 0 43%;
            }
        }
        .type {
            height: 280px;
            width: 100%;
            margin-bottom: 20px;
            margin-right: 2.5%;
            border-radius: 5px;
            background-color: #fff;
            box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06);
            p {
                color :#3F9CFF;
                font-family:"ArialMT";
                
            }
        }
    }
}