tomhome
小狐狸
小狐狸
  • UID22697
  • 注册日期2008-01-20
  • 最后登录2021-07-04
  • 发帖数18
  • 经验46枚
  • 威望0点
  • 贡献值52点
  • 好评度-1点
阅读:1397回复:4

【已解决】请教一个Firefox 69关于三道杠的样式

楼主#
更多 发布于:2019-09-04 18:29

图片:QQ图片20190905162204.png


样式代码如下,三道杠咋能挪到最左边呢?

@namespace html url("http://www.w3.org/1999/xhtml");
        
/*[[compact theme -start]]*/
@-moz-document url(chrome://browser/content/browser.xhtml){
        
#nav-bar #back-button{padding-top: calc(var(--toolbarbutton-inner-padding) - 3px) !important;padding-bottom: calc(var(--toolbarbutton-inner-padding) - 3px) !important;}
#nav-bar #back-button:not(:hover):not(:active):not([open]) .toolbarbutton-icon, #nav-bar #back-button[disabled] .toolbarbutton-icon, #nav-bar #forward-button:not(:hover):not(:active):not([open]) .toolbarbutton-icon, #nav-bar #forward-button[disabled] .toolbarbutton-icon
{border-color: transparent !important;background-image: none !important;background-color: transparent !important;}
#nav-bar #back-button .toolbarbutton-icon{border-style: solid !important;box-shadow: none !important;border-radius: 2px !important;}
#nav-bar #forward-button .toolbarbutton-icon{border-style: solid !important;box-shadow: none !important;}
#nav-bar #back-button:not(:-moz-lwtheme):not([disabled]) .toolbarbutton-icon, #nav-bar #forward-button:not(:-moz-lwtheme):not([disabled]) .toolbarbutton-icon{border-color: hsla(210, 54%, 20%, 0.2) !important;}
:root{--toolbarbutton-inner-padding: 3px !important;--space-above-tabbar: 0 !important;}
#TabsToolbar > toolbarpaletteitem, #TabsToolbar > toolbarbutton{margin: unset !important;}
#TabsToolbar > toolbarpaletteitem.toolbarbutton-icon, #TabsToolbar > toolbarbutton.toolbarbutton-icon{height: 23px !important;}
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{min-height: 23px !important;}
#nav-bar-customization-target > toolbaritem textbox{margin: 0 !important;}
#main-window[tabsintitlebar="true"] #titlebar-buttonbox-container .titlebar-button{padding: 4px 6px !important;min-height: 20px !important;max-height: 20px !important;}
        
        
        
/* Move Tab-bar beside Nav-bar */
#TabsToolbar {      
  margin-bottom: 0px !important;                /* not needed anymore? */
  margin-top: 0px !important;                   /*  */
  margin-left: 25vw !important;
  margin-right: -14px !important;
  max-height: 26px !important;
}
        
        
        
#nav-bar {      
  margin-bottom: 0px !important;               /* remove navbar bottom 1px border */
  margin-top: -27px !important;
  margin-right: 75vw !important;
  border-top: none !important;
    max-height: 26px !important;
        
}   
#urlbar-container {min-width:calc(100% + 150px) !important;}
        
        
        
        
        
/* More tools... button */
#nav-bar-overflow-button {
  transform: scale(0.9, 0.9) !important;
  fill: #999 !important;
}  
          
/* Tabs */
.tabbrowser-tab {
  height: 20px !important;
}
        
/* New tab button color */
#new-tab-button, .tabs-newtab-button {
  fill: #999 !important;
  }
