40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
|  | {layout name="layout2" /} | ||
|  | <style> | ||
|  |     .describe dl { padding: 8px 20px; } | ||
|  |     .describe dt,dd { display: inline-block; } | ||
|  | </style> | ||
|  | 
 | ||
|  | <div class="layui-card" style="box-shadow:none;"> | ||
|  |     <div class="layui-card-body"> | ||
|  |         <div class="describe"> | ||
|  |             <dl> | ||
|  |                 <dt>商家名称:</dt> | ||
|  |                 <dd>{$detail.name}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>主营类目:</dt> | ||
|  |                 <dd>{$detail.category}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>联系人名:</dt> | ||
|  |                 <dd>{$detail.nickname}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>联系电话:</dt> | ||
|  |                 <dd>{$detail.mobile}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>商家账号:</dt> | ||
|  |                 <dd>{$detail.account}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>审核状态:</dt> | ||
|  |                 <dd style="color:red;">{$detail.audit_status}</dd> | ||
|  |             </dl> | ||
|  |             <dl> | ||
|  |                 <dt>审核说明:</dt> | ||
|  |                 <dd>{$detail.audit_explain}</dd> | ||
|  |             </dl> | ||
|  |         </div> | ||
|  |     </div> | ||
|  | </div> |