index.vue 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <template>
  2. <div class="main">
  3. <div>
  4. <router-view></router-view>
  5. </div>
  6. </div>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="scss">
  11. .main {
  12. text-align: left;
  13. height: 100%;
  14. width: 100%;
  15. // margin: 100px auto;
  16. // width: 500px;
  17. // position: absolute;
  18. // left: 50%;
  19. // top: 50%;
  20. // transform: translate(-50%, -50%);
  21. }
  22. .main-content{
  23. width: 500px;
  24. position: absolute;
  25. left: 50%;
  26. top: 50%;
  27. transform: translate(-50%, -50%);
  28. }
  29. .img-box {
  30. width: 360px;
  31. height: 80px;
  32. // background-color: brown;
  33. text-align: center;
  34. img{
  35. height: 100%;
  36. transform: scale(1.5);
  37. }
  38. }
  39. .main-title {
  40. width: 360px;
  41. text-align: center;
  42. }
  43. .label-box {
  44. display: flex;
  45. align-items: center;
  46. margin: 10px 0;
  47. }
  48. .label-title {
  49. width: 150px;
  50. line-height: 22px;
  51. flex: 0 0 auto;
  52. text-align: center;
  53. }
  54. .label-input {
  55. line-height: 30px;
  56. width: 210px;
  57. border: 1px solid #50ac55;
  58. padding-left: 10px;
  59. box-sizing: border-box;
  60. height: 45px;
  61. line-height: 45px;
  62. }
  63. .label-must {
  64. color: red;
  65. }
  66. .btn-box {
  67. text-align: right;
  68. }
  69. .btn-box button {
  70. width: 140px;
  71. height: 40px;
  72. margin: 10px;
  73. }
  74. .btn-reset {
  75. background-color: #f1f2f3;
  76. border: none;
  77. }
  78. .btn-search {
  79. background-color: rgb(176,11,17);
  80. color: white;
  81. border: none;
  82. }
  83. .captcha-img {
  84. width: 120px;
  85. background: antiquewhite;
  86. margin: auto;
  87. height: 50px;
  88. }
  89. .activeSpan{
  90. color: #50ac55;
  91. }
  92. .zs-title-img{
  93. display: block;
  94. margin: auto;
  95. height: 75px;
  96. transform: scale(1.7);
  97. }
  98. ::v-deep .el-dialog__body {
  99. padding: 0px;
  100. display: flex;
  101. justify-content: center;
  102. }
  103. #pdfDom {
  104. /* 要想pdf周边留白,要在这里设置 */
  105. /* padding: 20px; */
  106. width: 750px;
  107. margin: auto;
  108. }
  109. .proBox {
  110. /* background: url("../assets/Appointment_page-0001.jpg") no-repeat; */
  111. background-size: cover;
  112. width: 750px;
  113. height: 525px;
  114. /* padding: 90px 94px; */
  115. padding: 40px 60px;
  116. box-sizing: border-box;
  117. margin: 0 auto;
  118. position: relative;
  119. color: #000;
  120. font-family: 楷体;
  121. font-size: 16px;
  122. }
  123. .tit {
  124. color: #000;
  125. /* color: #892f27; */
  126. /* font-size: 36px; */
  127. font-size: 22px;
  128. font-weight: 700;
  129. position: relative;
  130. top: -6px;
  131. left: 8px;
  132. letter-spacing: 2px;
  133. font-family: STHeiti;
  134. margin: 10px 0;
  135. text-align: center;
  136. }
  137. .proid {
  138. text-align: right;
  139. margin: 0;
  140. font-weight: 500;
  141. /* margin-right: 5px; */
  142. }
  143. .con {
  144. font-size: 20px;
  145. /* font-weight: 700; */
  146. text-align: left;
  147. margin: 10px 0;
  148. line-height: 32px;
  149. text-indent: 2em;
  150. position: absolute;
  151. /* top: 129px; */
  152. bottom: 265px;
  153. }
  154. .con-name {
  155. font-family:黑体 ;
  156. margin-right: 10px;
  157. font-size: 24px;
  158. }
  159. .con-unit {
  160. font-size: 20px;
  161. font-weight: 700;
  162. position: absolute;
  163. right: 45px;
  164. bottom: 100px;
  165. z-index: 10;
  166. text-align: center;
  167. /* letter-spacing: 2px; */
  168. }
  169. .con-unit p {
  170. margin: 5px 0;
  171. }
  172. .con-footer {
  173. position: absolute;
  174. right: 0;
  175. right: 45px;
  176. bottom: 65px;
  177. font-size: 10px;
  178. z-index: 10;
  179. }
  180. .con-footer p{
  181. margin: 0;
  182. }
  183. .chapter {
  184. border-radius: 50%;
  185. position: absolute;
  186. bottom: 45px;
  187. right: 40px;
  188. }
  189. .cert-msg{
  190. font-size: 20px;
  191. font-size: 15px;
  192. position: absolute;
  193. bottom: 50px;
  194. left: 90px;
  195. }
  196. .foot-term{
  197. position: absolute;
  198. bottom: 124px;
  199. left: 175px;
  200. }
  201. .foot-cert{
  202. position: absolute;
  203. bottom: 94px;
  204. left: 175px;
  205. }
  206. .foot-date{
  207. position: absolute;
  208. bottom: 64px;
  209. left: 175px;
  210. }
  211. </style>