/*[[compact theme]-end]*/
          
        
.titlebar-placeholder,
#TabsToolbar .titlebar-spacer{ display: none; }
        
          
/*隐藏部分图标*/
#pageActionButton,#star-button,
#context-openlinkinusercontext-menu,
#context-savelink,
#context-downloadlink,
#context-inspect,
#star-button-box,
#pocket-button-box,
#pocket-button,
#identity-box,
#context-sendlinktodevice,
#inspect-separator,
#context-sep-sendlinktodevice,
#context-sep-sendpagetodevice,
#context-sendpagetodevice,
#context-openlinkprivate,
#context-openlink,
#context-navigation,
#context-pocket,
#context-inspect-a11y,
#context-savepage,
#urlbar-reload-button,
#urlbar-stop-button,
#urlbar-go-button,
#notification-popup-box,
#private-browsing-indicator,
#search-container,
#nav-bar-overflow-button,
.tab-throbber,
.tab-background-start,
.tab-background-end,
#window-controls{display: none !important;}
/* 标签栏背景颜色*/
#main-window #TabsToolbar {  background-color:#eeeeee !important;}
/* 设置选中标签 *魅力蓝**/
#TabsToolbar .tabbrowser-tab[selected], #TabsToolbar .tabbrowser-tab[selected]:active {
background: -moz-linear-gradient(left, #00c0f1, #0080e2) !important;
margin-top: -2px !important;
--lwt-header-image: !important;
color: #fff !important;
} 
        
/*当前标签显示关闭按钮*/
.tabbrowser-tab:not([selected]) .tab-close-button {display:none!important;}
        
        
/*隐藏书签按钮菜单多余项*/
#BMB_viewBookmarksSidebar,#BMB_viewBookmarksSidebar+menuseparator,#BMB_bookmarkThisPage,#BMB_subscribeToPageMenuitem,#BMB_subscribeToPageMenupopup,#BMB_subscribeToPageMenupopup+menuseparator,#BMB_bookmarksToolbar,#BMB_unsortedBookmarks,#BMB_unsortedBookmarks+menuseparator {
        display:none !important;
}
#BMB_bookmarksShowAllTop,#BMB_bookmarksShowAllTop+menuseparator {
        display:none !important;
}
#BMB_bookmarksPopup > menuseparator:nth-child(13) {
        display:none !important;
}
#BMB_pocket,#BMB_pocket+menuseparator {
        display:none !important;
}
        
/*移动书签及下面的分隔线*/        
#BMB_mobileBookmarks,#BMB_mobileBookmarks + menuseparator {
        display: none !important;
}
        
        
        
/*导航栏最下边的横线*/
:root:-moz-lwtheme {
    --toolbox-border-bottom-color: #B3B3B3 !important;
}
/*前进后退按钮固定大小*/
#nav-bar #back-button > .toolbarbutton-icon,#nav-bar #forward-button > .toolbarbutton-icon{width:24px !important;height:24px !important;}
/*前进后退按钮*/
#nav-bar #back-button > .toolbarbutton-icon,
#nav-bar #forward-button > .toolbarbutton-icon{padding:3px 3px !important;border:1px solid #eeeeee !important;border-radius:0px !important;}
#nav-bar #forward-button > .toolbarbutton-icon{margin-left:-2px !important;}
#nav-bar #back-button > .toolbarbutton-icon{margin-left:-3px !important;}
#back-button:active,#forward-button:active{position:fixed !important;margin-left:0px !important;}
#reload-button:active{position:fixed !important;margin-left:0px !important;}
#stop-button .toolbarbutton-animatable-image,#reload-button .toolbarbutton-animatable-image{width:25px !important;height:25px !important;background-size:28px !important;margin-left:-6px !important;}
#stop-reload-button[animate] > #reload-button .toolbarbutton-animatable-image, #stop-reload-button[animate] > #stop-button .toolbarbutton-animatable-image {background:center !important;}
        
/*==窗口化时标签栏置顶==*/
#main-window[sizemode="normal"] #TabsToolbar {margin-top: 0px !important;}
/*标签宽度*/
.tabbrowser-tab[fadein]:not([pinned]) {min-width: 100px !important;max-width: 140px !important;}
/*标签字体颜色*/
#TabsToolbar .tab-text.tab-label:not([selected]){color:#000000!important;}
  /*地址栏_粘贴并转到置顶*/
