/* 首页-内页 */ /* banner 图片 */ .head-image.logistics-image { width: 100%; height: 64px; opacity: 0.75; min-height: 64px; } .head-image-wrapper .head-content { position: absolute; top: 4px; text-align: center; } .head-image-wrapper .head-font span { font-size: 18px; color: #FFFFFF; letter-spacing: 0; text-align: justify; line-height: 24px; text-shadow: 0 0 4px rgba(0, 0, 0, 0.1); } /* 机场信息 */ .freight-body-main { text-align: center; background-color: #F5F5F7; width: 100%; padding-bottom: 32px; } /* 查询块菜单栏 */ .query-block { z-index: 1; width: 100%; background-color: #fff; margin: auto; box-sizing: border-box; padding-top: 1px; text-align: center; } .query-block .query-content { width: 100%; height: 100%; text-align: center; } .query-block .query-content .query-type { width: 100%; padding: 24px; list-style: none; box-sizing: border-box; text-align: left; } .query-type .query-type-item { float: left; width: 100%; position: relative; } .query-type .query-type-item .type-label { font-size: 14px; color: #666666; line-height: 32px; height: 32px; width: 66px; display: inline-block; text-align: left; } .query-type .query-type-item .type-input { width: 65%; height: 32px; display: inline-block; } .query-type .query-type-item:nth-child(2) { display: none; } .query-type-item .type-input input { width: 100%; height: 100%; box-sizing: border-box; padding: 5px 20px 5px 12px; background: #FFFFFF; border: 1px solid #DDDDDD; border-radius: 4px; color: #333333; cursor: pointer; background: url('/images/home/flight-dynamic/icon-down.png') 96% center; background-size: 16px; background-repeat: no-repeat; } .query-type-item .type-input input::-webkit-input-placeholder { color: #CCCCCC; } .query-type-item .type-input input::-moz-placeholder { color: #CCCCCC; } .query-type-item .type-input input:-ms-input-placeholder { color: #CCCCCC; } .query-type-item .type-input input:-moz-placeholder { color: #CCCCCC; } .query-type-item div .form-button { border-radius: 4px; width: 64px; height: 32px; font-size: 14px; color: #FFFFFF; letter-spacing: 0; text-align: center; line-height: 22px; transition: background-color 0.5s; -moz-transition: background-color 0.5s; -webkit-transition: background-color 0.5s; -o-transition: background-color 0.5s; } .query-type-item .query-detail { font-size: 14px; color: #666666; line-height: 22px; padding-top: 16px; text-align: left; } /* 查询结果 */ .freight-block { width: 100%; background-color: #fff; margin: 8px auto 0 auto; overflow: hidden; padding: 24px 24px 16px 24px; box-sizing: border-box; overflow: hidden; } .freight-block section ul { font-size: 0; } .freight-block p, .freight-block img { box-sizing: border-box; } .freight-content { text-align: left; } .table-block { overflow: auto; width: 100%; } .freight-content .freight-depot-title { font-size: 15px; font-weight: 500; color: #333333; text-align: left; line-height: 22px; padding-bottom: 16px; } .freight-content .freight-depot-introduce { font-size: 13px; color: #333333; text-align: justify; line-height: 22px; } .freight-content .freight-img { padding-top: 16px; width: 100%; height: auto; } .freight-content .table { margin-top: 16px; margin-bottom: 40px; border: 2px solid #DDDDDD; width: 896px; } .freight-content .table th { background: #fafafa; font-size: 14px; font-weight: 500; color: #666666; height: 54px; border: 1px solid #eee; text-align: center; box-sizing: border-box; } .freight-content .table td { background: #fff; font-size: 14px; color: #333333; height: 76px; border: 1px solid #eee; text-align: center; box-sizing: border-box; } .freight-content .table th:last-child { position: relative; } /* .freight-content .table th:last-child::after { content: ''; display: block; position: absolute; width: 2px; height: 100%; background-color: #DDDDDD; top: 0; right: 0; } */ .freight-content .table tr:last-child td { /* position: relative; */ } /* .freight-content .table td:last-child::after { content: ''; display: block; position: absolute; width: 2px; height: 100%; background-color: #DDDDDD; top: 0; right: 0; } */ .freight-content .table th:nth-child(1), .freight-content .table th:nth-child(2), .freight-content .table th:last-child { text-align: left; box-sizing: border-box; padding-left: 24px; padding-right: 24px; } .freight-content .table tr:nth-child(2) td:nth-child(1), .freight-content .table tr:nth-child(2) td:nth-child(2) { padding-left: 24px; padding-right: 24px; text-align: left; } .freight-content .table td:nth-child(1) { padding-left: 24px; text-align: left; padding-right: 24px; } .freight-content .table td:last-child { padding-left: 24px; text-align: left; } .freight-content .table td.center { text-align: center; padding-left: 0; padding-right: 0; } .freight-content .table td.left { padding-left: 24px; text-align: left; padding-right: 24px; } /* 下拉框 */ .query-type-item .freight-dropdown-content { position: absolute; z-index: 99; margin-top: -10px; left: 70px; width: 65%; float: left; } #freight-dropdown-recruit { display: none; } .query-type-item .freight-dropdown-content .dropdown-content { width: 100%; box-sizing: border-box; margin-top: 12px; padding: 10px 15px; text-align: left; line-height: 32px; background-color: #FFFFFF; box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.25); border-radius: 2px; } .freight-dropdown-content .dropdown-content .selected { color: #1B1C80 !important; font-size: 14px !important; } .freight-dropdown-content .dropdown-content { width: 100px; } .dropdown-content>a { display: block; padding: 6px 0 6px 15px; height: 20px; line-height: 20px; font-size: 12px; color: #333333; } .dropdown-content>a:hover { background: #F5F5F7; }<!--0.00022697448730469-->