style.css
3.91 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
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
/*printLogistics*/
.xn-module-typesetting{
width: 700px;
min-height: 700px;
border: 1px solid #dcdcdc;
position: relative;
padding: 29px;
}
.xn-module-typesetting .typesetting-box-top{
width: 100%;
margin-bottom: 20px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line{
width: 100%;
line-height: 34px;
margin-bottom: 15px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .logistics-label{
width: 100px;
float: left;
line-height: 34px;
text-align: right;
margin-right: 10px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .logistics-tip{
color: red;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .logistics-size{
width: 100px;
float: left;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .mr_10{
margin-right: 10px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .xn-checkbox-contect{
width: 500px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .xn-label-checkbox{
position: relative;
line-height: 34px;
cursor: pointer;
width: 100px;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .xn-label-checkbox .xn-checkbox {
width: 20px;
height: 20px;
border: 1px solid #ccc;
display: inline-block;
margin-top: 7px;
margin-right: 7px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
float: left;
}
.xn-module-typesetting .typesetting-box-top .typesetting-line .xn-label-checkbox .icon-right_3 {
position: absolute;
left: 5px;
z-index: 1;
font-size: 18px;
height: 20px;
width: 20px;
top: 5px;
line-height: 20px;
color: #40a337;
}
.xn-module-typesetting .typesetting-box{
width: 640px;
height: 640px;
position: relative;
border: 1px solid #dcdcdc;
}
.xn-module-typesetting .typesetting-box .logistics-img{
position: absolute;
left: 0;
top:0
}
.xn-module-typesetting .typesetting-box .logistics-img img{
width:640px;
height: 640px;
}
/*列表*/
.xn-module-typesetting .typesetting-box .items-field{
position: absolute;
left: 10px;
top: 0;
z-index: 1;
width: 100px;
height: 40px;
cursor: move;
background: url("./images/item-logistic.png") center 50% no-repeat;
background-size: 100% 100%;
}
.xn-module-typesetting .typesetting-box .items-field .title{
height: 20px;
width: 100%;
padding: 0 10px;
visibility: visible;
display: block;
line-height: 64px;
font-size: 24px;
text-align: center;
color: #fff;
}
.xn-module-typesetting .typesetting-box .items-field .close-btn{
background: #ff513c;
width: 9px;
height: 14px;
position: absolute;
right: 5px ;
top: 2px;
line-height: 12px;
color: #fff;
padding: 0 1px;
cursor: pointer;
font-size: 10px;
}
.xn-module-typesetting .typesetting-box .items-field-r{
position: absolute;
width: 5px;
height: 100%;
top: 0;
right: 0;
cursor: e-resize;
zoom: 1;
}
.xn-module-typesetting .typesetting-box .items-field-b{
position: absolute;
width: 100%;
height: 5px;
bottom: 0;
right: 0;
cursor: s-resize;
zoom: 1;
}
.xn-module-typesetting .typesetting-box .items-field-br{
position: absolute;
height: 5px;
width: 5px;
bottom: 0;
right: 0;
cursor: se-resize;
z-index: 2;
zoom:1;
}
.xn-module-typesetting .typesetting-box .items-field-r:hover,
.xn-module-typesetting .typesetting-box .items-field-b:hover,
.xn-module-typesetting .typesetting-box .items-field-br:hover{
background: #f00;
opacity: 0.2;
}
.xn-module-typesetting .typesetting-box .items-field[xn-logistic~="number"] {
position: absolute;
top: 10px;
z-index: 1;
}
.xn-module-typesetting .typesetting-box .items-field[xn-logistic~="name"] {
position: absolute;
top: 40px;
z-index: 2;
}