﻿
/*数据下载listbox的行高*/
.listBoxItem {
    line-height: 25px !important; /* 行高，可自由修改 */
    height: 400px !important; /* 必须和行高一致 */
    padding: 0 8px !important; /* 可选：左右内边距 */
    border-radius: 8px;
    font-size:14px;
}
.iframe {
    border-radius: 8px;
    background-color: #ddd8c0;
    text-align: center;
}
