index.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <style type="text/css" media="all">
  2. #table .btn{
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. height: 36px;
  7. border-radius: 18px;
  8. margin-bottom: 10px;
  9. width: 100px;
  10. color: #fff;
  11. }
  12. #table .btn-detail{
  13. background: #62CB81;
  14. }
  15. #table .btn-change{
  16. background: #1677FF;
  17. }
  18. #table .btn-status{
  19. background: #FFA600;
  20. }
  21. #table .btn-list{
  22. background: #7B65FB;
  23. }
  24. #table .btn-cancel{
  25. background: #F7F7F7;
  26. color: #666666;
  27. }
  28. .icon{
  29. width: 18px;
  30. height: 18px;
  31. margin-right: 10px;
  32. }
  33. .notice{
  34. display: flex;
  35. align-items: center;
  36. background: #CEEBD8;
  37. padding: 0 18px;
  38. color: #4C9A63;
  39. height: 68px;
  40. border-radius: 10px;
  41. margin-bottom: 10px;
  42. }
  43. </style>
  44. <div class="notice">
  45. <img src="__CDN__/assets/addons/service/image/notice.png" alt="" class="icon" />
  46. 温馨提示:第一次申请,请在申请列表审核,申请通过后,在服务人员查看,后续修改资料,在完善资料审核。
  47. </div>
  48. <div class="panel panel-default panel-intro">
  49. {:build_heading()}
  50. <div class="panel-body">
  51. <div id="myTabContent" class="tab-content">
  52. <div class="tab-pane fade active in" id="one">
  53. <div class="widget-body no-padding">
  54. <div id="toolbar" class="toolbar">
  55. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
  56. </div>
  57. <table id="table" class="table table-bordered table-hover table-nowrap"
  58. data-operate-edit="{:$auth->check('service/skill/perfect/edit')}"
  59. width="100%">
  60. </table>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </div>