|
@@ -40,12 +40,10 @@ checkLogin();
|
|
|
<h3>联系人 #${contactIndex + 1}</h3>
|
|
|
</div>
|
|
|
<input type="hidden" name="contact[${contactIndex}][id]" value="">
|
|
|
- <table width="100%" border="0" cellpadding="3" cellspacing="1" class="contact-table">
|
|
|
- <tr>
|
|
|
- <th width="8%">联系人</th>
|
|
|
- <td><input type="text" name="contact[${contactIndex}][contact_name]" class="txt1" placeholder="联系人姓名"/></td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
+ <div class="contact-method-row">
|
|
|
+ <span style="width:80px;display:inline-block;font-weight:bold;" class="method-select">联系人姓名</span>
|
|
|
+ <input type="text" name="contact[${contactIndex}][contact_name]" class="txt1 method-input" style="width:60%;" placeholder="联系人姓名"/>
|
|
|
+ </div>
|
|
|
<div class="contact-methods-container" id="contact-methods-${contactIndex}">
|
|
|
<!-- Contact methods will be added here -->
|
|
|
</div>
|
|
@@ -401,7 +399,7 @@ checkLogin();
|
|
|
.contact-method-row {
|
|
|
margin-bottom: 6px;
|
|
|
padding: 6px;
|
|
|
- border: 1px solid #eee;
|
|
|
+ /*border: 1px solid #eee;*/
|
|
|
/*background-color: #f5f5f5;*/
|
|
|
display: flex;
|
|
|
align-items: center;
|