|  |  |  | 
|---|
|  |  |  | margin-top: 5px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .labelInput { | 
|---|
|  |  |  | width: 150px; | 
|---|
|  |  |  | width: 180px; | 
|---|
|  |  |  | height: 30px; | 
|---|
|  |  |  | margin-left: 25px; | 
|---|
|  |  |  | margin-right: 50px; | 
|---|
|  |  |  | 
|---|
|  |  |  | <input id="input" class="labelInput" type="text" placeholder="输入文字" autocomplete="off" oninput="labelChange(event)" onporpertychange="labelChange(event)"/> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div> | 
|---|
|  |  |  | <span class="text">图片</span> | 
|---|
|  |  |  | <button type="button" class="layui-btn layui-btn-fluid layui-bg-black" style="height:30px;margin-top:10px;line-height: 30px;float: left;" id="uploadImg"> | 
|---|
|  |  |  | <span class="text" style="margin-top: 10px;">图片</span> | 
|---|
|  |  |  | <button type="button" class="layui-btn layui-bg-black" style="width:180px;height:30px;margin-top:10px;margin-left: 25px;line-height: 30px;float: left;" id="uploadImg"> | 
|---|
|  |  |  | <i class="layui-icon"></i>上传图片 | 
|---|
|  |  |  | </button> | 
|---|
|  |  |  | </div> | 
|---|