body {font-family: Arial, Helvetica, sans-serif
/* Add some padding to the top and bottom of the container */
.container {
padding-top: 10px
padding-bottom: 10px
}
/* Style the tab */
.tab {
overflow: hidden
border: 1px solid #ccc
background-color: #f1f1f1
}
/* Style the buttons inside the tab */
.tab button {
background-color: inherit
float: left
border: none
outline: none
cursor: pointer
padding: 14px 16px
transition: 0.3s
font-size: 17px
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc
}
/* Style the tab content */
.tabcontent {
display: none
padding: 6px 12px
border: 1px solid #ccc
border-top: none
}
杜蕾斯商标类别 上海股还是深圳股 杜蕾斯所属行业 杜蕾斯股票代码杜蕾斯是全球著名的两性健康品牌,曾隶属于***SSL集团,2010年被利洁时集团(Reckitt Benckiser)收购。利洁时是全球知名的快消品公司,其股票代码为RB。
杜蕾斯商标类别
杜蕾斯属于第10类商标,主要专注于避孕套等产品的制造。
上海股还是深圳股
杜蕾斯所属的公司利洁时是一家全球知名的快消品公司,其股票代码为RB,属于上海证券交易所上市公司。
杜蕾斯所属行业
杜蕾斯属于两性健康品牌行业,主要涉及避孕套及其他相关产品。
杜蕾斯股票代码
杜蕾斯所属公司利洁时的股票代码为RB。
function openTab(evt, tabName) {
var i, tabcontent, tablinks
tabcontent = document.getElement***yClassName("tabcontent")
for (i = 0
i < tabcontent.length
i++) {
tabcontent[i].style.display = "none"
}
tablinks = document.getElement***yClassName("tablinks")
for (i = 0
i < tablinks.length
i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "")
}
document.getElementById(tabName).style.display = "block"
evt.currentTarget.className += " active"
}
// Open the default tab
document.getElement***yClassName("tablinks")[0].click()