@jx3box/jx3box-editor 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/module/author.less +34 -17
- package/assets/css/tinymce/a.less +12 -0
- package/package.json +1 -1
|
@@ -28,8 +28,9 @@
|
|
|
28
28
|
}
|
|
29
29
|
.nobreak;
|
|
30
30
|
}
|
|
31
|
-
.u-info{
|
|
32
|
-
.pr;
|
|
31
|
+
.u-info {
|
|
32
|
+
.pr;
|
|
33
|
+
top: -4px;
|
|
33
34
|
.h(68px);
|
|
34
35
|
display: flex;
|
|
35
36
|
flex-direction: column;
|
|
@@ -49,17 +50,33 @@
|
|
|
49
50
|
padding: 2px 8px;
|
|
50
51
|
.fz(12px, 14px);
|
|
51
52
|
color: #fff;
|
|
52
|
-
background-color
|
|
53
|
+
background-color: #aaa;
|
|
53
54
|
border-radius: 2px;
|
|
54
55
|
|
|
55
|
-
&.lv-1{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
&.lv-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
&.lv-
|
|
62
|
-
|
|
56
|
+
&.lv-1 {
|
|
57
|
+
background-color: #32d3c4;
|
|
58
|
+
}
|
|
59
|
+
&.lv-2 {
|
|
60
|
+
background-color: #86c0fb;
|
|
61
|
+
}
|
|
62
|
+
&.lv-3 {
|
|
63
|
+
background-color: #33d9ff;
|
|
64
|
+
}
|
|
65
|
+
&.lv-4 {
|
|
66
|
+
background-color: #ffdb2a;
|
|
67
|
+
}
|
|
68
|
+
&.lv-5 {
|
|
69
|
+
background-color: #ffa739;
|
|
70
|
+
}
|
|
71
|
+
&.lv-6 {
|
|
72
|
+
background-color: #ff70b2;
|
|
73
|
+
}
|
|
74
|
+
&.lv-7 {
|
|
75
|
+
background-color: #ff3399;
|
|
76
|
+
}
|
|
77
|
+
&.lv-8 {
|
|
78
|
+
background-color: #f93c3c;
|
|
79
|
+
}
|
|
63
80
|
}
|
|
64
81
|
.u-vip {
|
|
65
82
|
.ml(5px);
|
|
@@ -125,8 +142,8 @@
|
|
|
125
142
|
}
|
|
126
143
|
}
|
|
127
144
|
|
|
128
|
-
.u-medal{
|
|
129
|
-
img{
|
|
145
|
+
.u-medal {
|
|
146
|
+
img {
|
|
130
147
|
padding: 0;
|
|
131
148
|
margin: 0;
|
|
132
149
|
.size(20px);
|
|
@@ -145,7 +162,7 @@
|
|
|
145
162
|
}
|
|
146
163
|
|
|
147
164
|
.u-teams {
|
|
148
|
-
.mt(
|
|
165
|
+
.mt(5px);
|
|
149
166
|
.u-team {
|
|
150
167
|
.db;
|
|
151
168
|
background-color: #f2f6fc;
|
|
@@ -155,9 +172,9 @@
|
|
|
155
172
|
// color:@color-link;
|
|
156
173
|
}
|
|
157
174
|
.r(3px);
|
|
158
|
-
padding:0 5px;
|
|
159
|
-
|
|
160
|
-
|
|
175
|
+
padding: 0 5px;
|
|
176
|
+
display: flex;
|
|
177
|
+
align-items: center;
|
|
161
178
|
}
|
|
162
179
|
.u-team-logo {
|
|
163
180
|
.size(22px);
|
|
@@ -7,6 +7,18 @@
|
|
|
7
7
|
box-shadow: 0 1px 0 #0366d6;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
+
|
|
11
|
+
.e-jx3-author{
|
|
12
|
+
padding: 2px 5px;
|
|
13
|
+
border-radius: 3px;
|
|
14
|
+
border: 1px solid #8250df;
|
|
15
|
+
color:#8250df;
|
|
16
|
+
|
|
17
|
+
&:hover{
|
|
18
|
+
box-shadow: none;
|
|
19
|
+
background-color: #fafbfc;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
10
22
|
}
|
|
11
23
|
// @media print {
|
|
12
24
|
// .c-article {
|