requesterDashboard.1.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <style type="text/css">
  2. .flexButton {
  3. /*width: 0.8rem;*/
  4. /*height: 0.8rem;*/
  5. /*text-align: center;*/
  6. /*line-height: 0.7rem;*/
  7. /*border-radius: 50%;*/
  8. /*border: 0.06rem #e3e3e3 solid;*/
  9. /*box-sizing: border-box;*/
  10. /*color: #007AFF;*/
  11. position: absolute;
  12. right: 20px;
  13. top: 40px;
  14. font-size: 10px;
  15. line-height: 14px;
  16. }
  17. .transparent {
  18. background-color: transparent !important;
  19. }
  20. .button.activated {
  21. border: none;
  22. }
  23. /* .tab-item {
  24. max-width: none;
  25. } */
  26. .divTop {
  27. margin-top: 50px
  28. }
  29. .divMiddle {
  30. margin-top: 50px;
  31. }
  32. .row {
  33. margin-right: 0px;
  34. margin-left: 0px;
  35. }
  36. .bdItem {
  37. /* background: red; */
  38. color: white;
  39. max-width: none;
  40. border-radius: 5px;
  41. padding: 40px 0;
  42. /* margin: 0 auto; */
  43. }
  44. .topImg {
  45. width: 100%;
  46. height: 44%;
  47. }
  48. .bottomDiv {
  49. width: 100%;
  50. height: 55%;
  51. }
  52. .topLeftA {
  53. display: block;
  54. position: absolute;
  55. width: 50%;
  56. height: 50%;
  57. top: 0;
  58. left: 0;
  59. }
  60. .topRightA {
  61. display: block;
  62. position: absolute;
  63. width: 50%;
  64. height: 50%;
  65. top: 0;
  66. right: 0;
  67. }
  68. .bottomLeftA {
  69. display: block;
  70. position: absolute;
  71. width: 50%;
  72. height: 50%;
  73. bottom: 0;
  74. left: 0;
  75. }
  76. .bottomRightA {
  77. display: block;
  78. position: absolute;
  79. width: 50%;
  80. height: 50%;
  81. bottom: 0;
  82. right: 0;
  83. }
  84. .middleImg {
  85. width: 63px;
  86. position: absolute;
  87. top: 50%;
  88. left: 50%;
  89. transform: translate3d(-50%, -50%, 0);
  90. }
  91. </style>
  92. <!-- <div class="scroll-content has-footer">
  93. <div class="divTop">
  94. <div align="center">
  95. <img src="./assets/images/huake-32x32.png" alt="">
  96. <h4>华中科技大学微运维平台</h4>
  97. </div>
  98. </div>
  99. <div class="divMiddle">
  100. <div class="row">
  101. <div class="col col-50 ">
  102. <a class="tab-item bdItem positive-bg" href="#/tab/myIncident">
  103. <i class="icon ion-ios-browsers-outline"></i>我的报障
  104. </a>
  105. </div>
  106. <div class="col col-50">
  107. <a class="tab-item bdItem energized-bg" href="#tab/customFormIndex/requestMobileEditor">
  108. <i class="icon ion-ios-list-outline"></i>新建报障
  109. </a>
  110. </div>
  111. </div>
  112. <div class="row">
  113. <div class="col col-50 ">
  114. <a class="tab-item bdItem royal-bg " href="#/tab/myKnowledge">
  115. <i class="icon ion-ios-paper-outline"></i>知识库
  116. </a>
  117. </div>
  118. <div class="col col-50">
  119. <a class="tab-item bdItem balanced-bg" href="#/tab/myNotice">
  120. <i class="icon ion-ios-bookmarks-outline"></i>公告列表
  121. </a>
  122. </div>
  123. </div>
  124. </div>
  125. </div> -->
  126. <div class="scroll-content has-footer">
  127. <div class="topImg">
  128. <img src="./assets/images/weChat/banner_baozhang.png" alt="" style="height: 100%;width: 100%;">
  129. </div>
  130. <div class="bottomDiv" style="position: relative;">
  131. <img src="./assets/images/weChat/bg_fengexian.png" alt="" style="height: 100%;width: 100%;">
  132. <a class="topLeftA" href="#/tab/myIncident">
  133. <img src="./assets/images/weChat/icon_shouye_baozhang.png" alt="" class="middleImg">
  134. </a>
  135. <a class="topRightA" href="#/tab/customFormIndex/requestMobileEditor">
  136. <img src="./assets/images/weChat/icon_shouye_xinjian.png" alt="" class="middleImg">
  137. </a>
  138. <a class="bottomLeftA" href="#/tab/myKnowledge">
  139. <img src="./assets/images/weChat/icon_shouye_zhishiku.png" alt="" class="middleImg">
  140. </a>
  141. <a class="bottomRightA" href="#/tab/myNotice">
  142. <img src="./assets/images/weChat/icon_shouye_gonggao.png" alt="" class="middleImg">
  143. </a>
  144. </div>
  145. </div>