liuyn
2024-03-11 a87f1c3df03078814ee97ad0c8ac200a232419e9
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
.detail {
    /* margin-left:5px;*/
    /*width:310px;*/
}
 
.menu {
    padding:0px;
    border-left:1px solid #D1D1D1;
    border-right:1px solid #D1D1D1;
}
 
.menu h2{
    margin:0;
    padding:0;
    font-size:16px;
}
 
.menu h2 div {
    /*width: 308px;*//*20230615 ljh*/
    text-align: left;
    margin: 0;
    background:#DCDCDC;
}
 
.menu ul{
    margin:0;
    padding:1px;
    list-style: none;
    border-top:1px solid #ddd;
}
 
.menu li {
    padding:0;
    font-size:16px;
    /* line-height:1.0; */
    /* 2023-04-23   zyh   lightning升级   start */
    /* height:33px; */
    /* height:23px; */
    /* 2023-04-23   zyh   lightning升级   end */
    clear:both;
    /*border-bottom: 1px dotted #999;*/
    border-bottom: var(--lwc-borderWidthThin,1px) solid var(--slds-g-color-border-base-1, var(--lwc-colorBorder,rgb(229, 229, 229)))
}
 
/* .menu li span {
    width: 140px;
    text-align: right;
    float: left;
    margin: 5px 0px 0px 0px;
    height: 33px;
    line-height:33px;
} */
 
.menu li span span{
    text-align: left;
    margin-left: 3px;
    margin-top: 0px;
}
 
.commandbutton {
    font-size: 13px !important;
}
 
.tabsize {
    font-size: 14px !important;
}
 
.detailtab {
    font-size: 16px;
}
 
.detailhander {
    font-size: 16px;
}
 
.deliveryslip {
    font-size: 15px;
}
 
.modal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
 
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin-left: 6px;
    margin-top: 100px;
    padding: 20px;
    border: 1px solid #888;
    width: 265px; /* Could be more or less, depending on screen size */
}
 
.freezehander {
    /*20230615 ljh*/
    position: fixed;
    top: 0px;
    background-color:white;
    /*width: 320px;*/
    z-index: 1;
    /*20230615 ljh*/
}
 
/***********************/
.menu ul{
    /* display: flex; */
    list-style: none;
    margin-bottom: 5px;
}
.menu ul li{
   /*  flex: 1;
    height: 55px;
    max-width:200px;  */
    width: calc(50% - 30px);
    display: inline-block;
    margin-left: 0;
}
.menu ul li Span{
    /* display:inline-block; */
    height: 50px;
    line-height:50px;
}
.menu ul li input[type="checkbox"]{
    width:16px;
    height:16px;
}
.myBtn .btn{
    margin: 1px 20px;
}
body .btn{
    -webkit-appearance: none;
    position: relative;
    // margin: 1px 20px;
    display: inline-block;
    border: 1px solid transparent;
    font-size: .75rem;
    line-height: 1.875rem;
    text-decoration: none;
    white-space: normal;
    border-radius: 0.25rem;
    background: transparent;
    background-clip: border-box;
    color: rgba(1, 118, 211, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .05s linear,background-color .05s linear;
    transition: color .05s linear,background-color .05s linear;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(201, 201, 201);
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
    border-color: rgb(201, 201, 201);
    background-color: rgb(255, 255, 255);
}
body input.btn{
    padding: 4px 1rem;
}
body input[type="text"],body select,span select{
    border: 1px solid rgb(201, 201, 201);
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0 1rem 0 0.75rem;
    min-height: calc(1.875rem + (1px * 2)) !important;
    line-height: 1.875rem !important;
    /* background-color: rgb(255, 255, 255); */
    transition: border .1s linear,background-color .1s linear;
    max-width: 100%;
    color: rgb(24, 24, 24);
}
body .errorMsg{
    margin-bottom:0;
}
/***********************/