ValidationFail.vue 3.8 KB

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