美化编辑器优惠券滚动条样式

This commit is contained in:
许红梅 2022-09-08 15:03:33 +08:00
parent 10463263e3
commit eff0085d73
1 changed files with 21 additions and 2 deletions

View File

@ -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;
@ -285,4 +285,23 @@
//优惠券图片 //优惠券图片
.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;
}