修改缩略图
@ -1525,7 +1525,7 @@
|
|||||||
|
|
||||||
.YJ-custom-base-dialog>.content .cy_datalist dl dd.active {
|
.YJ-custom-base-dialog>.content .cy_datalist dl dd.active {
|
||||||
color: rgba(var(--color-sdk-base-rgb)) !important;
|
color: rgba(var(--color-sdk-base-rgb)) !important;
|
||||||
background-color: rgba(var(--color-sdk-base-rgb), 0.2);
|
/* background-color: rgba(var(--color-sdk-base-rgb), 0.2); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.YJ-custom-base-dialog>.content .cy_datalist dl dd.active svg {
|
.YJ-custom-base-dialog>.content .cy_datalist dl dd.active svg {
|
||||||
@ -2699,21 +2699,21 @@
|
|||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.icon {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 10px;
|
height: 13px;
|
||||||
margin-right: 5px;
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.line {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.line {
|
||||||
border: 1px solid rgba(255, 255, 255, 1);
|
border: 1px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||||
height: 0px;
|
height: 0px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.dash-line {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.dash-line {
|
||||||
border: 1px dashed rgba(255, 255, 255, 1);
|
border: 1px dashed rgba(var(--color-sdk-base-rgb), 1);
|
||||||
height: 0px;
|
height: 0px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.light-line {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.light-line {
|
||||||
border: 1px solid rgba(255, 255, 255, 1);
|
border: 1px solid rgba(var(--color-sdk-base-rgb), 1);
|
||||||
height: 0px;
|
height: 0px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
box-shadow: 0 0 3px #fff
|
box-shadow: 0 0 3px #fff
|
||||||
@ -2727,34 +2727,39 @@
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line1 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line1 {
|
||||||
border: 1px dashed rgba(255, 255, 255, 1);
|
border: 1px dashed rgba(var(--color-sdk-base-rgb), 1);
|
||||||
height: 0px;
|
height: 0px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line2 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.flow-dash-line2 {
|
||||||
border: 1px dashed rgba(255, 255, 255, 1);
|
border: 1px dashed rgba(var(--color-sdk-base-rgb), 1);
|
||||||
height: 0px;
|
height: 0px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line1 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line1 {
|
||||||
background: url(../../img/arrow/1.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/1.png);
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line2 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line2 {
|
||||||
background: url(../../img/arrow/2.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/2.png);
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line3 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line3 {
|
||||||
background: url(../../img/arrow/3.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/3.png);
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line4 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line4 {
|
||||||
background: url(../../img/arrow/4.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/4.png) ;
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line5 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line5 {
|
||||||
background: url(../../img/arrow/5.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/5.png);
|
||||||
background-size: 100% 100%;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line6 {
|
.YJ-custom-base-dialog.polyline>.content>div .input-select-line-type-box .cy_datalist i.pic-line6 {
|
||||||
background: url(../../img/arrow/6.png) 100% 100% no-repeat;
|
background: url(../../img/arrow/6.png) 100% 100% no-repeat;
|
||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
static/img/arrow/222 (2).png
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 3.3 KiB |
BIN
static/img/arrow/333.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
static/img/arrow/444.png
Normal file
After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 6.9 KiB |
BIN
static/img/arrow/555.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
static/img/arrow/666.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
static/img/arrow/分组 79.png
Normal file
After Width: | Height: | Size: 356 B |