input_dcs_auth.html 788 B

12345678910111213141516171819202122232425262728
  1. <table width="100%" border="0" class="ke-zeroborder">
  2. <tbody>
  3. <tr class="autoyijianview">
  4. <td height="34" width="15%" align="right" class="ys1">*^name^</td>
  5. <td width="35%" class="ys2">{name}<span>{range}</span></td>
  6. <td height="34" width="15%" align="right" class="ys1">*^users^</td>
  7. <td width="35%" class="ys2">{users}</td>
  8. </tr>
  9. <tr>
  10. <td height="34" width="15%" align="right" class="ys1">^range^</td>
  11. <td width="35%" class="ys2" colspan="3">{range_set}</td>
  12. </tr>
  13. </tbody>
  14. </table>
  15. <style>
  16. .group_name {
  17. font-size: 14px;
  18. font-weight: bold;
  19. color: #333;
  20. line-height: 30px;
  21. }
  22. .group_box .group_box_label {
  23. line-height: 30px;
  24. padding: 5px;
  25. }
  26. </style>