App.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. <template>
  2. <div class="page">
  3. <el-header v-if="$route.meta.isAuth">
  4. <img src="./assets/img/sclogo3.png" alt="">
  5. <div class="homeExitContent">
  6. <div>袁一鸣</div>
  7. <div class="homeExit" @click="homeExit">退出</div>
  8. </div>
  9. </el-header>
  10. <router-view></router-view>
  11. </div>
  12. </template>
  13. <script>
  14. export default {
  15. data() {
  16. return {
  17. }
  18. },
  19. methods:{
  20. homeExit(){
  21. this.$router.push('/login')
  22. }
  23. }
  24. }
  25. </script>
  26. <style lang="less">
  27. *{
  28. margin: 0;
  29. padding: 0;
  30. }
  31. html,body{
  32. height: 100%;
  33. width: 100%;
  34. overflow:hidden ;
  35. }
  36. .textArea{
  37. font-size: 16px !important;
  38. }
  39. .page{ //app最基础页面
  40. height: 100%;
  41. width: 100%;
  42. background: #e6eaf0;
  43. img{
  44. height: 40px;
  45. }
  46. .el-header { //顶部退出区域
  47. background-color: #3d67bc;
  48. color: #333;
  49. text-align: center;
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: center;
  53. .homeExitContent{
  54. color: #fff;
  55. display: flex;
  56. justify-content: space-between;
  57. width: 150px;
  58. .homeExit{
  59. background: #ffffff;
  60. color: #000;
  61. cursor: pointer;
  62. width: 90px;
  63. }
  64. }
  65. }
  66. }
  67. hr{ //hr横线
  68. border: none;
  69. height: 1px;
  70. width: 100%;
  71. margin: 5px 0px 10px 0px;
  72. background: #ccc;
  73. }
  74. .pAHeader{ //一级页面一级标题
  75. width: 100%;
  76. display: flex;
  77. height: 35px;
  78. justify-content: space-between;
  79. margin-bottom: 15px;
  80. position: relative;
  81. .pAHeader1{
  82. font-weight: 600;
  83. font-size: 22px;
  84. text-align: left;
  85. }
  86. [type='button']{
  87. background: #0e72e6 !important;
  88. color: #fff !important;
  89. position: absolute;
  90. top:-10px;
  91. right: 0;
  92. display: flex;
  93. font-size: 16px;
  94. display: flex;
  95. justify-content: center;
  96. align-items: center;
  97. }
  98. [type='button']:hover{
  99. background: #3b85d9 !important;
  100. }
  101. }
  102. .vfpHeader{ //二级页面一级标题
  103. width: 100%;
  104. display: flex;
  105. justify-content:flex-start;
  106. margin-bottom: 15px;
  107. position: relative;
  108. .titleOne{
  109. text-align: left;
  110. font-weight: 600;
  111. font-size: 22px;
  112. flex-shrink: 0;
  113. }
  114. .smallTitle{
  115. position: absolute;
  116. top: 8px;
  117. left: 160px;
  118. font-size: 16px;
  119. }
  120. [type='button']{
  121. background: #0e72e6 !important;
  122. color: #fff !important;
  123. display: flex;
  124. position: absolute;
  125. top: -3px;
  126. right: 0;
  127. justify-content: center;
  128. font-size: 16px;
  129. width: 100px;
  130. height: 30px;
  131. align-items: center;
  132. }
  133. }
  134. .tabTit{ //二级页面二级标题
  135. width: 100%;
  136. font-size: 18px;
  137. font-weight:bold;
  138. margin-top: 20px;
  139. height: 29px;
  140. margin-bottom: 15px;
  141. display: flex;
  142. text-align: end;
  143. position: relative;
  144. justify-content: space-between;
  145. div{
  146. position: relative;
  147. p{
  148. position: absolute;
  149. width: 200px;
  150. text-align: left;
  151. left: 0;
  152. bottom: 0;
  153. }
  154. }
  155. [type='button']{
  156. background: #0e72e6 !important;
  157. color: #fff !important;
  158. display: flex;
  159. position: absolute;
  160. right: 0;
  161. justify-content: center;
  162. font-size: 16px;
  163. width: 100px;
  164. height: 30px;
  165. align-items: center;
  166. }
  167. }
  168. .fontSize{ //所有表格字体大小
  169. margin-top: 15px;
  170. font-size: 16px !important;
  171. .operations{ //所有表格按钮栏
  172. flex-shrink: 0;
  173. [type='button']{
  174. font-size: 14px;
  175. }
  176. }
  177. }
  178. // 滚动条样式
  179. .core_dialogue {
  180. height: 100%;
  181. overflow: scroll;
  182. }
  183. .core_dialogue::-webkit-scrollbar-track-piece {
  184. background-color: #f8f8f800;
  185. }
  186. .core_dialogue::-webkit-scrollbar {
  187. width: 6px;
  188. transition: all 2s;
  189. }
  190. .core_dialogue::-webkit-scrollbar-thumb {
  191. background-color: #929292;
  192. border-radius: 100px;
  193. }
  194. .core_dialogue::-webkit-scrollbar-thumb:hover {
  195. background-color: #bbb;
  196. }
  197. .core_dialogue::-webkit-scrollbar-corner {
  198. background-color: rgba(255, 255, 255, 0);
  199. }
  200. .select{ //活动申请填写信息区域
  201. width: 100%;
  202. box-sizing: border-box;
  203. .label{ //label标签
  204. min-width: 98px;
  205. margin-right: 5px;
  206. display: inline-block;
  207. text-align: justify;
  208. text-justify:distribute-all-lines;
  209. text-align-last: justify;
  210. transform: translate(0,22%);
  211. padding-right: 15px;
  212. font-size: 16px;
  213. }
  214. .inpBlock{ //一个个输入框小方块
  215. display: flex;
  216. margin-bottom: 15px;
  217. }
  218. .selectTop{
  219. width: 64.3%;
  220. display: flex;
  221. }
  222. .selectMid{
  223. display: flex;
  224. margin-top: 20px;
  225. .selectLeft{
  226. width: 30%;
  227. display: flex;
  228. flex-direction: column;
  229. margin-right: 70px;
  230. }
  231. .selectRight{
  232. width: 29%;
  233. height: 150px;
  234. display: flex;
  235. flex-direction: column;
  236. }
  237. }
  238. }
  239. .AppBar{ //横行的跳转导航栏
  240. display: flex;
  241. margin-top: 15px;
  242. margin-bottom: 20px;
  243. div{
  244. // width: 110px;
  245. cursor: pointer;
  246. font-weight: 550;
  247. font-size: 18px;
  248. margin-right: 20px;
  249. position: relative;
  250. }
  251. .AppBarActive::after{
  252. content: "";
  253. position: absolute;
  254. width: 100%;
  255. height: 4px;
  256. left: 0;
  257. top: 28px;
  258. border-radius: 2px;
  259. background: #2a7ea9;
  260. }
  261. // .pr1TitBass{
  262. // margin-top: 2px;
  263. // height: 4px;
  264. // border-radius: 2px;
  265. // width: 100%;
  266. // background: #2a7ea9;
  267. // }
  268. }
  269. .addMoneyBtn{ //自定义写的的添加框
  270. width: 120px;
  271. cursor: pointer;
  272. height: 40px;
  273. border: #000 1px dashed;
  274. border-radius: 5px;
  275. margin: 18px 10px 30px;
  276. display: flex;
  277. justify-content: center;
  278. line-height: 40px;
  279. font-size: 16px;
  280. .jia{
  281. border-radius: 50%;
  282. border: 1.5px #ccc solid;
  283. font-size: 25px;
  284. line-height: 26px;
  285. font-weight: 10;
  286. margin-top: 6px;
  287. margin-right: 5px;
  288. height: 27px;
  289. width: 27px;
  290. color: #ccc;
  291. }
  292. }
  293. .baseBtn{ //所有页面底部按钮框
  294. width: 100%;
  295. display: flex;
  296. justify-content: flex-end;
  297. margin: 30px 0;
  298. .blockWidth{
  299. display: flex;
  300. justify-content:space-between;
  301. [type='button']{
  302. background: #409eff !important;
  303. color: #fff !important;
  304. display: flex;
  305. justify-content: center;
  306. font-size: 16px;
  307. width: 120px;
  308. margin-left: 20px;
  309. height: 40px;
  310. align-items: center;
  311. }
  312. }
  313. }
  314. .twoStyle{ //左边两边对齐,右边靠右的靠右样式资金管理页面里的
  315. display: flex !important;
  316. justify-content: flex-end;
  317. }
  318. .AddMember{ //添加对话框
  319. .el-input__inner{
  320. width: 300px;
  321. }
  322. .el-dialog{
  323. width: 600px;
  324. border-radius: 5px;
  325. overflow: hidden;
  326. }
  327. .el-dialog__body{
  328. display: flex;
  329. align-items: center;
  330. flex-direction: column;
  331. }
  332. .el-dialog__header{
  333. background: #32455b;
  334. text-align: center;
  335. }
  336. .el-dialog__title{
  337. color: #fff;
  338. position: relative;
  339. top: -5px;
  340. font-size: 18px;
  341. }
  342. .littleBlock{ //添加对话框 label和input框
  343. display: flex;
  344. width: 70%;
  345. margin-top: 20px;
  346. .dialogLabel{ //label
  347. max-width: 60px;
  348. min-width: 65px;
  349. font-size: 16px;
  350. margin-right: 10px;
  351. display: inline-block;
  352. text-align: justify;
  353. text-justify:distribute-all-lines;
  354. text-align-last: justify;
  355. transform: translate(0,22%);
  356. }
  357. }
  358. .footer{
  359. width: 100%;
  360. display: flex;
  361. justify-content: center;
  362. [type="button"]{
  363. width: 150px;
  364. height: 35px;
  365. font-size: 16px;
  366. }
  367. }
  368. }
  369. .selects{ //一级页面搜索框,不包含项目管理、成果展示
  370. width: 100%;
  371. margin-top: 20px;
  372. display: flex;
  373. flex-wrap: wrap;
  374. margin-bottom: 20px;
  375. .selectsBlock{
  376. display: flex;
  377. margin-right: 30px;
  378. margin-bottom: 20px;
  379. }
  380. .selectLabel{
  381. width: 64px;
  382. font-size: 16px;
  383. margin-right: 10px;
  384. display: inline-block;
  385. font-weight:bolder;
  386. text-align: justify;
  387. text-justify:distribute-all-lines;
  388. text-align-last: justify;
  389. transform: translate(0,22%);
  390. }
  391. }
  392. .selectInp{// 一级页面搜索框 项目管理、成果展示
  393. display: flex;
  394. justify-content: space-between;
  395. margin-top: 20px;
  396. position: relative;
  397. width: 99%;
  398. .manageSelects{
  399. display: flex;
  400. flex-wrap: wrap;
  401. width: 80%;
  402. .selectsBlock{
  403. display: flex;
  404. margin-right: 30px;
  405. margin-bottom: 20px;
  406. }
  407. .selectLabel{
  408. width: 64px;
  409. font-size: 16px;
  410. margin-right: 10px;
  411. display: inline-block;
  412. font-weight:bolder;
  413. text-align: justify;
  414. text-justify:distribute-all-lines;
  415. text-align-last: justify;
  416. transform: translate(0,22%);
  417. }
  418. }
  419. .ProjectManagementQuery{
  420. display: flex;
  421. position: absolute;
  422. right: 0;
  423. .btn{
  424. font-size: 16px;
  425. margin-left: 10px;
  426. background: #2268bc;
  427. }
  428. }
  429. }
  430. .twoSelectInp{ //一级页面搜索框 创业公司登记、消息提示
  431. width: 100%;
  432. display: flex;
  433. justify-content: space-between;
  434. margin-top: 20px;
  435. margin-bottom: 10px;
  436. .selectTwo{
  437. display: flex;
  438. flex-wrap: wrap;
  439. width: 80%;
  440. .selectsBlock{
  441. margin-bottom: 5px;
  442. .btn2{
  443. font-size: 14px;
  444. margin-left: 10px;
  445. background: #2268bc;
  446. }
  447. }
  448. }
  449. }
  450. </style>