see.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <style>
  2. /* 返回按钮 */
  3. .back {
  4. cursor: pointer;
  5. color: #5e9de6;
  6. height: 30px;
  7. line-height: 30px;
  8. position: absolute;
  9. top: 5px;
  10. right: 30px;
  11. }
  12. .back img {
  13. margin-top: -3px
  14. }
  15. .back span {
  16. display: inline-block;
  17. margin-left: 5px;
  18. }
  19. .searchlistback {
  20. height: 61px;
  21. background-color: #f9fbff!important
  22. }
  23. .searchlistback div {
  24. width: 180px;
  25. height: 57px;
  26. border-top: 4px #eeeeee solid;
  27. text-align: center;
  28. line-height: 57px;
  29. float: left;
  30. cursor: pointer;
  31. font-weight: bold
  32. }
  33. .searchlistback div:hover {
  34. background-color: #e5eef8;
  35. border-top: 4px #6ea1dd solid;
  36. }
  37. .clik {
  38. background-color: #ddedff;
  39. border-top: 4px #4a90e2 solid!important;
  40. }
  41. </style>
  42. <div ng-controller="gdzc_seeCtrl">
  43. <section id="page-title">
  44. <div class="row">
  45. <div class="col-sm-8">
  46. <h1 class="mainTitle">固定资产详情<i tooltip='固定资产详情,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
  47. </div>
  48. <!-- <a ng-click="back()">
  49. <div class="back">
  50. <img src="assets/images/jiang/left_arrow.png" alt="">
  51. <span>返回</span>
  52. </div>
  53. </a> -->
  54. </div>
  55. </section>
  56. <div class="row searchlistback" id="searchid">
  57. <a>
  58. <div ng-class="attribute" ng-click="attribute_fn()">资产属性</div>
  59. </a>
  60. <a>
  61. <div ng-class="history" ng-click="history_fn()">操作历史记录</div>
  62. </a>
  63. <a>
  64. <div ng-class="relation" ng-click="relation_fn()">关联流程</div>
  65. </a>
  66. </div>
  67. <div ui-view></div>
  68. <div class="center margin-top-30 margin-bottom-30">
  69. <!-- <a class="btn btn-zancun" ng-click="lookoutsystem(tab)" data-dismiss="modal">查看性能</a> -->
  70. <button type="button " ladda="ldloading.gray" class="btn btn-isok " ng-click="lookmap()">查看关系</button>
  71. <!-- <button type="button " ladda="ldloading.gray" class="btn btn-zancun " ng-click="lookops()" ng-if="gdzc_label=='baseswosy'">查看业务系统</button> -->
  72. <button type="close " class="btn btn-default default" ng-click="back() " translate="form.button.CLOSE ">CLOSE </button>
  73. </div>
  74. </div>