/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2026 | 13:13:05 */

.data-indicator-block {
    background-image: url('https://xn--hoqs02dpjc.cn/wp-content/uploads/2024/10/欧企查_watermark.png'); /* 设置背景图片 */
    background-repeat: repeat; /* 背景平铺 */
    background-size: auto; /* 保持原始图片尺寸，避免拉伸 */
    background-position: top left; /* 背景图片位置 */
    padding: 20px; /* 根据需要调整内边距 */
}

@media print {
    .data-indicator-block {
        background-image: url('https://xn--hoqs02dpjc.cn/wp-content/uploads/2024/10/欧企查_watermark.png');
        background-repeat: repeat;
        background-size: auto; /* 保持原始图片尺寸 */
        -webkit-print-color-adjust: exact; /* Chrome 和 Safari 支持 */
        print-color-adjust: exact; /* Firefox 支持 */
    }
}

.custom-html-search {
    margin-bottom: 20px; /* 搜索框和表格之间的间距 */
}

.custom-html-search input[type="text"] {
    padding: 10px; /* 输入框内边距 */
    font-size: 16px; /* 字体大小 */
    border: 1px solid #ccc; /* 边框颜色 */
    width: 250px; /* 输入框的宽度 */
    margin-right: 10px; /* 输入框和按钮之间的间距 */
}

.custom-html-search button {
    padding: 10px 20px; /* 按钮内边距 */
    font-size: 16px; /* 字体大小 */
    background-color: #2a5496; /* 按钮背景色 */
    color: white; /* 按钮文字颜色 */
    border: none; /* 移除默认边框 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
    margin-bottom: 15px; /* 按钮下方的间距 */
}

.custom-html-search button:hover {
    background-color: #204a7a; /* 按钮悬停时的背景色 */
}



