index.vue 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <template>
  2. <div class="main">
  3. <div class="content">
  4. <img src="../../assets/logo/logo2.png"/>
  5. <router-link tag="div" :to="{name:'Member'}" class="content-btn">会员、理事证书、聘书查询</router-link>
  6. <router-link tag="div" :to="{name:'Train'}" class="content-btn">结业证书、学时证明查询</router-link>
  7. <router-link tag="div" :to="{name:'Profess'}" class="content-btn">专业能力证书查询</router-link>
  8. </div>
  9. </div>
  10. </template>
  11. <script>
  12. </script>
  13. <style lang="scss">
  14. .main{
  15. background-image: url("../../assets/images/img31.jpg");
  16. background-size: cover;
  17. height: 100%;
  18. }
  19. .content{
  20. border-radius: 6px;
  21. // background: #ffffff;
  22. width: 600px;
  23. padding: 25px 25px 5px 25px;
  24. position:fixed;
  25. top:50%;
  26. left:50%;
  27. transform: translate(-50%, -50%);
  28. img{
  29. width:100%
  30. }
  31. .content-btn{
  32. width:100%;
  33. height:50px;
  34. line-height:50px;
  35. text-align:center;
  36. background-color:#eeeef2;
  37. margin:20px 10px;
  38. border-radius:10px;
  39. }
  40. }
  41. body,html{
  42. height: 100vh;
  43. width: 100vw;
  44. }
  45. // .height100{
  46. // height: 100%;
  47. // }
  48. // .main {
  49. // text-align: left;
  50. // height: 100%;
  51. // width: 100%;
  52. // // margin: 100px auto;
  53. // // width: 500px;
  54. // // position: absolute;
  55. // // left: 50%;
  56. // // top: 50%;
  57. // // transform: translate(-50%, -50%);
  58. // }
  59. // .main-content{
  60. // width: 500px;
  61. // position: absolute;
  62. // left: 50%;
  63. // top: 50%;
  64. // transform: translate(-50%, -50%);
  65. // }
  66. // .img-box {
  67. // width: 360px;
  68. // height: 80px;
  69. // // background-color: brown;
  70. // text-align: center;
  71. // img{
  72. // height: 100%;
  73. // transform: scale(1.5);
  74. // }
  75. // }
  76. // .main-title {
  77. // width: 360px;
  78. // text-align: center;
  79. // }
  80. // .label-box {
  81. // display: flex;
  82. // align-items: center;
  83. // margin: 10px 0;
  84. // }
  85. // .label-title {
  86. // width: 150px;
  87. // line-height: 22px;
  88. // flex: 0 0 auto;
  89. // text-align: center;
  90. // }
  91. // .label-input {
  92. // line-height: 30px;
  93. // width: 210px;
  94. // border: 1px solid #50ac55;
  95. // padding-left: 10px;
  96. // box-sizing: border-box;
  97. // height: 45px;
  98. // line-height: 45px;
  99. // }
  100. // .label-must {
  101. // color: red;
  102. // }
  103. // .btn-box {
  104. // text-align: right;
  105. // }
  106. // .btn-box button {
  107. // width: 140px;
  108. // height: 40px;
  109. // margin: 10px;
  110. // }
  111. // .btn-reset {
  112. // background-color: #f1f2f3;
  113. // border: none;
  114. // }
  115. // .btn-search {
  116. // background-color: rgb(176,11,17);
  117. // color: white;
  118. // border: none;
  119. // }
  120. // .captcha-img {
  121. // width: 120px;
  122. // background: antiquewhite;
  123. // margin: auto;
  124. // height: 50px;
  125. // }
  126. // .activeSpan{
  127. // color: #50ac55;
  128. // }
  129. // .zs-title-img{
  130. // display: block;
  131. // margin: auto;
  132. // height: 75px;
  133. // transform: scale(1.7);
  134. // }
  135. // ::v-deep .el-dialog__body {
  136. // padding: 0px;
  137. // display: flex;
  138. // justify-content: center;
  139. // }
  140. // #pdfDom {
  141. // /* 要想pdf周边留白,要在这里设置 */
  142. // /* padding: 20px; */
  143. // width: 750px;
  144. // margin: auto;
  145. // }
  146. // .proBox {
  147. // background-size: cover;
  148. // width: 750px;
  149. // height: 525px;
  150. // padding: 40px 60px;
  151. // box-sizing: border-box;
  152. // margin: 0 auto;
  153. // position: relative;
  154. // color: #000;
  155. // font-family: 楷体;
  156. // font-size: 16px;
  157. // }
  158. // .proBox-img{
  159. // width: 750px;
  160. // height: 525px;
  161. // position: absolute;
  162. // top: 0;
  163. // left: 0;
  164. // }
  165. // .tit {
  166. // color: #000;
  167. // font-size: 22px;
  168. // font-weight: 700;
  169. // position: relative;
  170. // top: -6px;
  171. // left: 8px;
  172. // letter-spacing: 2px;
  173. // font-family: STHeiti;
  174. // margin: 10px 0;
  175. // text-align: center;
  176. // }
  177. // .proid {
  178. // text-align: right;
  179. // margin: 0;
  180. // font-weight: 500;
  181. // /* margin-right: 5px; */
  182. // }
  183. // .con {
  184. // font-size: 18px;
  185. // text-align: left;
  186. // margin: 10px 0;
  187. // line-height: 32px;
  188. // text-indent: 2em;
  189. // position: absolute;
  190. // bottom: 265px;
  191. // margin-top: 30px;
  192. // padding-right: 80px;
  193. // left: 88px;
  194. // }
  195. // .con-name {
  196. // margin-right: 10px;
  197. // margin-left: 10px;
  198. // font-size: 20px;
  199. // }
  200. // .heiti{
  201. // font-family:黑体 ;
  202. // }
  203. // .con-unit {
  204. // font-size: 20px;
  205. // font-weight: 700;
  206. // position: absolute;
  207. // right: 45px;
  208. // bottom: 100px;
  209. // z-index: 10;
  210. // text-align: center;
  211. // }
  212. // .con-unit p {
  213. // margin: 5px 0;
  214. // }
  215. // .con-footer {
  216. // position: absolute;
  217. // right: 0;
  218. // right: 45px;
  219. // bottom: 65px;
  220. // font-size: 10px;
  221. // z-index: 10;
  222. // }
  223. // .con-footer p{
  224. // margin: 0;
  225. // }
  226. // .chapter {
  227. // border-radius: 50%;
  228. // position: absolute;
  229. // bottom: 45px;
  230. // right: 40px;
  231. // }
  232. // .cert-msg{
  233. // font-size: 20px;
  234. // font-size: 15px;
  235. // position: absolute;
  236. // bottom: 50px;
  237. // left: 90px;
  238. // }
  239. // .foot-term{
  240. // position: absolute;
  241. // bottom: 160px;
  242. // left: 200px;
  243. // }
  244. // .foot-cert{
  245. // position: absolute;
  246. // bottom: 130px;
  247. // left: 200px;
  248. // }
  249. // .foot-date{
  250. // position: absolute;
  251. // bottom: 104px;
  252. // left: 200px;
  253. // }
  254. // .z10{
  255. // z-index: 10;
  256. // }
  257. // .z01{
  258. // z-index: 1;
  259. // }
  260. // .foot-pp{
  261. // position: absolute;
  262. // top: 273px;
  263. // left: 161px;
  264. // text-align: center;
  265. // line-height: 42px;
  266. // p{
  267. // margin: 0;
  268. // }
  269. // }
  270. @media screen and (max-width: 600px) {
  271. .content{
  272. width: 100%;padding: 10px;
  273. .content-btn{
  274. margin:10px 0
  275. }
  276. }
  277. }
  278. </style>