quotationDetail.css
2.42 KB
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
.quotationDetailBox {
padding: 1rem;
background-color: #fff;
}
.customer {
margin-top: 0.5rem;
}
.customer :global .adm-input-element {
border: 1px solid #dededf;
height: 3.125rem;
margin: 0.5rem 0;
border-radius: 5px;
}
.customer .sizeBox {
display: flex;
align-items: center;
}
.customer .sizeBox .sizeItem {
display: flex;
align-items: center;
justify-content: space-between;
}
.sizeBox {
display: flex;
align-items: center;
justify-content: space-between;
}
.sizeBox .customer {
width: 32%;
}
.tabs-wrapper {
display: flex;
align-items: center;
}
.tab-content {
width: 3rem;
}
.quotationTab :global .adm-selector-item {
display: flex;
align-items: center;
height: 100%;
}
.svgBox {
display: flex;
align-items: center;
justify-content: space-around;
}
.svgBox1 {
display: flex;
justify-content: space-between;
width: 100%;
height: 15rem;
overflow: hidden;
}
.materialsLine {
display: flex;
align-items: center;
justify-content: space-between;
}
.materialsLine .materialBtns {
width: 45%;
display: flex;
align-items: center;
justify-content: space-between;
}
.selectInput :global .adm-input-element {
border: 1px solid #dededf;
height: 3.125rem;
margin: 0.5rem 0;
border-radius: 5px;
}
.tableBox {
display: flex;
align-items: center;
justify-content: space-between;
}
.tableBox .tableHeader {
flex: 1;
font-size: 0.875rem;
text-align: center;
font-weight: 700;
}
.tableBox .tableBody {
flex: 1;
font-size: 0.875rem;
text-align: center;
}
.boxListBody {
display: flex;
align-items: center;
justify-content: space-between;
border: 0.0625rem solid #f3f3f3;
padding: 1rem;
margin-bottom: 0.5rem;
border-radius: 0.1875rem;
}
:global .adm-input-element:read-only {
background-color: #f1f2f8 !important;
}
.backBox {
display: flex;
align-items: center;
margin: 0.5rem 0;
height: 3.3125rem;
}
.backBox .backEnd {
width: 3.5rem;
}
.projectBtn {
display: flex;
align-items: center;
justify-content: space-between;
}
.boxTitle {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 2rem;
margin-top: 1rem;
}
.quotationBody {
font-size: 1.25rem;
}
.quotationBody .line {
width: 100%;
height: 1px;
margin-top: 1rem;
background-color: #dededf;
}
.tabsBox {
position: relative;
width: 100%;
}
.tabsBox .tabAddBtn {
position: absolute;
right: 0;
top: 0.75rem;
}
.tabsBox .tabClearBtn {
position: absolute;
right: 0;
top: 0;
}