@cmstops/pro-compo 0.2.2 → 0.2.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/dist/index.css +29 -18
- package/dist/index.min.css +1 -1
- package/es/baseFilter/component.js +20 -7
- package/es/baseFilter/components/FilterGroup.js +2 -1
- package/es/contentDetailList/components/Records/MatrixItem/index.js +1 -1
- package/es/contentDetailList/components/Records/index.js +1 -5
- package/es/contentDetailList/style/ComoItem.less +3 -2
- package/es/contentDetailList/style/ContentListItem.less +8 -8
- package/es/contentDetailList/style/DocItem.less +1 -1
- package/es/contentDetailList/style/DocMpItem.less +118 -117
- package/es/contentDetailList/style/KongoNavItem.less +1 -1
- package/es/contentDetailList/style/LiveItem.less +3 -2
- package/es/contentDetailList/style/MaccountItem.less +3 -2
- package/es/contentDetailList/style/MatrixItem.less +11 -1
- package/es/contentDetailList/style/courseItem.less +1 -1
- package/es/contentDetailList/style/funhdItem.less +1 -1
- package/es/contentDetailList/style/index.css +26 -18
- package/es/index.css +29 -18
- package/es/userDirector/style/index.css +3 -0
- package/es/userDirector/style/index.less +6 -0
- package/lib/baseFilter/component.js +20 -7
- package/lib/baseFilter/components/FilterGroup.js +2 -1
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +1 -1
- package/lib/contentDetailList/components/Records/index.js +0 -4
- package/lib/contentDetailList/style/ComoItem.less +3 -2
- package/lib/contentDetailList/style/ContentListItem.less +8 -8
- package/lib/contentDetailList/style/DocItem.less +1 -1
- package/lib/contentDetailList/style/DocMpItem.less +118 -117
- package/lib/contentDetailList/style/KongoNavItem.less +1 -1
- package/lib/contentDetailList/style/LiveItem.less +3 -2
- package/lib/contentDetailList/style/MaccountItem.less +3 -2
- package/lib/contentDetailList/style/MatrixItem.less +11 -1
- package/lib/contentDetailList/style/courseItem.less +1 -1
- package/lib/contentDetailList/style/funhdItem.less +1 -1
- package/lib/contentDetailList/style/index.css +26 -18
- package/lib/index.css +29 -18
- package/lib/userDirector/style/index.css +3 -0
- package/lib/userDirector/style/index.less +6 -0
- package/package.json +1 -1
package/es/index.css
CHANGED
|
@@ -2108,9 +2108,9 @@
|
|
|
2108
2108
|
margin-bottom: 10px;
|
|
2109
2109
|
overflow: hidden;
|
|
2110
2110
|
color: #1d2129;
|
|
2111
|
-
font-size: 14px;
|
|
2112
|
-
font-style: normal;
|
|
2113
2111
|
font-weight: 400;
|
|
2112
|
+
font-size: 16px;
|
|
2113
|
+
font-style: normal;
|
|
2114
2114
|
line-height: 22px;
|
|
2115
2115
|
cursor: pointer;
|
|
2116
2116
|
-webkit-line-clamp: 2;
|
|
@@ -2188,15 +2188,15 @@
|
|
|
2188
2188
|
padding: 2px 0;
|
|
2189
2189
|
}
|
|
2190
2190
|
.medialist-component-item-view .info-view .title {
|
|
2191
|
-
width: calc(100% - 50px);
|
|
2192
2191
|
display: flex;
|
|
2193
2192
|
align-items: center;
|
|
2193
|
+
width: calc(100% - 50px);
|
|
2194
2194
|
margin-bottom: 10px;
|
|
2195
2195
|
overflow: hidden;
|
|
2196
2196
|
color: #1d2129;
|
|
2197
|
-
font-size: 14px;
|
|
2198
|
-
font-style: normal;
|
|
2199
2197
|
font-weight: 400;
|
|
2198
|
+
font-size: 16px;
|
|
2199
|
+
font-style: normal;
|
|
2200
2200
|
line-height: 22px;
|
|
2201
2201
|
cursor: pointer;
|
|
2202
2202
|
-webkit-line-clamp: 2;
|
|
@@ -2245,9 +2245,9 @@
|
|
|
2245
2245
|
.medialist-component-item-view .title-tips {
|
|
2246
2246
|
display: flex;
|
|
2247
2247
|
align-items: center;
|
|
2248
|
+
margin-left: 10px;
|
|
2248
2249
|
color: #a3a3a3;
|
|
2249
2250
|
font-size: 10px;
|
|
2250
|
-
margin-left: 10px;
|
|
2251
2251
|
}
|
|
2252
2252
|
.medialist-component-item-view .title-tips .icon {
|
|
2253
2253
|
margin-right: 5px;
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
overflow: hidden;
|
|
2305
2305
|
color: #1d2129;
|
|
2306
2306
|
font-weight: 400;
|
|
2307
|
-
font-size:
|
|
2307
|
+
font-size: 16px;
|
|
2308
2308
|
font-style: normal;
|
|
2309
2309
|
line-height: 22px;
|
|
2310
2310
|
cursor: pointer;
|
|
@@ -2389,9 +2389,9 @@
|
|
|
2389
2389
|
margin-bottom: 10px;
|
|
2390
2390
|
overflow: hidden;
|
|
2391
2391
|
color: #1d2129;
|
|
2392
|
-
font-size: 14px;
|
|
2393
|
-
font-style: normal;
|
|
2394
2392
|
font-weight: 400;
|
|
2393
|
+
font-size: 16px;
|
|
2394
|
+
font-style: normal;
|
|
2395
2395
|
line-height: 22px;
|
|
2396
2396
|
cursor: pointer;
|
|
2397
2397
|
-webkit-line-clamp: 2;
|
|
@@ -2483,9 +2483,9 @@
|
|
|
2483
2483
|
margin-bottom: 10px;
|
|
2484
2484
|
overflow: hidden;
|
|
2485
2485
|
color: #1d2129;
|
|
2486
|
-
font-size: 14px;
|
|
2487
|
-
font-style: normal;
|
|
2488
2486
|
font-weight: 400;
|
|
2487
|
+
font-size: 16px;
|
|
2488
|
+
font-style: normal;
|
|
2489
2489
|
line-height: 22px;
|
|
2490
2490
|
cursor: pointer;
|
|
2491
2491
|
-webkit-line-clamp: 2;
|
|
@@ -2596,7 +2596,7 @@
|
|
|
2596
2596
|
overflow: hidden;
|
|
2597
2597
|
color: #1d2129;
|
|
2598
2598
|
font-weight: 400;
|
|
2599
|
-
font-size:
|
|
2599
|
+
font-size: 16px;
|
|
2600
2600
|
font-style: normal;
|
|
2601
2601
|
line-height: 22px;
|
|
2602
2602
|
cursor: pointer;
|
|
@@ -2706,15 +2706,15 @@
|
|
|
2706
2706
|
padding: 2px 0;
|
|
2707
2707
|
}
|
|
2708
2708
|
.medialist-mpdoc-item-view .info-view .title {
|
|
2709
|
-
width: calc(100% - 50px);
|
|
2710
2709
|
display: flex;
|
|
2711
2710
|
align-items: center;
|
|
2711
|
+
width: calc(100% - 50px);
|
|
2712
2712
|
margin-bottom: 10px;
|
|
2713
2713
|
overflow: hidden;
|
|
2714
2714
|
color: #1d2129;
|
|
2715
|
-
font-size: 14px;
|
|
2716
|
-
font-style: normal;
|
|
2717
2715
|
font-weight: 400;
|
|
2716
|
+
font-size: 16px;
|
|
2717
|
+
font-style: normal;
|
|
2718
2718
|
line-height: 22px;
|
|
2719
2719
|
cursor: pointer;
|
|
2720
2720
|
-webkit-line-clamp: 2;
|
|
@@ -2821,7 +2821,7 @@
|
|
|
2821
2821
|
overflow: hidden;
|
|
2822
2822
|
color: #1d2129;
|
|
2823
2823
|
font-weight: 400;
|
|
2824
|
-
font-size:
|
|
2824
|
+
font-size: 16px;
|
|
2825
2825
|
font-style: normal;
|
|
2826
2826
|
line-height: 22px;
|
|
2827
2827
|
cursor: pointer;
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
overflow: hidden;
|
|
2914
2914
|
color: #1d2129;
|
|
2915
2915
|
font-weight: 400;
|
|
2916
|
-
font-size:
|
|
2916
|
+
font-size: 16px;
|
|
2917
2917
|
font-style: normal;
|
|
2918
2918
|
line-height: 22px;
|
|
2919
2919
|
cursor: pointer;
|
|
@@ -3015,13 +3015,20 @@
|
|
|
3015
3015
|
overflow: hidden;
|
|
3016
3016
|
color: #1d2129;
|
|
3017
3017
|
font-weight: 400;
|
|
3018
|
-
font-size:
|
|
3018
|
+
font-size: 16px;
|
|
3019
3019
|
font-style: normal;
|
|
3020
3020
|
line-height: 22px;
|
|
3021
3021
|
cursor: pointer;
|
|
3022
3022
|
-webkit-line-clamp: 2;
|
|
3023
3023
|
-webkit-box-orient: vertical;
|
|
3024
3024
|
}
|
|
3025
|
+
.matrix-records-item-view .info-view .title:hover {
|
|
3026
|
+
color: #4886ff;
|
|
3027
|
+
text-decoration: underline;
|
|
3028
|
+
}
|
|
3029
|
+
.matrix-records-item-view .info-view .title:hover .index {
|
|
3030
|
+
text-decoration: unset;
|
|
3031
|
+
}
|
|
3025
3032
|
.matrix-records-item-view .info-view .abttrite-v {
|
|
3026
3033
|
display: flex;
|
|
3027
3034
|
align-items: center;
|
|
@@ -3042,6 +3049,7 @@
|
|
|
3042
3049
|
overflow: hidden;
|
|
3043
3050
|
white-space: nowrap;
|
|
3044
3051
|
text-overflow: ellipsis;
|
|
3052
|
+
cursor: pointer;
|
|
3045
3053
|
}
|
|
3046
3054
|
.matrix-records-item-view .info-view .abttrite-v .left .abttr.time {
|
|
3047
3055
|
width: 25%;
|
|
@@ -3290,6 +3298,9 @@
|
|
|
3290
3298
|
.user-select-content .user-select-left {
|
|
3291
3299
|
border-right: 1px solid var(--color-neutral-3);
|
|
3292
3300
|
}
|
|
3301
|
+
.user-select-content .user-select-left .arco-select-view-single {
|
|
3302
|
+
border: none;
|
|
3303
|
+
}
|
|
3293
3304
|
.user-select-content .user-select-right .scroll {
|
|
3294
3305
|
height: calc(100% - 40px);
|
|
3295
3306
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
.user-select-content .user-select-left {
|
|
23
23
|
border-right: 1px solid var(--color-neutral-3);
|
|
24
24
|
}
|
|
25
|
+
.user-select-content .user-select-left .arco-select-view-single {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
25
28
|
.user-select-content .user-select-right .scroll {
|
|
26
29
|
height: calc(100% - 40px);
|
|
27
30
|
}
|
|
@@ -44,11 +44,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
44
44
|
const hasValue = vue.computed(() => {
|
|
45
45
|
return (key) => {
|
|
46
46
|
var _a, _b;
|
|
47
|
-
if (typeof form.value[key] === "object" && Object.prototype.hasOwnProperty.call(form.value[key], "range")) {
|
|
47
|
+
if (form.value[key] && typeof form.value[key] === "object" && Object.prototype.hasOwnProperty.call(form.value[key], "range")) {
|
|
48
48
|
return ((_a = form.value[key].range) == null ? void 0 : _a.length) > 0;
|
|
49
49
|
}
|
|
50
|
-
const
|
|
51
|
-
|
|
50
|
+
const diff = form.value[key] !== ((_b = columnsMap.value[key]) == null ? void 0 : _b.defaultValue);
|
|
51
|
+
console.log("hasValue", key, form.value[key], diff);
|
|
52
|
+
if (form.value[key] !== "" && diff) {
|
|
52
53
|
return true;
|
|
53
54
|
}
|
|
54
55
|
return false;
|
|
@@ -74,6 +75,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
74
75
|
}
|
|
75
76
|
rangeTemp[column.range][column.key] = column.defaultValue || "";
|
|
76
77
|
_form[column.range] = rangeTemp[column.range];
|
|
78
|
+
} else if (column.component === "select") {
|
|
79
|
+
_form[column.key] = column.defaultValue || null;
|
|
77
80
|
} else {
|
|
78
81
|
_form[column.key] = column.defaultValue || "";
|
|
79
82
|
}
|
|
@@ -81,9 +84,14 @@ const _sfc_main = vue.defineComponent({
|
|
|
81
84
|
render.value = true;
|
|
82
85
|
form.value = _form;
|
|
83
86
|
};
|
|
87
|
+
const handleSelectChange = (value, item) => {
|
|
88
|
+
if (value === "") {
|
|
89
|
+
form.value[item.key] = null;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
84
92
|
const formMatte = (_form) => {
|
|
85
93
|
Object.keys(_form).forEach((key) => {
|
|
86
|
-
if (typeof _form[key] === "object" && Object.prototype.hasOwnProperty.call(_form[key], "range")) {
|
|
94
|
+
if (_form[key] && typeof _form[key] === "object" && Object.prototype.hasOwnProperty.call(_form[key], "range")) {
|
|
87
95
|
Object.keys(_form[key]).forEach((k, index) => {
|
|
88
96
|
var _a;
|
|
89
97
|
const _time = ((_a = _form[key]) == null ? void 0 : _a.range) || {};
|
|
@@ -95,7 +103,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
95
103
|
});
|
|
96
104
|
const _parmas = { ..._form };
|
|
97
105
|
Object.keys(_parmas).forEach((key) => {
|
|
98
|
-
if (typeof _parmas[key] === "object" && Object.prototype.hasOwnProperty.call(_parmas[key], "range")) {
|
|
106
|
+
if (_parmas[key] && typeof _parmas[key] === "object" && Object.prototype.hasOwnProperty.call(_parmas[key], "range")) {
|
|
107
|
+
delete _parmas[key];
|
|
108
|
+
}
|
|
109
|
+
if (_parmas[key] === null || _parmas[key] === void 0) {
|
|
99
110
|
delete _parmas[key];
|
|
100
111
|
}
|
|
101
112
|
});
|
|
@@ -158,8 +169,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
158
169
|
"onUpdate:modelValue": ($event) => form.value[item.key] = $event,
|
|
159
170
|
"popup-container": "#base-filter-popup-container",
|
|
160
171
|
"allow-clear": "",
|
|
172
|
+
"default-active-first-option": false,
|
|
161
173
|
style: vue.normalizeStyle({ width: styleWidth(columnsMap.value[item.key]) }),
|
|
162
|
-
placeholder: `\u8BF7\u9009\u62E9${item.label}
|
|
174
|
+
placeholder: `\u8BF7\u9009\u62E9${item.label}`,
|
|
175
|
+
onChange: ($event) => handleSelectChange($event, item)
|
|
163
176
|
}, {
|
|
164
177
|
default: vue.withCtx(() => [
|
|
165
178
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(getOptions(item), (opt) => {
|
|
@@ -171,7 +184,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
171
184
|
}), 128))
|
|
172
185
|
]),
|
|
173
186
|
_: 2
|
|
174
|
-
}, 1032, ["modelValue", "onUpdate:modelValue", "style", "placeholder"])) : vue.createCommentVNode("v-if", true),
|
|
187
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "style", "placeholder", "onChange"])) : vue.createCommentVNode("v-if", true),
|
|
175
188
|
item.component === "range-picker" ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.RangePicker), {
|
|
176
189
|
key: 2,
|
|
177
190
|
modelValue: form.value[item.key].range,
|
|
@@ -66,7 +66,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
66
66
|
const elements = Array.from(filterItemsRef.value.childNodes);
|
|
67
67
|
let rightBorder = 0;
|
|
68
68
|
elements.forEach((item) => {
|
|
69
|
-
|
|
69
|
+
var _a;
|
|
70
|
+
if (!((_a = item.className) == null ? void 0 : _a.includes("filter-item-view")))
|
|
70
71
|
return;
|
|
71
72
|
const { right } = getRect(item);
|
|
72
73
|
if (right <= filterBorder.value) {
|
|
@@ -98,7 +98,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
98
98
|
preview: false,
|
|
99
99
|
fit: "cover",
|
|
100
100
|
class: "image"
|
|
101
|
-
}, null, 8, ["src"])) : _ctx.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, "\u5FAE\u4FE1\u7EC4\u7A3F")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
101
|
+
}, null, 8, ["src"])) : _ctx.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " \u5FAE\u4FE1\u7EC4\u7A3F ")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
102
102
|
vue.createElementVNode("div", _hoisted_4, [
|
|
103
103
|
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
104
104
|
])
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var index = require("./MatrixItem/index.js");
|
|
4
|
-
const _hoisted_1 = { class: "index" };
|
|
5
4
|
const _sfc_main = vue.defineComponent({
|
|
6
5
|
__name: "index",
|
|
7
6
|
props: {
|
|
@@ -46,9 +45,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
46
45
|
index: _ctx.index
|
|
47
46
|
})
|
|
48
47
|
]),
|
|
49
|
-
index: vue.withCtx(() => [
|
|
50
|
-
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(_ctx.index + 1), 1)
|
|
51
|
-
]),
|
|
52
48
|
option: vue.withCtx(() => [
|
|
53
49
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
54
50
|
row: _ctx.item,
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
|
|
23
24
|
img {
|
|
24
25
|
width: 100%;
|
|
25
26
|
height: 100%;
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
margin-bottom: 10px;
|
|
51
52
|
overflow: hidden;
|
|
52
53
|
color: #1d2129;
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
font-style: normal;
|
|
55
54
|
font-weight: 400;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
font-style: normal;
|
|
56
57
|
line-height: 22px;
|
|
57
58
|
cursor: pointer;
|
|
58
59
|
-webkit-line-clamp: 2;
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
|
|
23
24
|
img {
|
|
24
25
|
width: 100%;
|
|
25
26
|
height: 100%;
|
|
@@ -45,15 +46,15 @@
|
|
|
45
46
|
padding: 2px 0;
|
|
46
47
|
|
|
47
48
|
.title {
|
|
48
|
-
width: calc(100% - 50px);
|
|
49
49
|
display: flex;
|
|
50
50
|
align-items: center;
|
|
51
|
+
width: calc(100% - 50px);
|
|
51
52
|
margin-bottom: 10px;
|
|
52
53
|
overflow: hidden;
|
|
53
54
|
color: #1d2129;
|
|
54
|
-
font-size: 14px;
|
|
55
|
-
font-style: normal;
|
|
56
55
|
font-weight: 400;
|
|
56
|
+
font-size: 16px;
|
|
57
|
+
font-style: normal;
|
|
57
58
|
line-height: 22px;
|
|
58
59
|
cursor: pointer;
|
|
59
60
|
-webkit-line-clamp: 2;
|
|
@@ -111,22 +112,21 @@
|
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
114
|
}
|
|
115
|
+
|
|
114
116
|
.title-tips {
|
|
115
117
|
display: flex;
|
|
116
118
|
align-items: center;
|
|
119
|
+
margin-left: 10px;
|
|
117
120
|
color: #a3a3a3;
|
|
118
121
|
font-size: 10px;
|
|
119
|
-
|
|
120
|
-
|
|
122
|
+
|
|
121
123
|
.icon {
|
|
122
124
|
margin-right: 5px;
|
|
123
125
|
font-size: 10px;
|
|
124
126
|
}
|
|
125
|
-
|
|
127
|
+
|
|
126
128
|
&.red {
|
|
127
129
|
color: red;
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
132
|
}
|
|
131
|
-
|
|
132
|
-
|
|
@@ -1,134 +1,135 @@
|
|
|
1
1
|
.medialist-mpdoc-item-view {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
display: flex;
|
|
3
|
+
// width: 100%;
|
|
4
|
+
padding: 10px;
|
|
5
|
+
border-bottom: 1px solid #f0f0f0;
|
|
6
|
+
|
|
7
|
+
&:hover {
|
|
8
|
+
background: #fafafa;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.cover-view {
|
|
12
|
+
position: relative;
|
|
13
|
+
flex-shrink: 0;
|
|
14
|
+
width: 110px;
|
|
15
|
+
height: 70px;
|
|
16
|
+
margin-right: 20px;
|
|
17
|
+
background: #edf3ff;
|
|
18
|
+
|
|
19
|
+
.image {
|
|
20
|
+
width: 100%;
|
|
21
|
+
height: 100%;
|
|
22
|
+
border-radius: 4px;
|
|
23
|
+
|
|
24
|
+
img {
|
|
20
25
|
width: 100%;
|
|
21
26
|
height: 100%;
|
|
22
|
-
border-radius: 4px;
|
|
23
|
-
img {
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 100%;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.batch-select {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 3px;
|
|
32
|
-
left: 5px;
|
|
33
27
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.batch-select {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: 3px;
|
|
33
|
+
left: 5px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.no-img {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
color: white;
|
|
43
|
+
font-size: 30px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.info-view {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex: 1;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
justify-content: space-between;
|
|
52
|
+
padding: 2px 0;
|
|
53
|
+
|
|
54
|
+
.title {
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
width: calc(100% - 50px);
|
|
58
|
+
margin-bottom: 10px;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
color: #1d2129;
|
|
61
|
+
font-weight: 400;
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
font-style: normal;
|
|
64
|
+
line-height: 22px;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
-webkit-line-clamp: 2;
|
|
67
|
+
-webkit-box-orient: vertical;
|
|
68
|
+
|
|
69
|
+
&:hover {
|
|
70
|
+
color: #4886ff;
|
|
71
|
+
text-decoration: underline;
|
|
72
|
+
|
|
73
|
+
.index {
|
|
74
|
+
text-decoration: unset;
|
|
75
|
+
}
|
|
43
76
|
}
|
|
44
77
|
}
|
|
45
|
-
|
|
46
|
-
.
|
|
78
|
+
|
|
79
|
+
.abttrite-v {
|
|
47
80
|
display: flex;
|
|
48
|
-
|
|
49
|
-
flex-direction: column;
|
|
81
|
+
align-items: center;
|
|
50
82
|
justify-content: space-between;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
.title {
|
|
54
|
-
width: calc(100% - 50px);
|
|
83
|
+
|
|
84
|
+
.left {
|
|
55
85
|
display: flex;
|
|
86
|
+
flex: 1;
|
|
56
87
|
align-items: center;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
font-weight: 400;
|
|
63
|
-
line-height: 22px;
|
|
64
|
-
cursor: pointer;
|
|
65
|
-
-webkit-line-clamp: 2;
|
|
66
|
-
-webkit-box-orient: vertical;
|
|
67
|
-
|
|
68
|
-
&:hover {
|
|
69
|
-
color: #4886ff;
|
|
70
|
-
text-decoration: underline;
|
|
71
|
-
|
|
72
|
-
.index {
|
|
73
|
-
text-decoration: unset;
|
|
74
|
-
}
|
|
88
|
+
color: #4e5969;
|
|
89
|
+
font-size: 12px;
|
|
90
|
+
|
|
91
|
+
.icon {
|
|
92
|
+
margin-right: 8px;
|
|
75
93
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
94
|
+
|
|
95
|
+
.tags {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
width: 190px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.abttr {
|
|
101
|
+
display: inline-block;
|
|
102
|
+
width: 20%;
|
|
103
|
+
margin-right: 10px;
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
white-space: nowrap;
|
|
106
|
+
text-overflow: ellipsis;
|
|
107
|
+
cursor: pointer;
|
|
108
|
+
|
|
109
|
+
&.btn {
|
|
110
|
+
padding: 0;
|
|
111
|
+
text-align: left;
|
|
112
|
+
|
|
113
|
+
&:hover,
|
|
114
|
+
&:active {
|
|
115
|
+
background: transparent;
|
|
116
|
+
}
|
|
92
117
|
}
|
|
93
|
-
|
|
94
|
-
.
|
|
95
|
-
|
|
96
|
-
|
|
118
|
+
|
|
119
|
+
.btn {
|
|
120
|
+
padding: 0;
|
|
121
|
+
text-align: left;
|
|
97
122
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
width: 20%;
|
|
102
|
-
margin-right: 10px;
|
|
103
|
-
overflow: hidden;
|
|
104
|
-
white-space: nowrap;
|
|
105
|
-
text-overflow: ellipsis;
|
|
106
|
-
cursor: pointer;
|
|
107
|
-
|
|
108
|
-
&.btn {
|
|
109
|
-
padding: 0;
|
|
110
|
-
text-align: left;
|
|
111
|
-
|
|
112
|
-
&:hover,
|
|
113
|
-
&:active {
|
|
114
|
-
background: transparent;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.btn {
|
|
119
|
-
padding: 0;
|
|
120
|
-
text-align: left;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
&.time {
|
|
124
|
-
width: 30%;
|
|
125
|
-
}
|
|
123
|
+
|
|
124
|
+
&.time {
|
|
125
|
+
width: 30%;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.right {
|
|
131
|
+
margin-right: 20px;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
|
|
23
24
|
img {
|
|
24
25
|
width: 100%;
|
|
25
26
|
height: 100%;
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
margin-bottom: 10px;
|
|
51
52
|
overflow: hidden;
|
|
52
53
|
color: #1d2129;
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
font-style: normal;
|
|
55
54
|
font-weight: 400;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
font-style: normal;
|
|
56
57
|
line-height: 22px;
|
|
57
58
|
cursor: pointer;
|
|
58
59
|
-webkit-line-clamp: 2;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
width: 100%;
|
|
23
23
|
height: 100%;
|
|
24
24
|
border-radius: 4px;
|
|
25
|
+
|
|
25
26
|
img {
|
|
26
27
|
width: 100%;
|
|
27
28
|
height: 100%;
|
|
@@ -52,9 +53,9 @@
|
|
|
52
53
|
margin-bottom: 10px;
|
|
53
54
|
overflow: hidden;
|
|
54
55
|
color: #1d2129;
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
font-style: normal;
|
|
57
56
|
font-weight: 400;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
font-style: normal;
|
|
58
59
|
line-height: 22px;
|
|
59
60
|
cursor: pointer;
|
|
60
61
|
-webkit-line-clamp: 2;
|