system-copyright-react/src/route/TrademarkMall/components/EditSix/EditSix.css

74 lines
1.3 KiB
CSS
Raw Normal View History

2025-06-24 16:16:57 +08:00
.editSixBox {
/* WebKit 浏览器Chrome、Safari 等) */
scrollbar-width: thin;
/* Firefox */
scrollbar-color: #888 #f1f1f1;
/* Firefox */
}
/* WebKit 浏览器Chrome、Safari 等) */
.editSixBox::-webkit-scrollbar {
width: 8px;
/* 垂直滚动条宽度 */
}
.editSixBox::-webkit-scrollbar-track {
background: #f1f1f1;
/* 滚动条轨道背景颜色 */
}
.editSixBox::-webkit-scrollbar-thumb {
background: #888;
/* 滚动条滑块颜色 */
border-radius: 4px;
/* 滚动条滑块圆角 */
}
.editSixBox::-webkit-scrollbar-thumb:hover {
background: #555;
/* 鼠标悬停时滚动条滑块颜色 */
}
.editSixTop {
font-size: 20px;
/* background-color: skyblue; */
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.editSixContent {
display: flex;
font-size: 18px;
margin-bottom: 20px;
}
.editSixTitle {
width: 300px;
text-align: right;
margin-right: 10px;
}
.editSixText {
width: calc(100% - 400px);
}
.editSixImage {
width: 300px;
height: 150px;
border: 1px dashed #bdbdbd;
display: flex;
justify-content: center;
align-items: center;
}
.editSixGoods{
width: calc(100% - 400px);
}
.editSixGoodsBoxItem{
/* background-color: skyblue; */
margin-bottom: 10px;
}
.editSixGoodsBoxChildItem{
font-size: 14px;
}