aicfe-answer-card 0.1.76 → 0.1.78
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/lib/basic-info.js +1 -1
- package/lib/card.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/themes/basic-info.scss +24 -5
package/package.json
CHANGED
package/themes/basic-info.scss
CHANGED
|
@@ -160,6 +160,11 @@
|
|
|
160
160
|
color: $--ac-color-text-primary;
|
|
161
161
|
text-align: center;
|
|
162
162
|
border-bottom: 1px solid #000;
|
|
163
|
+
|
|
164
|
+
&.is-offline {
|
|
165
|
+
height: 36px;
|
|
166
|
+
line-height: 36px;
|
|
167
|
+
}
|
|
163
168
|
}
|
|
164
169
|
.ac-edu__area--empty,
|
|
165
170
|
.ac-edu__area--fullFilling {
|
|
@@ -173,17 +178,31 @@
|
|
|
173
178
|
li:last-child {
|
|
174
179
|
border-right: none;
|
|
175
180
|
}
|
|
181
|
+
|
|
182
|
+
&.is-offline {
|
|
183
|
+
li {
|
|
184
|
+
width: 32px;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
176
187
|
}
|
|
177
188
|
.ac-edu__area--empty li {
|
|
178
189
|
height: 36px;
|
|
179
190
|
border-bottom: 1px solid #000;
|
|
180
191
|
border-right: 1px solid #000;
|
|
181
192
|
}
|
|
182
|
-
.ac-edu__area--fullFilling
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
193
|
+
.ac-edu__area--fullFilling {
|
|
194
|
+
li {
|
|
195
|
+
border-right: 1px solid #000;
|
|
196
|
+
display: flex;
|
|
197
|
+
flex-wrap: wrap;
|
|
198
|
+
justify-content: center;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&.is-offline {
|
|
202
|
+
li {
|
|
203
|
+
padding: 3px 0;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
187
206
|
}
|
|
188
207
|
.full-filling__option {
|
|
189
208
|
position: relative;
|