buli
2023-07-11 80a3f59e2d3df07805bc67e329300b8de90a5b3a
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
/* .lexstyle{ */
/* font-size: 13px;
    width: 80% !important;
    /* width:50px; */
/* --sds-c-button-text-color:red;  */
/* 背景颜色 */
/* --slds-c-button-brand-color-background:rgb(8,16,132); */
/* 字体颜色 */
/* --slds-c-button-brand-text-color:#FFFFFF; */
/* --slds-c-button-brand-text-color-hover:#ccc;  */
/* } */
 
/* button边框 */
.lexBorder {
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight: 500;
    color: #0a81df;
    /* border:2px solid rgb(8,16,132); */
    /* border-color:rgb(8,16,132); */
    width: 160px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #0a81df;
}
.lexsearchStyle {
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight: 500;
    width: 160px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #090f84;
    color: #ffffff;
}
.lexclearStyle {
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight: 500;
    width: 160px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #4d4d4d;
    color: #333333;
}
 
/* button边框 */
.lexBorderWidth {
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight: 500;
    color: #0a81df;
    /* border:2px solid rgb(8,16,132); */
    /* border-color:rgb(8,16,132); */
    width: 200px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    box-sizing: border-box;
    border-style: rgb(212, 212, 212);
}
 
/* button距离 */
.buttonMarginLeft {
    margin-left: 150px;
}
 
/* button短距离 */
.buttonminMarginLeft {
    margin-left: 50px;
}
 
*:disabled {
    color: rgb(201, 201, 201);
    cursor: default;
}
 
/* 库存盘点变化明细 */
.changeDetail {
    width: 250px;
    height: 36px;
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight: 500;
    color: #0a81df;
    border-radius: 4px;
    opacity: 1;
    background: #ffffff;
    box-sizing: border-box;
    border-style: rgb(212, 212, 212);
}
/* 检索条件字体 */
.searchName {
    font-size: 16px;
    font-family: 'sans-serif';
    font-weight: 500;
}
 
/* input 字体大小 by Link */
.inputFont {
    font-size: 14px;
    --lwc-fontSize2: 14px;
}
 
/* spinner_container By Link */
.slds-spinner_container {
    position: fixed;
    top: 123px;
}