阿神2017-04-17 11:34:59
box-shadow:0 1px 0 rgba(0,0,0,.2) inset,0 -1x 0 rgba(255,255,255,.2) inset;
交換1px與-1px可以凸起;高亮和暗邊是半透明了;不用考慮顏色了;
PHPz2017-04-17 11:34:59
嗯,謝謝 @golden_freeman_china 的提示。
box-shadow: inset 0 -1px 0 rgba( 255, 255, 250, 0.6),
inset 0 -2px 0 rgba( 0, 0, 0, 0.1);
黄舟2017-04-17 11:34:59
:before,:after{
border:1px solid yellow;
}
偽元素配合兩個border就可以實現,兩個border的顏色是關鍵