dataAnalysisPlatform.vue 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. //贸易服务管理
  2. <template>
  3. <div class="content">
  4. <dv-full-screen-container class="screen-container">
  5. <!-- <div class="host-body">
  6. <div class="d-flex jc-center title_wrap">
  7. <div class="zuojuxing"></div>
  8. <div class="youjuxing"></div>
  9. <div class="guang"></div>
  10. <div class="d-flex jc-center">
  11. <div class="title">
  12. <span class="title-text">易粮易运大数据分析平台</span>
  13. </div>
  14. </div>
  15. </div>
  16. </div>
  17. <div class="row-content">
  18. <div class="left">1</div>
  19. <div class="center">2</div>
  20. <div class="right">3</div>
  21. </div> -->
  22. </dv-full-screen-container>
  23. </div>
  24. </template>
  25. <script>
  26. import mapDrag from '@/components/mapdrag/warehouseReceiptMap'
  27. import {
  28. getList
  29. } from '@/model/tradeServicesManagement/index'
  30. import {
  31. selectWarehouseSelf,
  32. } from '@/model/houseSelfCollect/index'
  33. export default {
  34. components: {
  35. mapDrag
  36. },
  37. data() {
  38. return {
  39. searchVal: '',
  40. }
  41. },
  42. activated() { },
  43. beforeCreate() {
  44. },
  45. mounted() {
  46. // let height = document.body.offsetHeight - 57
  47. // document.querySelector('.container').setAttribute('style', 'height:' + height + 'px;')
  48. // let _showPage = localStorage.getItem('warehouseReceiptRegulation_selectShowType')
  49. // if (_showPage == "1") {
  50. // this.radio = '1'
  51. // this.isActive = false
  52. // } else if (_showPage == "2") {
  53. // this.radio = '2'
  54. // this.isActive = true
  55. // } else {
  56. // this.radio = '1'
  57. // this.isActive = false
  58. // }
  59. // this.compId = localStorage.getItem('ws-pf_compId')
  60. // this.getList()
  61. // // this.getWarehouseList()
  62. // this.tradeServicesList = [{
  63. // authenticationStatus: 'test'
  64. // }]
  65. },
  66. methods: {
  67. // getList(e, type) {
  68. // if (type == 1) {
  69. // this.isActive = true
  70. // }
  71. // getList({
  72. // compId: this.compId,
  73. // currentPage: this.currentPage,
  74. // pageSize: this.pageSize,
  75. // searchType: this.searchType,
  76. // searchKeyWord: this.searchKeyWord,
  77. // })
  78. // .toPromise()
  79. // .then((response) => {
  80. // console.log('列表数据', response)
  81. // this.tradeServicesList = response.data.records
  82. // })
  83. // },
  84. }
  85. }
  86. </script>
  87. <style lang="scss" scoped>
  88. .content {
  89. width: 100%;
  90. height: 100%;
  91. padding: 16px 16px 10px 16px;
  92. box-sizing: border-box;
  93. background-image: url("../../assets/images/sj.png");
  94. background-size: cover;
  95. background-position: center center;
  96. position: relative;
  97. }
  98. .screen-container {
  99. position: absolute !important;
  100. left: 0;
  101. top: 0;
  102. }
  103. .host-body {
  104. .title_wrap {
  105. height: 60px;
  106. background-image: url("../../assets/images/top.png");
  107. background-size: cover;
  108. background-position: center center;
  109. position: relative;
  110. margin-bottom: 4px;
  111. .guang {
  112. position: absolute;
  113. bottom: 0px;
  114. background: url("../../assets/images/guang.gif") no-repeat center;
  115. background-position: cover;
  116. height: 1px;
  117. left: 0;
  118. right: 0;
  119. margin: auto;
  120. width: 40%
  121. }
  122. .zuojuxing,
  123. .youjuxing {
  124. position: absolute;
  125. top: -2px;
  126. width: 140px;
  127. height: 6px;
  128. background: url("../../assets/images/headers/juxing1.png");
  129. }
  130. .titlebgc {
  131. background: url("../../assets//top.gif") no-repeat center;
  132. background-size: cover;
  133. }
  134. .zuojuxing {
  135. left: 11%;
  136. }
  137. .youjuxing {
  138. right: 11%;
  139. transform: rotate(180deg);
  140. }
  141. .timers {
  142. position: absolute;
  143. right: 0;
  144. top: 30px;
  145. font-size: 18px;
  146. display: flex;
  147. align-items: center;
  148. color: #fff;
  149. .blq-icon-shezhi02 {
  150. cursor: pointer;
  151. }
  152. }
  153. .btn {
  154. position: absolute;
  155. left: 0;
  156. top: 30px;
  157. font-size: 18px;
  158. display: flex;
  159. align-items: center;
  160. color: #fff;
  161. }
  162. }
  163. .title {
  164. position: relative;
  165. // width: 500px;
  166. text-align: center;
  167. background-size: cover;
  168. color: transparent;
  169. height: 60px;
  170. line-height: 46px;
  171. .title-text {
  172. font-size: 38px;
  173. font-weight: 900;
  174. letter-spacing: 6px;
  175. width: 100%;
  176. background: linear-gradient(92deg, #0072FF 0%, #00EAFF 48.8525390625%, #01AAFF 100%);
  177. -webkit-background-clip: text;
  178. -webkit-text-fill-color: transparent;
  179. }
  180. }
  181. }
  182. .row-content {
  183. display: flex;
  184. .left {
  185. background: rgba(2, 0, 77, 0.7);
  186. border: 2px solid rgba(13, 83, 183, 1);
  187. box-shadow: inset 0px 0px 34px rgba(17, 40, 255, 0.66);
  188. width: 22%;
  189. }
  190. .right {
  191. background: rgba(2, 0, 77, 0.7);
  192. border: 2px solid rgba(13, 83, 183, 1);
  193. box-shadow: inset 0px 0px 34px rgba(17, 40, 255, 0.66);
  194. width: 22%;
  195. }
  196. .center {
  197. background: green;
  198. width: 44%;
  199. }
  200. }</style>