| | |
| | | <el-table-column prop="firmName" label="企业名称" /> |
| | | <el-table-column prop="perInCha" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPho" label="联系电话" /> |
| | | <el-table-column prop="perInChaTwo" label="责任人姓名" /> |
| | | <el-table-column prop="perInChaPhoTwo" label="联系电话" /> |
| | | </el-table> |
| | | |
| | | </div> |
| | |
| | | |
| | | .list_box ul { |
| | | display: flex; |
| | | /* 使用 Flexbox 布局 */ |
| | | padding: 0; |
| | | margin: 0; |
| | | list-style: none; |
| | |
| | | padding: 10px; |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | box-shadow: inset 0 0 40px #409eff; |
| | | border-radius: 10px; |
| | | margin-bottom: 5px; |
| | | } |
| | | |
| | | .list_box li.active { |
| | | background-color: rgba(117, 116, 116, 0.3); |
| | | color: white; |
| | | // color: #409eff; |
| | | box-shadow: inset 0 0 100px #2a8ef1; |
| | | } |
| | | |
| | | .page_box { |