CSS垂直边栏样式

问题描述

我对垂直侧边栏有问题,该边侧的内部线条在填充字段时必须点亮。

代码https://jsfiddle.net/wjfrh5c6/

我需要这样的东西:

enter image description here

但是实际上效果不是很好:

enter image description here

这是垂直边栏的CSS:

.verticalLinePurpleBackground:before{
  position: absolute;
  content: '';
  min-height: 100%;
  height: 100%;
  min-width: 3%;
  width: 3%;
  border: 40px solid rgb(107,5,247,0.1);
  border-radius: 4px 4px 4px 4px;
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)