Jonlin 6 jaren geleden
bovenliggende
commit
dcb1dbb2ad
1 gewijzigde bestanden met toevoegingen van 5 en 6 verwijderingen
  1. 5 6
      application/admin/view/accounts/edit.html

+ 5 - 6
application/admin/view/accounts/edit.html

@@ -19,9 +19,8 @@
     .service div{
         float: left;
         /*width: 50%;*/
-        height: 20px;
-        line-height: 20px;
-        margin-top: 5px;
+        height: 25px;
+        line-height: 25px;
     }
 </style>
 <body class="gray-bg">
@@ -32,7 +31,7 @@
                 <div class="ibox-title">
                     <h5>会员列表</h5>
                 </div>
-                <div class="ibox-content" style="height: 500px;margin-bottom: 10px;">
+                <div class="ibox-content" style="height: 500px;margin-bottom: 10px;background-color: #eee;">
                     <form class="form-horizontal m-t layui-form" id="commentForm" method="post" action="{:url('accounts/edit')}">
                         <input type="hidden" value="{$info['id']}" name="id"/>
                         <div class="form-group">
@@ -115,12 +114,12 @@
                 <div class="ibox-title">
                     <h5>服务记录</h5>
                 </div>
-                <div class="ibox-content" style="height: 500px;margin-bottom: 10px;">
+                <div class="ibox-content" style="height: 500px;margin-bottom: 10px;background-color: #eee;">
                     <ul>
                         {if !empty($service_log)}
                         {foreach name="service_log" item="vo" key="key"}
                         <a href="/admin/system/detail/id/{$vo['servicelog_id']}.html">
-                            <li class="service" style="box-shadow:inset;">
+                            <li class="service" style="box-shadow:inset;height: 25px;background-color: white;margin-top: 5px;">
                                 <div style="width:60%;">{$vo['start_time']}</div>
                                 <div style="width:40%;text-align: right;">{$vo['user_name']}</div>
                             </li>