html, body { padding: 0; margin: 0;} body { font-family: "微软雅黑"; font-size: 14px; color: #000; line-height: 1.6;} h1 { text-align: center;} .wrapper { padding: 20px 60px;} .section-title {font-size: 18px; font-weight: bold; margin: 30px 0 20px; display: flex;} .section-row {display: flex; padding-left: 34px; padding-bottom: 20px; } .section .label { width: 180px;} .content {width: 100%} .section .label::after {content: ':';} .bid-section-name {font-size: 18px; padding-left: 34px; padding-bottom: 20px;} .contact-table-wrapper {padding: 0 34px;} .contact-table {width:100%;table-layout:fixed;word-wrap:break-word;border:0px;border-right:1px solid;border-bottom:1px solid;border-collapse:collapse;} .contact-table td{word-wrap:break-word;word-break:break-all;border-left:1px solid;border-top:1px solid;padding:10px;} .contact-table tr{height: 30px;line-height: 30px;} a.bug-tender-btn { position: relative; height: 50px;padding: 14px 15px 14px 50px; font-size: 20px; border-radius: 6px !important; background: #0061a5; -webkit-user-select: none; display: inline-block; box-sizing: border-box; transition: 0.1s; font-weight: 500; outline: 0; margin: 0; line-height: 1; white-space: nowrap; border: 1px solid #dcdfe6; -webkit-appearance: none; text-align: center; cursor: pointer; color: #fff !important; } .prefix-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; fill: #fff; } span.so-buy-link {padding: 0 15px 0 12px;line-height: 50px;font-size: 15px;} .so-buy-link a {color: blue !important;} .checker-trigger {color: -webkit-link;cursor: pointer;text-decoration: underline;} #checker { border: 1px solid #000;}
【变更公告】西部公司-2025-2028年海南公司陆地管线无人机巡线年度服务询价采购变更公告
招标人:中国海洋石油南海西部有限公司 |
地 址: |
联 系 人:陆励 |
电子邮箱:luli1@cnooc.com.cn |
邮 编: |
联系电话:07593901938 |
西部公司-2025-2028年海南公司陆地管线无人机巡线年度服务-经评审的最低投标价法.pdf(点击查看) 供应商须知(点击查看)
西部公司-2025-2028年海南公司陆地管线无人机巡线年度服务
联系人 | 姓名 | 电话 |
采购人 | 中国海洋石油南海西部有限公司 |
function checkerShow() { const checker = document.querySelector('#checker'); const triggerStatus = document.querySelector('#checker-trigger-name').innerText; if (triggerStatus === '查看') { checker.style.display = 'block'; document.querySelector('#checker-trigger-name').innerText = '关闭'; } else if (triggerStatus === '关闭') { checker.style.display = 'none'; document.querySelector('#checker-trigger-name').innerText = '查看'; } }