| | |
| | | width: 250px; |
| | | padding: 0 30px 0 10px; |
| | | } |
| | | .header-desc { |
| | | overflow:hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | -o-text-overflow:ellipsis; |
| | | } |
| | | |
| | | </style> |
| | | <!-- 正文开始 --> |
| | |
| | | <div class="layui-fluid" style="padding-bottom: 75px;"> |
| | | <!-- 标题 --> |
| | | <div class="layui-card"> |
| | | <div class="layui-card-header"> |
| | | <div class="layui-card-header" style="padding-top: 5px; padding-bottom: 5px"> |
| | | <div> |
| | | <i class="layui-icon" style="font-size: 20px;color: #1890ff;font-weight: bold"></i> |
| | | <span id="form-name" style="margin: 0 6px;font-size: 18px;font-weight: bold;letter-spacing: 1px"></span> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="card-body-item"> |
| | | <div class="card-body-item" style="width: 400px"> |
| | | <div class="header-sub"> |
| | | 详细地址 |
| | | </div> |
| | |
| | | top.cstmrByMore = null; |
| | | $("#form-name").html(cstmr.name); |
| | | if (cstmr.tel) {$("#form-tel").html(cstmr.tel);} |
| | | if (cstmr.addr) {$("#form-addr").html(cstmr.addr);} |
| | | if (cstmr.addr) {$("#form-addr").html(cstmr.addr);$("#form-addr").attr("title", cstmr.addr);} |
| | | if (cstmr.director$) {$("#form-director").html(cstmr.director$);} |
| | | // 设备明细 |
| | | form.val('formAdvForm', cstmr); |