ValidationFail.vue 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. <template>
  2. <div class="validation">
  3. <div class="container">
  4. <div class="content">
  5. <div class="content-bottom">
  6. <p class="passed"><img src="/images/all/times.png" alt=""/>链接已失效</p>
  7. <span class="close-tip">邮箱链接因超时未点击或其他原因已失效,请重新验证!</span>
  8. <div class="close-btn" @click="goCloudCenter">返回云中心</div>
  9. </div>
  10. </div>
  11. </div>
  12. </div>
  13. </template>
  14. <script>
  15. export default {
  16. name: 'validation',
  17. methods: {
  18. // 跳转至云中心页面
  19. goCloudCenter () {
  20. if (this.$route.query.returnURL) {
  21. window.location.href = decodeURIComponent(this.$route.query.returnURL)
  22. } else {
  23. this.$router.push('/cloudcenter')
  24. }
  25. }
  26. }
  27. }
  28. </script>
  29. <style lang="scss" scoped>
  30. .validation {
  31. margin: 0 auto;
  32. width: 100%;
  33. background: #eee;
  34. .container{
  35. padding-top: 50px;
  36. margin: 0 auto;
  37. width: 980px;
  38. text-align: center;
  39. .content{
  40. padding: 0 50px;
  41. margin: 50px auto 0;
  42. width: 100%;
  43. /*height: 540px;*/
  44. text-align: center;
  45. background: #fff;
  46. .content-bottom{
  47. margin: 0 auto;
  48. padding-bottom: 50px;
  49. width: 360px;
  50. div.warp{
  51. padding-bottom: 65px;
  52. }
  53. p{
  54. font-size: 24px;
  55. color: #323232;
  56. img{
  57. margin-right: 20px;
  58. width: 30px;
  59. height: 28px;
  60. }
  61. }
  62. p.pass{
  63. font-size: 24px;
  64. color: #e77405;
  65. img{
  66. height: 30px;
  67. }
  68. }
  69. p.passed {
  70. padding-top: 50px;
  71. color: #e77405;
  72. img{
  73. height: 30px;
  74. }
  75. }
  76. span{
  77. display: inline-block;
  78. font-size: 14px;
  79. color: #8b8b8b;
  80. }
  81. span.close-tip{
  82. margin: 15px 0 140px 0;
  83. }
  84. .close-btn{
  85. margin: 0 auto;
  86. width: 200px;
  87. height: 36px;
  88. line-height: 36px;
  89. font-size: 14px;
  90. text-align: center;
  91. color: #323232;
  92. border: 1px solid #d2d2d2;
  93. border-radius: 3px;
  94. cursor: pointer ;
  95. }
  96. span.use{
  97. display: inline-block;
  98. margin-bottom: 30px;
  99. width: 360px;
  100. font-size: 14px;
  101. color: #000;
  102. text-align: left;
  103. em{
  104. font-size: 14px;
  105. font-style: normal;
  106. color: #000;
  107. }
  108. }
  109. .form-group {
  110. margin: 0 auto 16px;
  111. position: relative;
  112. width: 360px;
  113. height: 44px;
  114. line-height: 44px;
  115. input{
  116. padding: 0 0 0 18px;
  117. width: 360px;
  118. height: 44px;
  119. line-height: 44px;
  120. font-size: 14px;
  121. color: #000;
  122. border-radius: 0;
  123. }
  124. input.msg{
  125. float: left;
  126. width: 210px;
  127. padding: 0 0 0 18px;
  128. height: 44px;
  129. line-height: 44px;
  130. font-size: 14px;
  131. color: #000;
  132. border-radius: 0;
  133. }
  134. span.msg{
  135. float: right;
  136. margin: 0;
  137. width: 130px;
  138. height: 44px;
  139. line-height: 44px;
  140. text-align: center ;
  141. font-size: 14px;
  142. color: #5a5a5a;
  143. background: #f4f4f4;
  144. border: 1px solid #dcdcdc;
  145. cursor: pointer;
  146. }
  147. span.msg.send{
  148. background: #d2d2d2;
  149. color: #fff;
  150. }
  151. }
  152. .btn {
  153. margin: 34px 0 10px 0;
  154. width: 360px;
  155. height: 44px;
  156. line-height: 44px;
  157. font-size: 16px;
  158. color: #fff;
  159. background: #0076AD;
  160. border-radius: 3px;
  161. }
  162. }
  163. .choose{
  164. margin: 155px auto 0;
  165. padding-bottom: 44px;
  166. div{
  167. padding: 0 15px;
  168. margin: 0 auto 16px;
  169. width: 360px;
  170. height: 60px;
  171. line-height: 60px;
  172. text-align: left;
  173. overflow: hidden;
  174. border: 1px solid #d2d2d2;
  175. cursor: pointer;
  176. &:hover,&.active{
  177. border-color: #0076ad;
  178. span{
  179. color: #0076ad;
  180. }
  181. i.second {
  182. color: #0076ad;
  183. }
  184. }
  185. img.first{
  186. float: left;
  187. margin: 24px 20px 0 0;
  188. font-size: 20px;
  189. color: #323232;
  190. }
  191. img.first.mob{
  192. margin: 22px 20px 0 5px;
  193. font-size: 28px;
  194. }
  195. i.second {
  196. float: right;
  197. margin: 20px 0 0 5px;
  198. font-size: 20px;
  199. color: #323232;
  200. }
  201. span{
  202. float: left;
  203. font-size: 14px;
  204. color: #323232;
  205. }
  206. }
  207. }
  208. a.return{
  209. position: absolute;
  210. left: 0;
  211. top: -15px;
  212. img{
  213. width: 34px !important;
  214. height: 34px !important;
  215. }
  216. }
  217. }
  218. }
  219. }
  220. </style>