美化编辑器优惠券滚动条样式
This commit is contained in:
parent
10463263e3
commit
eff0085d73
|
@ -118,7 +118,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.goodstemplate {
|
.goodstemplate {
|
||||||
|
overflow-y: auto;
|
||||||
.selectBorder {
|
.selectBorder {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
@ -286,3 +286,22 @@
|
||||||
.picture {
|
.picture {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.goodstemplate::-webkit-scrollbar {
|
||||||
|
|
||||||
|
width: 6px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.goodstemplate::-webkit-scrollbar-track {
|
||||||
|
|
||||||
|
background-color:#F3F4F5;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.goodstemplate::-webkit-scrollbar-thumb {
|
||||||
|
background-color:#C1C1C1;
|
||||||
|
border-radius: 4px;
|
||||||
|
opacity: 0.7;
|
||||||
|
width: 6px;
|
||||||
|
height: 4px;
|
||||||
|
}
|
Loading…
Reference in New Issue