selectpc.blade.php 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>大卫博士-代理商授权查询</title>
  7. <script src="/selectstatic/js/vue@2.6.12.js"></script>
  8. <script src="/selectstatic/js/axios.min.js"></script>
  9. <script src="/selectstatic/js/pxtorem.js"></script>
  10. <style>
  11. * {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. html, body, .container{
  16. width: 100%;
  17. height: 100%;
  18. user-select: none;
  19. overflow: hidden;
  20. }
  21. .container {
  22. background-image: url(/img/bg.png);
  23. background-repeat: no-repeat;
  24. background-size: cover;
  25. background-position: center;
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. position: relative;
  30. }
  31. .LoginContainer {
  32. position: absolute;
  33. top: 50%;
  34. right: -5.36rem;
  35. width: 15.08rem;
  36. height: 15.08rem;
  37. border-radius: 50%;
  38. background: #ffffff;
  39. transform: translateY(-50%);
  40. }
  41. .Login-show {
  42. position: absolute;
  43. left: 0;
  44. top: 50%;
  45. transform: translateY(-50%);
  46. width: 9.72rem;
  47. }
  48. .Login-brand> p:nth-of-type(1) {
  49. text-align: right;
  50. color: #333333;
  51. font-size: 0.46rem;
  52. margin-bottom: 0.05rem;
  53. font-weight: 500;
  54. }
  55. .Login-brand> p:nth-of-type(2) {
  56. color: #F5321D;
  57. font-size: 0.32rem;
  58. text-align: right;
  59. opacity: 0.3;
  60. }
  61. .Login-body {
  62. position: absolute;
  63. top: 50%;
  64. left: 0;
  65. transform: translateY(-50%);
  66. padding: 0.50rem 0.50rem 0.50rem 2.15rem;
  67. box-sizing: border-box;
  68. height: 100%;
  69. width: 100%;
  70. display: flex;
  71. flex-direction: column;
  72. justify-content: flex-start;
  73. }
  74. .Login-title {
  75. width: 5.84rem;
  76. text-align: center;
  77. color: #333333;
  78. font-size: 0.68rem;
  79. font-weight: 500;
  80. text-align: center;
  81. margin-bottom: 0.05rem;
  82. }
  83. .Login-desc {
  84. width: 5.84rem;
  85. text-align: center;
  86. color: #333333;
  87. font-size: 0.34rem;
  88. font-weight: 400;
  89. text-align: center;
  90. margin-bottom: 0.60rem;
  91. }
  92. .login-input {
  93. width: 5.84rem;
  94. height: 0.90rem;
  95. line-height: 0.90rem;
  96. text-align: center;
  97. font-size: 0.28rem;
  98. border: 2px solid #F53C1E !important;
  99. border-radius: 4px;
  100. outline-color: #F53C1E !important;
  101. box-sizing: border-box;
  102. margin-bottom: 0.33rem;
  103. }
  104. .Login-btn {
  105. width: 5.84rem;
  106. height: 0.90rem;
  107. line-height: 0.90rem;
  108. text-align: center;
  109. color: #FFFFFF;
  110. font-size: 0.27rem;
  111. background: #F53C1E;
  112. border-radius: 4px;
  113. cursor: pointer;
  114. margin-bottom: 0.36rem;
  115. }
  116. .Login-tip {
  117. width: 5.84rem;
  118. text-align: center;
  119. color: #EA4A41;
  120. font-size: 0.20rem;
  121. text-align: center;
  122. }
  123. .Login-info {
  124. display: flex;
  125. align-items: flex-start;
  126. justify-content: flex-start;
  127. flex-direction: column;
  128. margin-top: 1.00rem;
  129. }
  130. .BrandContainer {
  131. padding-top: 1.40rem;
  132. padding-left: 0.80rem;
  133. padding-bottom: 0.30rem;
  134. height: 100%;
  135. box-sizing: border-box;
  136. display: flex;
  137. align-items: flex-start;
  138. justify-content: space-between;
  139. flex-direction: column;
  140. }
  141. .Brand-logo {
  142. display: block;
  143. height: 2.12rem;
  144. }
  145. .Brand-chengnuo {
  146. display: block;
  147. height: 3.73rem;
  148. margin-left: 0.50rem;
  149. }
  150. .Brand-start {
  151. width: calc(100% + 0.80rem);
  152. color: #ffffff;
  153. font-size: 0.18rem;
  154. text-align: right;
  155. margin-right: -0.20rem;
  156. }
  157. .Search-info {
  158. width: 5.52rem;
  159. margin-top: 0.30rem;
  160. }
  161. .Search-account {
  162. color: #333333;
  163. font-size: 0.24rem;
  164. margin-bottom: 0.20rem;
  165. text-align: center;
  166. width: 100%;
  167. }
  168. .Search-fixed-title {
  169. color: #F53C1E;
  170. font-size: 0.46rem;
  171. margin-bottom: 0.27rem;
  172. text-align: center;
  173. width: 100%;
  174. }
  175. .Search-fixed-desc {
  176. color: #333333;
  177. width: 80%;
  178. text-align: center;
  179. height: 0.25rem;
  180. font-size: 0.24rem;
  181. line-height: 0.25rem;
  182. background-image: url(/selectstatic/img/fixed_bg.png);
  183. background-size: 100% auto;
  184. background-position: center;
  185. background-repeat: no-repeat;
  186. margin: 0 auto;
  187. margin-bottom: 0.27rem;
  188. }
  189. .Member-info {
  190. width: 100%;
  191. list-style: none;
  192. margin-bottom: 0.40rem;
  193. }
  194. .Member-info>li {
  195. width: 100%;
  196. height: 0.70rem;
  197. display: flex;
  198. align-items: center;
  199. justify-content: space-between;
  200. border-bottom: 1px solid #EEEEEE;
  201. color: #333333;
  202. font-size: 0.28rem;
  203. }
  204. .Member-info>li .spec {
  205. color: #F53C1E;
  206. }
  207. .Secrch-see {
  208. width: 100%;
  209. height: 0.85rem;
  210. border-radius: 4px;
  211. color: #FFFFFF;
  212. font-size: 0.28rem;
  213. cursor: pointer;
  214. line-height: 0.85rem;
  215. text-align: center;
  216. background: #F53C1E;
  217. letter-spacing: 3px;
  218. }
  219. </style>
  220. </head>
  221. <body>
  222. <div id="app" class="container">
  223. <div class="BrandContainer">
  224. <img src="/selectstatic/img/logo.png" alt="" class="Brand-logo">
  225. <img src="/selectstatic/img/chengnuo.png" alt="" class="Brand-chengnuo">
  226. <img src="/selectstatic/img/chengnuo.png" alt="" class="Brand-chengnuo">
  227. <p class="Brand-start">不变的承诺始于2014:90天——366天穿了不满意全额退款</p>
  228. </div>
  229. <div class="LoginContainer" ref="login">
  230. <div class="Login-show" :style="`height:${screenH}px`">
  231. <div class="Login-body">
  232. <div class="Login-brand">
  233. <p>大卫博士</p>
  234. <p>Dr. David</p>
  235. </div>
  236. <div v-if="!status" class="Login-info">
  237. <p class="Login-title">代理商授权查询</p>
  238. <p class="Login-desc">Authorization query</p>
  239. <input v-model="phone" type="text" placeholder="请输入代理商手机号" class="login-input">
  240. <p class="Login-btn" @click="toSearch">立即查询</p>
  241. <p class="Login-tip">未查询到代理商信息,请勿轻易转款,谨防受骗受骗</p>
  242. </div>
  243. <div v-else class="Login-info Search-info">
  244. <p class="Search-account">账户{{ phone }}是</p>
  245. <p class="Search-fixed-title">大卫博士授权代理商</p>
  246. <p class="Search-fixed-desc">代理信息</p>
  247. <ul class="Member-info">
  248. <li>
  249. <p>级别:</p>
  250. <p>{{ memberInfo.level }}</p>
  251. </li>
  252. <li>
  253. <p>昵称:</p>
  254. <p>{{ memberInfo.wechat }}</p>
  255. </li>
  256. <li>
  257. <p>姓名:</p>
  258. <p>{{ memberInfo.realname }}</p>
  259. </li>
  260. <li>
  261. <p>身份证号:</p>
  262. <p>{{ memberInfo.num | showCradNum }}</p>
  263. </li>
  264. <li>
  265. <p>授权状态</p>
  266. <p :class="memberInfo.status === 1 ? 'spec' : ''">{{ memberInfo.status === 1 ? '已授权' : '已过期' }}</p>
  267. </li>
  268. </ul>
  269. <p class="Secrch-see" @click="toSeeAuth">查看授权书</p>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. </div>
  275. </body>
  276. <script src="{{ asset('/selectstatic/js/app.js') }}" defer></script>
  277. </html>