.content{ padding-bottom: 100px; } .topBox{ padding-top: 70px; padding-bottom: 60px; background-image: linear-gradient(180deg, #FFFFFF 15%, #F1F3F5 100%); .topBoxInfo{ display: flex; .infoBox{ .title{ font-size: 36px; color: #222326; font-weight: bold; } .salary{ font-size: 24px; color: #F85F5F; margin-top: 10px; } .label{ padding: 0; font-size: 14px; color: #727476; font-weight: 300; margin-top: 10px; display: block; text-align-last: left; } .demands{ display: flex; margin-top: 15px; flex-wrap: wrap; .demand{ font-size: 13px; color: #727476; background: #F1F3F5; border-radius: 6px; padding: 4px 10px; margin-right: 10px; margin-bottom: 10px; } } .tInfo{ display: flex; flex-wrap: wrap; margin-top: 30px; .tBox{ margin-right: 80px; margin-bottom: 10px; .t1{ font-size: 14px; color: #515356; font-weight: 300; } .t2{ font-size: 19px; color: #333436; font-weight: bolder; line-height: 28px; margin-top: 5px; } } } } .cardBox{ min-width: 200px; .card1{ display: flex; align-items: center; justify-content: center; height: 80px; background: #E9463F; cursor: pointer; .txt{ font-weight: 500; font-size: 15px; color: #FFFFFF; text-align: center; line-height: 24px; } } .card2{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; height: 80px; background: #FFFFFF; box-shadow: inset 0 -1px 0 0 #F6F8FA; .t1{ width: 100%; font-weight: 500; font-size: 13px; color: #727476; text-align: center; line-height: 24px; } .t2{ width: 100%; font-size: 12px; color: #333436; letter-spacing: -0.4px; text-align: center; } } } } } .contentBox{ display: flex; justify-content: space-between; padding-top: 80px; .leftBox{ .tipBox{ background: rgba(233, 70, 63, 0.06); border-radius: 5px; padding: 15px 20px; .txt{ font-size: 14px; color: #E9463F; } } .jobInfo{ margin-top: 36px; .jobTitle{ display: flex; .bar{ background: #E9463F; border-radius: 3px; width: 5px; height: 24px; margin-right: 10px; } .txt{ font-weight: bold; font-size: 25px; color: #333436; line-height: 28px; } } .title{ font-weight: bold; font-size: 19px; color: #333436; line-height: 28px; margin-top: 25px; } .text{ font-weight: 300; font-size: 15px; color: #515356; line-height: 30px; margin-top: 15px; margin-bottom: 40px; } } } .rightBox{ width: 370px; background: #F6F8FA; border-radius: 5px; height: max-content; padding: 30px 25px; margin-left: 30px; .company{ display: flex; align-items: center; margin-bottom: 20px; .logo{ width: 66px; height: 66px; margin-right: 15px; } .name{ font-weight: 500; font-size: 19px; color: #333436; letter-spacing: 0; line-height: 28px; } } .cellBox{ display: flex; align-items: center; margin-top: 15px; .icon{ width: 30px; height: 30px; margin-right: 15px; } .txt{ font-weight: 300; font-size: 15px; color: #515356; line-height: 30px; } } } } #application{ .floatInfo{ width: 680px; margin-left: -340px; background: #FFFFFF; border-radius: 5px; .titleBar{ background: none; .close{ position: absolute; right: 10px; top: 10px; } } .infoBox{ padding-left: 35px; padding-right: 35px; .titleBox{ padding: 0 25px; display: flex; margin-bottom: 25px; margin-top: 10px; .t1{ font-weight: 500; font-size: 24px; color: #515356; line-height: 28px; } .t2{ font-weight: 500; font-size: 24px; color: #222325; line-height: 28px; margin-left: 10px; } } .inputBox{ margin-bottom: 10px; } .inputFileBox{ display: flex; align-items: center; padding-left: 25px; padding-right: 25px; .text{ min-width: 100px; font-size: 13px; color: #333436; } .inputBtn{ position: relative; border: 0.73px solid #E20818; display: flex; align-items: center; justify-content: center; padding: 8px 10px; margin-right: 10px; cursor: pointer; .icon{ width: 20px; height: 20px; margin-right: 3px; } .txt{ font-size: 13px; color: #E20818; text-align: center; } .input{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding-left: 100px; opacity: 0; cursor: pointer; } } .tip{ font-size: 13px; color: #8A8D92; line-height: 20px; } } } } } @media (max-width: 767px) { .content{ padding-bottom: 0; } .topBox{ padding-top: 30px; padding-bottom: 40px; .topBoxInfo{ flex-wrap: wrap; .infoBox{ .title{ font-size: 28px; line-height: 38px; } .salary{ font-size: 24px; margin-top: 20px; } .label{ font-size: 14px; } .tInfo{ margin-top: 10px; .tBox{ margin-right: 30px; .t1{ font-size: 13px; } .t2{ font-size: 14px; line-height: 22px; } } } } .cardBox{ width: 100%; margin-top: 15px; .card1{ height: 56px; } .card2{ height: 56px; } } } } .contentBox{ padding-top: 50px; .leftBox{ .tipBox{ padding: 12px 15px; } .jobInfo{ margin-top: 30px; margin-bottom: 50px; .jobTitle{ .bar{ height: 20px; } .txt{ font-size: 22px; line-height: 24px; } } .title{ margin-top: 30px; font-size: 18px; line-height: 26px; } .text{ font-size: 14px; line-height: 28px; margin-bottom: 30px; } } } } #application{ .floatInfo{ width: 90%; left: 5%; margin-left: 0; margin-top: -275px; .titleBar{ background: linear-gradient(#fff, #F2F5F8);; border-radius: 5px 5px 0 0; .close{ position: relative; top: 0; right: auto; } } .infoBox{ padding: 0; padding-top: 20px; padding-bottom: 30px; .inputBox{ margin-bottom: 10px; } .inputFileBox{ flex-wrap: wrap; .tip{ width: 100%; padding-left: 100px; font-size: 12px; line-height: 18px; margin-top: 5px; font-weight: 300; } } } } } }