123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <style>
- /* 返回按钮 */
-
- .back {
- cursor: pointer;
- color: #5e9de6;
- height: 30px;
- line-height: 30px;
- position: absolute;
- top: 5px;
- right: 30px;
- }
-
- .back img {
- margin-top: -3px
- }
-
- .back span {
- display: inline-block;
- margin-left: 5px;
- }
-
- .searchlistback {
- height: 61px;
- background-color: #f9fbff!important
- }
-
- .searchlistback div {
- width: 180px;
- height: 57px;
- border-top: 4px #eeeeee solid;
- text-align: center;
- line-height: 57px;
- float: left;
- cursor: pointer;
- font-weight: bold
- }
-
- .searchlistback div:hover {
- background-color: #e5eef8;
- border-top: 4px #6ea1dd solid;
- }
-
- .clik {
- background-color: #ddedff;
- border-top: 4px #4a90e2 solid!important;
- }
- </style>
- <div ng-controller="gdzc_seeCtrl">
- <section id="page-title">
- <div class="row">
- <div class="col-sm-8">
- <h1 class="mainTitle">固定资产详情<i tooltip='固定资产详情,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
- </div>
- <!-- <a ng-click="back()">
- <div class="back">
- <img src="assets/images/jiang/left_arrow.png" alt="">
- <span>返回</span>
- </div>
- </a> -->
- </div>
- </section>
- <div class="row searchlistback" id="searchid">
- <a>
- <div ng-class="attribute" ng-click="attribute_fn()">资产属性</div>
- </a>
- <a>
- <div ng-class="history" ng-click="history_fn()">操作历史记录</div>
- </a>
- <a>
- <div ng-class="relation" ng-click="relation_fn()">关联流程</div>
- </a>
- </div>
- <div ui-view></div>
- <div class="center margin-top-30 margin-bottom-30">
- <!-- <a class="btn btn-zancun" ng-click="lookoutsystem(tab)" data-dismiss="modal">查看性能</a> -->
- <button type="button " ladda="ldloading.gray" class="btn btn-isok " ng-click="lookmap()">查看关系</button>
- <!-- <button type="button " ladda="ldloading.gray" class="btn btn-zancun " ng-click="lookops()" ng-if="gdzc_label=='baseswosy'">查看业务系统</button> -->
- <button type="close " class="btn btn-default default" ng-click="back() " translate="form.button.CLOSE ">CLOSE </button>
- </div>
- </div>
|