<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.store-ask-body {
    background-color: #fff;
    box-sizing: border-box;
    display: table;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.store-ask-history {
    float: left;
    width: 152px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
}
.store-ask-item {
    width: 100%;
    height: 44px;
    background: #fff;
    line-height: 44px;
    color: #999;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.store-ask-item:hover,
.store-ask-item.on {
    color: #fff !important;
    background: #2f8aef !important;
}
.store-ask-item.history {
    background: #ff9913;
    color: #fff;
    border-bottom: 1px #fff solid;
}
.store-ask-item.history span {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.store-ask-item.history i {
    font-size: 16px;
    float: right;
    margin-top: 12px;
    margin-right: 4px;
}
.store-input-form {
    float:left;
    width: 764px;
    box-sizing: border-box;
    padding: 60px 100px 40px 45px;
    border-left: 1px solid #e4e4e4;
}
.store-ask-btn {
    cursor: pointer;
    width: 152px;
    height: 44px;
    background: #2f8aef;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
}
.link-msg {
    font-size: 12px;
    margin-top: 10px;
    color: #999999;
}
.link-msg i {
    color: #2f8aef;
}
.table-left {
    float: left;
}
.file-item-static,
.file-item {
    line-height: initial;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e4e4e4;
    margin-top: 5px;
}
.file-item .file-icon {
    float: left;
}
.file-info {
    float: right;
    width: 478px;
    margin-left: 5px;
}

.file-name {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file-item-static .file-name {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle;
}
.file-item-static .file-info {
    margin-top: 8px;
}
.file-item-static .file-remove {
    vertical-align: middle;
    cursor: pointer;
}
.store-ask-tips,
.store-ask-time {
    color: #666;
    margin-bottom:15px;
    font-size: 14px;
}
.store-ask-tips {
    color: #ff0000;
    padding-left: 18px;
}
</pre></body></html>