1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /*原本的外框去掉當原點用*/ ._lch_ ~ .pop-view.pop-menu:not([style*="top: 39.1094px"]) { border:0; } /*調整小三角形*/ ._lch_ ~ .pop-view.pop-menu:not([style*="top: 39.1094px"]) .pop-view-arrow { clip:rect(0px, 7px, 16px, -1px); border-color: #E5E5E5; left:16px !important; top:-25px; } /*裡面的div拿來當本體用*/ ._lch_ ~ .pop-view.pop-menu:not([style*="top: 39.1094px"]) .pop-view-content { position:absolute; top:-41px; left:22px; border-radius:5px; border:1px solid #E5E5E5; background:#FFF; } /*調整寬度*/ ._lch_ ~ .pop-view.pop-menu:not([style*="top: 39.1094px"]) .pop-view-content a { width:110px; } |
Direct link: https://paste.plurk.com/show/95OtBlrA4z9dxlCwkNUn