.postTabs_divs{ /* padding: 20px 15px; border: 1px dotted #999; border-radius:10px; */ padding: 20px 5px; } .postTabs_titles{ display:none; } ul.postTabs { padding-bottom: 0; /*margin:0px 0px 1em !important;*/ /*padding: 0.2em 1em 0.2em 20px !important; border-bottom: 1px solid !important;*/ font-size: 14px; list-style-type: none !important; line-height:normal; text-align: ; /* display: block !important;*/ background: none; /*overflow: hidden;*/ /*add on August,2019; commented out on Jul 2023*/ clear:both; margin-top: 20px; /* added on Dec 2022 */ padding: 0.2em 0 !important; /* added on Dec 2022 */ display: flex !important; /* added on Dec 2022 */ } ul.postTabs li { /*display: inline !important; font-size: 14px;*//* commented on Dec 2022*/ /*line-height:normal;*/ /* igenebio 必須注釋,樣式衝突*/ /* background: none;*/ background:#f2f2f2; margin: 0px 2px 0 0; padding: 0px; float:left; /*add on August,2019*/ /*border-top: 1px solid ;*/ /*add on August,2019*/ /*commented on Dec 2022*/ /* commented on Dec 2022 border-right: 2px solid white; border-left: 1px solid white; */ outline:none; /* commented on Jul 2023*/ /*overflow:hidden;*/ min-height: 40px; /* added on Dec 2022 */ flex:1; text-align:center; } ul.postTabs li:before{ content: none; } ul.postTabs li a { text-decoration: none; /* background: ; */ /*commented on Dec 2022*/ /*border: 1px solid !important;*/ /*padding: 15px 25px !important;*/ padding: 15px 1rem !important; color: !important; outline:none; cursor: pointer; display:inline-block; /* font-weight:bold; */ height:100%;width:100%; /* added on Dec 2022 */ } ul.postTabs li a strong,ul.postTabs li a b {font-weight:normal!important;} ul.postTabs li.postTabs_curr a{ border-bottom: 1px solid !important; background: ; color: !important; text-decoration: none; } ul.postTabs li a:hover { color: !important; background: ; /*background-color: #ccc;*/ text-decoration: none; }