@haluo/biz 2.0.17 → 2.0.19-beat
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/haluo-biz.js +199 -156
- package/dist/haluo-biz.umd.cjs +199 -156
- package/dist/style.css +7 -9
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.m-colorPicker[data-v-b46fc003]{position:relative;text-align:left;font-size:14px;display:inline-block;outline:none}.m-colorPicker ul[data-v-b46fc003],.m-colorPicker li[data-v-b46fc003],.m-colorPicker ol[data-v-b46fc003]{list-style:none;margin:0;padding:0}.m-colorPicker .colorBtn[data-v-b46fc003]{width:15px;height:15px}.m-colorPicker .colorBtn.disabled[data-v-b46fc003]{cursor:no-drop}.m-colorPicker .box[data-v-b46fc003]{position:absolute;width:190px;background:#fff;border:1px solid #ddd;visibility:hidden;border-radius:2px;margin-top:2px;padding:10px 10px 5px;-webkit-box-shadow:0 0 5px #00000026;box-shadow:0 0 5px #00000026;opacity:0;-webkit-transition:all .3s ease
|
|
1
|
+
.m-colorPicker[data-v-b46fc003]{position:relative;text-align:left;font-size:14px;display:inline-block;outline:none}.m-colorPicker ul[data-v-b46fc003],.m-colorPicker li[data-v-b46fc003],.m-colorPicker ol[data-v-b46fc003]{list-style:none;margin:0;padding:0}.m-colorPicker .colorBtn[data-v-b46fc003]{width:15px;height:15px}.m-colorPicker .colorBtn.disabled[data-v-b46fc003]{cursor:no-drop}.m-colorPicker .box[data-v-b46fc003]{position:absolute;width:190px;background:#fff;border:1px solid #ddd;visibility:hidden;border-radius:2px;margin-top:2px;padding:10px 10px 5px;-webkit-box-shadow:0 0 5px #00000026;box-shadow:0 0 5px #00000026;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-sizing:content-box;box-sizing:content-box}.m-colorPicker .box h3[data-v-b46fc003]{margin:10px 0 5px;font-size:14px;font-weight:400;line-height:1;color:#333}.m-colorPicker .box input[data-v-b46fc003]{visibility:hidden;position:absolute;left:0;bottom:0}.m-colorPicker .box.open[data-v-b46fc003]{visibility:visible;opacity:1;z-index:1}.m-colorPicker .hd[data-v-b46fc003]{overflow:hidden;line-height:29px}.m-colorPicker .hd .colorView[data-v-b46fc003]{width:100px;height:30px;float:left;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.m-colorPicker .hd .defaultColor[data-v-b46fc003]{width:80px;float:right;text-align:center;border:1px solid #ddd;cursor:pointer;color:#333}.m-colorPicker .tColor li[data-v-b46fc003]{width:15px;height:15px;display:inline-block;margin:0 2px;-webkit-transition:all .3s ease;transition:all .3s ease}.m-colorPicker .tColor li[data-v-b46fc003]:hover{-webkit-box-shadow:0 0 5px #0006;box-shadow:0 0 5px #0006;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.m-colorPicker .bColor li[data-v-b46fc003]{width:15px;display:inline-block;margin:0 2px}.m-colorPicker .bColor li li[data-v-b46fc003]{display:block;width:15px;height:15px;-webkit-transition:all .3s ease;transition:all .3s ease;margin:0}.m-colorPicker .bColor li li[data-v-b46fc003]:hover{-webkit-box-shadow:0 0 5px #0006;box-shadow:0 0 5px #0006;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
|
|
2
2
|
.m12[data-v-719229ac] {
|
|
3
3
|
margin: 0 12px;
|
|
4
4
|
}
|
|
@@ -658,8 +658,7 @@
|
|
|
658
658
|
-webkit-line-clamp: 2;
|
|
659
659
|
-webkit-box-orient: vertical;
|
|
660
660
|
overflow: hidden;
|
|
661
|
-
|
|
662
|
-
text-overflow: ellipsis;
|
|
661
|
+
text-overflow: ellipsis;
|
|
663
662
|
}
|
|
664
663
|
.article-item .article-item_right .score[data-v-1c406a11] {
|
|
665
664
|
color: #999999;
|
|
@@ -805,7 +804,6 @@
|
|
|
805
804
|
.editor #editor-content .halo-img-content {
|
|
806
805
|
position: relative;
|
|
807
806
|
text-align: center;
|
|
808
|
-
left: 250px;
|
|
809
807
|
outline: none;
|
|
810
808
|
}
|
|
811
809
|
.editor #editor-content .halo-img-content .img-loading,
|
|
@@ -877,14 +875,12 @@
|
|
|
877
875
|
height: 32px;
|
|
878
876
|
line-height: 32px;
|
|
879
877
|
border-radius: 4px;
|
|
880
|
-
|
|
881
|
-
left: 220px;
|
|
878
|
+
left: 50%;
|
|
882
879
|
-webkit-transform: translateX(-50%);
|
|
883
880
|
-ms-transform: translateX(-50%);
|
|
884
881
|
transform: translateX(-50%);
|
|
885
882
|
}
|
|
886
883
|
.editor #editor-content .halo-img-content .desc-input-wrap {
|
|
887
|
-
width: 440px;
|
|
888
884
|
margin-top: 20px;
|
|
889
885
|
}
|
|
890
886
|
.editor #editor-content .halo-img-content .desc-input-wrap textarea {
|
|
@@ -912,7 +908,6 @@
|
|
|
912
908
|
border-radius: 50%;
|
|
913
909
|
line-height: 18px;
|
|
914
910
|
text-align: center;
|
|
915
|
-
left: 440px;
|
|
916
911
|
position: absolute;
|
|
917
912
|
top: 0;
|
|
918
913
|
-webkit-transform: translate(-40%, -50%);
|
|
@@ -920,7 +915,7 @@
|
|
|
920
915
|
transform: translate(-40%, -50%);
|
|
921
916
|
}
|
|
922
917
|
.editor #editor-content .halo-img-content .halo-picture-area {
|
|
923
|
-
display: block;
|
|
918
|
+
display: inline-block;
|
|
924
919
|
width: 440px;
|
|
925
920
|
min-height: 150px;
|
|
926
921
|
margin: 5px 0;
|
|
@@ -933,6 +928,9 @@
|
|
|
933
928
|
-webkit-filter: brightness(0.5);
|
|
934
929
|
filter: brightness(0.5);
|
|
935
930
|
}
|
|
931
|
+
.editor #editor-content .halo-select {
|
|
932
|
+
outline: 2px solid #1a74ff;
|
|
933
|
+
}
|
|
936
934
|
.editor #editor-content .halo-video-content {
|
|
937
935
|
margin: 5px;
|
|
938
936
|
padding-right: 5px;
|