<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍏ㄥ眬鏍峰紡 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* 澶撮儴妯箙鏍峰紡 */
.header-banner {
    background-color: #007BFF;
    color: white;
    text-align: center;
    font-family: "榛戜綋", sans-serif;
    padding: 20px 0;
    font-size: 24px;
}

/* 鎼滅储妗嗘牱寮� */
.search-container {
    text-align: center;
    padding: 20px 0;
}

.search-input {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
    width: 1px;
    border-radius: 5px 0 0 5px;
}

.search-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/* 鑱屼綅鍒楄〃鏍峰紡 */
.job-list {
    padding: 20px;
}

.job-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

/* 鑱屼綅璇︽儏椤垫牱寮� */
.job-detail {
    padding: 20px;
}

.back-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

/* 鎶ュ悕琛ㄥ崟鏍峰紡 */
.apply-form {
    padding: 20px;
}

.apply-form input {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
}

.apply-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* 鑱旂郴鎴戜滑椤甸潰鏍峰紡 */
.contact-us {
    padding: 20px;
}

/* 鎼滅储缁撴灉椤甸潰鏍峰紡 */
.search-result {
    padding: 20px;
}

/* 鎶ュ悕鎴愬姛椤甸潰鏍峰紡 */
.success {
    text-align: center;
    padding: 50px;
}</pre></body></html>