.textbox-contextmenu 
menuitem:not([anonid="paste-and-go"]),.textbox-contextmenu menuseparator{-moz-box-ordinal-group:2 !important;}
menuitem[anonid="paste-and-go"] {-moz-box-ordinal-group:1 !important;}
        
        
/*标签栏背景&系统控制按钮*/
#main-window {-moz-appearance: none !important;background-color: #c8c8c8 !important;overflow: hidden !important;margin: 0 !important;padding: 0 !important;}
.titlebar-buttonbox {-moz-appearance: none !important;margin: 0 !important;padding: 0 !important;}
.titlebar-buttonbox > toolbarbutton, #window-controls > toolbarbutton {-moz-appearance: none !important;display: -moz-box !important;border: none !important;margin: 0 !important;padding: 0 !important;}
/*-----------------标签栏背景&系统控制按钮-------------------*/
        
/*-----win10下修复大小和背景-----*/
.titlebar-buttonbox .toolbarbutton-icon{width: auto !important; height: auto !important;}
.titlebar-buttonbox toolbarbutton{background: 0 !important;}
        
#main-window:not([inFullscreen]) .titlebar-min, #main-window:not([inFullscreen]) .titlebar-max, #main-window:not([inFullscreen]) .titlebar-close {
list-style-image: none !important;
}
/*Min*/
#main-window:not([inFullscreen]) .titlebar-min, #main-window:not([inFullscreen]) .titlebar-min:hover, #main-window:not([inFullscreen]) .titlebar-min:active {
background:no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAATCAYAAADGWsDDAAAACXBIWXMAAA6cAAAOnAEHlFPdAAACy0lEQVRYw+2Yz0obURTGv3snc2eS0U7pylaKILQgKZi60T5CMbqzYBAKLqpu+gLdZNMXaBeaZUEINLvqOxQ3YiQitFAopa2bUvNnJvP3ni6CUE0mZlJnUci3HA6/OXzce843w/CXiAg3JcYY/ld2CiN1aWTKyJQbMuWkkhUZS9+UjK9ywiMAkAw1TrJsG85OduXEG/blSbIrxaxgPm0Swyp3nQ5b02uMUCaV7awUo9ms38D69u7JpAdv3xzXcoaRghCdcs8jWFaAetM9EhD5+88/fo87DJNkv3/1cFJhfF9PqzmhcSgpDgAIAwnPlXDa/lFIMv/s9aee7EhTTipZodv6wZ3bes401Z6O1us+fp27VarX5x+8/OwO2niS7EoxK3gQHqQNkUtnlJ7sth3CavnVsWYw//RNNzvy+mSs9Mb4LRHZNACYpoowpNkmmS8AvB30aCfJVgJsaGk10hAASGcUkKTZNuM92ZGmSMYKhpG6esO6ZBgp1Jt+IU7jSbJDUEFo/No6oXHY7bAQyxTuYE4I5Xq4UMCBx3GG4AV7b+8Lzn5agLwSvjjDxF0D+fz0EGxnLqVq+LD3FWc/LIC6p+jEPQPL+Sl4EewbWMkEEPxklmNybAKgu44fyxSp49DzwwVN639aPE9CMtTiNHTBXlqe7lvnuuEQbP0w8OXC8tJU37rAl5CaXotlCidZtqzgWlMsKwAnWY51xBNkM0LZc+VCSu0/VzxXghHKsUwJGo3SOTPXFYXPmqaIWJsemr/946DVKMVpPEm20fRLLdA642y230p22uGx0fRLw4e3W3puzEhBFR33fU+iZQU4b7hVDeriP4W3BNiXwpuuQFE69WFI8JwQth1UCeFi7PB2KYrbmS0QrUmXzQAA1+gUjO3aGXs7KooP8nmfJLtSzAoe0hYIa4A703mqnYJhVypsOyrmD2TK6H/KSCNF6Q9Tcde5BBdKVAAAAABJRU5ErkJggg==") !important;
background-position: 0 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-min {
-moz-image-region:rect(0px, 23px, 19px, 0px) !important;
}
#main-window:not([inFullscreen]) .titlebar-min:hover {
background-position: 51% 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-min:active {
-moz-image-region:rect(0px, 69px, 19px, 46px) !important;
}
/*Max*/
#main-window:not([inFullscreen]) .titlebar-max, #main-window:not([inFullscreen]) .titlebar-max:hover, #main-window:not([inFullscreen]) .titlebar-max:active {
background:no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAATCAYAAADGWsDDAAAACXBIWXMAAA6cAAAOnAEHlFPdAAADoUlEQVRYw+2YTW8TVxSG33PvzJ3x2I5JuyIONYu2gExsw4b0J1S2s2slIlYsCmz6B7rJpr+gC8geyRLsiPMbKjYoMYkgzQarJKz4cPDHfNyPLpxCQuzEY0ilSj670dx55s577znnnUvGGJxWEBG+JJ+IDl2fFtvCJI7ERJSJKF9IlPzDvFCUvG2MuR4SXQYAYcwGEdW46dzb/GkzHPflp8peyouuzW5DmeuG4zIAkMIGONW8SN/bXBrOpuOK1fcPfsgyFtbtdLJkJQWY4AAAHSrITojofWdNa1H56+c/d+IW2nHYoxbac7+XspaWdZa0SszhIM7645WGDhR0R65JZlX+/m1tIHuoKP1VdB+LM6mSnUkMHBO1eojedtZlqnVt+8ftYFRRxmWPIkp+KS+6nB7zlF1i3uBE0F2JsOuvO2l5bfvXo+yh6aOQvCXSbklkvKE7SWQ8QJmi2WO/APhj1K19kM0Yh/+6jRcrDSg/AghIzWRwrjw3Frtr4Rb3rBL3bDBiCN/4ePnoOaQvAQISZ6eQrX4LYUxRDmEPFcXALFpJ5+SilHQQ7PUW40z8INt/3YaT8ZArF9Cs94Vp77bGZkPTInP6nxW+8WFlXMxULmBnZQvKj9B7tQcAYI4F1ZaLsUQJia6mhX3iHJiwwAK6EqcIHmS/WGkgVy7AOZNArjyH5upTqCACQGOxfY6rwurXkJePnmOmcgFi2kW2ui9MIPupzRl8jSuxuw+NtOqA7yKK7SD/TSU/QrPeQK48B2faQ65SQHO1Afosdp8ufYmdlS1kqx+F2a1v7d83cOzB7KGiCGOeqEjOc+f4rq1DBWHMRpxJH2LTvjCrT5GrFOBOezhfLQA0HttVeKKlnmc2+8D+KEwCswsX+2xp+i06jihEVJOdYJ47x6eQ7AQgolrM/4wP7NRMBu3dFlQQobnawPlqAe7XKRhjxmKDU00Hcp7ZAomzU+i92oMKJHbrW5hduAjxlQsDAx1IgA9mD+8+ybfLUUvfJM6KwzpQ2OoietdtqPS75TjzPsj+plI8mpLGjM220v5y8N66SYyKswvfDSryUN0IUSdoiEy0PLZ5c6bSJSvpfmKwfISt9roydvlzzFscdlzzxpN2ibs2GO8/p5WB8iOEPX/dwCnHNm+HjJbx7hDMjZCxSwAgtH5mQPc5de8eZ8VPOjqIy45zdLBv4u4Yo2+QDi8BgGHiGRG77ylz91ObH0uUyXnKJP6bnfJ/jH8AfwE/vH89AikAAAAASUVORK5CYII=") !important;
background-position: 0 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-max {
-moz-image-region:rect(0px, 23px, 19px, 0px) !important;
}
#main-window:not([inFullscreen]) .titlebar-max:hover {
background-position: 51% 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-max:active {
-moz-image-region:rect(0px, 69px, 19px, 46px) !important;
}
/*Close*/
#main-window:not([inFullscreen]) .titlebar-close, #main-window:not([inFullscreen]) .titlebar-close:hover, #main-window:not([inFullscreen]) .titlebar-close:active {
background: no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAATCAYAAAB1EujZAAAACXBIWXMAAA51AAAOdQG5Y1EyAAADnklEQVRo3u2ZTWsbRxjH/7OzO/ui3ZWat0vosYeggOWAHSeEBlp8EHFPcQUxaXJr7A/QT9FjD86xSQMC2+klBkNMSx0KwTH4Jdjk0GPpoRi3knalkfZlpge7RgFLbunuVgY9150Zfjz/nedtiJQSaRkh5F/vGfL0NxVDO1M2FGwo2ND+V8H2KhVmNWqzQuIeVXAVAGKBXYWg2nILj4sLC0GWwIPGs1gsMpJ3ZqUk95Q4vgoAgtJdQmRV1r3Hn+/tJcpD+iXVX6c+vRxEWC7k7JJlGtDUQ33DKEKLt1Fr+ttMxdSHyz/8lkWSHzSehRs3LlMpl3WTlZimgiqH58dCIggjdHiwHRMyVXn9OjGenoLtVSrMaBysn3PckmvnTlzT8Juo+95OCO36RysrnTQdNGg8i8UiUxxn3bT0kqFrJ65pd0I0ebBjFwrXywnx9AyJlvfHIydn93QOALh2DrEQI16r+SWAb9IMPd08Xy+9gGuaeDB5GwDwdHUNDc7x1fRnmfHQgvuIMa1k6AzzP/4Mx9Rxd2wUAPB8Ywse72Duk1sQUo7wRi0xnp6CCaHM5CwTOOUvyFkm6j6fSdtB3TyOaeL3Wh3fvvwJALBfb+BSIQ8QkhlPLDDDmAoQwDZ17HseFt9sAgAOfB8XHAcgAGMqeDucSV0wGgTX/s4R/UxTVdCgPZp2cu/meTD5MZ68XMN+vQEAuJh38fDotmXFoyi4plIKALg7VsLSmy0c+D4A4LxtY/rotqmUIhAiMZ5kynrDCAeq9s2Mh5z6XUoJQ8owdcFixjbDKJpgmtb3gDCKEAvspu2abp6nq6+wX2/gYt49DolPVtcwOzWZGY8Q2IzieEKlFM83tnHg+zhv28chcWljC1/cHEcsBASlu6kLphBUW7x9qmAt3oZCUE09BHXxeJzjUiGPh5O3ISHx3eorNDjPlIcQWQ2CaEI1KXzewQXHwfTYKCQkvt/YhscPi8IgiECITIynZ1n/S7msawjX84474jr2yWW056Ne89+GlI6nXUYPGs9Kuaz7tdp6ztJHDIOdXNa3A/B2563lFsaTKuv/WeNsOyXLMt9vVFscXtPfoVTeybxxHhCe48bZ0ks606AoylG4FOgEITgPdiRwJ5PG+f1R0J9zBOR+TNpXAIBK452EfNZyP5jvNwpK4zlj0HgWi0Wm5J05SHIfBFcON+EdiHwm6t58v9FUKoL9tzg/fA9Lmmc4rT9jNhTsjNlf80YtAGEZsjYAAAAASUVORK5CYII=") !important;
background-position: 0 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-close {
-moz-image-region:rect(0px, 36px, 19px, 0px) !important;
}
#main-window:not([inFullscreen]) .titlebar-close:hover {
background-position: 50% 1px !important;
}
#main-window:not([inFullscreen]) .titlebar-close:active {
-moz-image-region:rect(0px, 108px, 19px, 72px) !important;
}
/*Restore*/
#main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max, #main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max:hover, #main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max:active {
background: no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAAATCAYAAADGWsDDAAAACXBIWXMAAA6cAAAOnAEHlFPdAAADoUlEQVRYw+2YTW8TVxSG33PvzJ3x2I5JuyIONYu2gExsw4b0J1S2s2slIlYsCmz6B7rJpr+gC8geyRLsiPMbKjYoMYkgzQarJKz4cPDHfNyPLpxCQuzEY0ilSj670dx55s577znnnUvGGJxWEBG+JJ+IDl2fFtvCJI7ERJSJKF9IlPzDvFCUvG2MuR4SXQYAYcwGEdW46dzb/GkzHPflp8peyouuzW5DmeuG4zIAkMIGONW8SN/bXBrOpuOK1fcPfsgyFtbtdLJkJQWY4AAAHSrITojofWdNa1H56+c/d+IW2nHYoxbac7+XspaWdZa0SszhIM7645WGDhR0R65JZlX+/m1tIHuoKP1VdB+LM6mSnUkMHBO1eojedtZlqnVt+8ftYFRRxmWPIkp+KS+6nB7zlF1i3uBE0F2JsOuvO2l5bfvXo+yh6aOQvCXSbklkvKE7SWQ8QJmi2WO/APhj1K19kM0Yh/+6jRcrDSg/AghIzWRwrjw3Frtr4Rb3rBL3bDBiCN/4ePnoOaQvAQISZ6eQrX4LYUxRDmEPFcXALFpJ5+SilHQQ7PUW40z8INt/3YaT8ZArF9Cs94Vp77bGZkPTInP6nxW+8WFlXMxULmBnZQvKj9B7tQcAYI4F1ZaLsUQJia6mhX3iHJiwwAK6EqcIHmS/WGkgVy7AOZNArjyH5upTqCACQGOxfY6rwurXkJePnmOmcgFi2kW2ui9MIPupzRl8jSuxuw+NtOqA7yKK7SD/TSU/QrPeQK48B2faQ65SQHO1Afosdp8ufYmdlS1kqx+F2a1v7d83cOzB7KGiCGOeqEjOc+f4rq1DBWHMRpxJH2LTvjCrT5GrFOBOezhfLQA0HttVeKKlnmc2+8D+KEwCswsX+2xp+i06jihEVJOdYJ47x6eQ7AQgolrM/4wP7NRMBu3dFlQQobnawPlqAe7XKRhjxmKDU00Hcp7ZAomzU+i92oMKJHbrW5hduAjxlQsDAx1IgA9mD+8+ybfLUUvfJM6KwzpQ2OoietdtqPS75TjzPsj+plI8mpLGjM220v5y8N66SYyKswvfDSryUN0IUSdoiEy0PLZ5c6bSJSvpfmKwfISt9roydvlzzFscdlzzxpN2ibs2GO8/p5WB8iOEPX/dwCnHNm+HjJbx7hDMjZCxSwAgtH5mQPc5de8eZ8VPOjqIy45zdLBv4u4Yo2+QDi8BgGHiGRG77ylz91ObH0uUyXnKJP6bnfJ/jH8AfwE/vH89AikAAAAASUVORK5CYII=") !important;
background-position: 0 1px !important;
}
#main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max {
-moz-image-region:rect(0px, 23px, 19px, 0px) !important;
}
#main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max:hover {
background-position: 51% 1px !important;
}
#main-window[sizemode="maximized"]:not([inFullscreen]) .titlebar-max:active {
-moz-image-region:rect(0px, 69px, 19px, 46px) !important;
}
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
1楼#
发布于:2019-09-04 21:41
加 !important;
tomhome
小狐狸
小狐狸
  • UID22697
  • 注册日期2008-01-20
  • 最后登录2021-07-04
  • 发帖数18
  • 经验46枚
  • 威望0点
  • 贡献值52点
  • 好评度-1点
2楼#
发布于:2019-09-05 08:09
lonely_8:加 !important;回到原帖
  老大,新需求来了
lonely_8
非常火狐
非常火狐
  • UID30273
  • 注册日期2009-09-03
  • 最后登录2022-08-09
  • 发帖数733
  • 经验469枚
  • 威望0点
  • 贡献值86点
  • 好评度147点
  • 社区居民
  • 忠实会员
3楼#
发布于:2019-09-05 19:19
#PanelUI-button{
  -moz-box-ordinal-group: 0;
}
tomhome
小狐狸
小狐狸
  • UID22697
  • 注册日期2008-01-20
  • 最后登录2021-07-04
  • 发帖数18
  • 经验46枚
  • 威望0点
  • 贡献值52点
  • 好评度-1点
4楼#
发布于:2019-09-05 21:32
lonely_8:#PanelUI-button{
  -moz-box-ordinal-group: 0;
}
回到原帖
再次感谢,这下完美了
游客

返回顶部