PersonalMaterial.vue 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <template>
  2. <div class="personal-material">
  3. <a href="">&lt;返回上一层</a>
  4. <div class="personal-material-header">
  5. <p><i class="fa fa-exclamation-circle"></i>抱歉,您的账户未绑定企业,暂无卖家权限!</p>
  6. <a href="">查看申请记录</a>
  7. </div>
  8. <div class="personal-material-content">
  9. <div class="is-open-store">
  10. <p><img src="/images/material/arrow-right-blue.png" alt="">所属企业已开店</p>
  11. <div>
  12. <p>绑定企业</p>
  13. <div class="search-content">企业全称:<input type="text" class="form-control" placeholder="请输入企业全称"><span>检测</span></div>
  14. <!--<div class="result-content">
  15. <p>深圳市又软科技有限公司</p>
  16. <div class="result-text">
  17. <span>管理员</span>
  18. <span>李天线</span>
  19. </div>
  20. <div class="result-text">
  21. <span>营业执照号</span>
  22. <span>214124123123</span>
  23. </div>
  24. <a href="">申请绑定</a>
  25. <div class="result-remind">管理员审核通过后成功绑定</div>
  26. </div>-->
  27. <p class="no-result-content">
  28. 深圳市优软科技有限公司 <span>(未开店)</span>
  29. </p>
  30. </div>
  31. </div>
  32. <div class="not-open-store">
  33. <p><img src="/images/material/arrow-right-yellow.png" alt="">所属企业未开店</p>
  34. <div>
  35. <div class="fl">
  36. <img src="/images/material/car.png" alt="">
  37. <ul>
  38. <li>免费入驻 不赚差价</li>
  39. <li>库存寄售 极速上架</li>
  40. <li>定量广告 限时免费</li>
  41. </ul>
  42. </div>
  43. <div class="fr">
  44. <img src="/images/material/house.png" alt="">
  45. <div>
  46. <p>请点击下方按钮开设新的店铺</p>
  47. <span>开设新店铺</span>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="modal-wrap">
  54. </div>
  55. <!--<div class="com-del-box">
  56. <div class="title">
  57. <i></i>
  58. </div>
  59. <p><img src="/images/material/check.png" alt="">绑定申请提交成功!</p>
  60. <div class="result">审批结果将以短信通知,请保持手机通畅。</div>
  61. <div class="remind">弹窗将在 <span>5秒</span> 后自动关闭</div>
  62. </div>-->
  63. <div class="apply-record">
  64. <div class="title">申请记录 <img src="/images/material/apply-close.png" alt=""></div>
  65. <table>
  66. <thead>
  67. <tr>
  68. <th>企业名称</th>
  69. <th>管理员</th>
  70. <th>申请时间</th>
  71. <th>状态</th>
  72. </tr>
  73. </thead>
  74. <tbody>
  75. </tbody>
  76. </table>
  77. </div>
  78. </div>
  79. </template>
  80. <style lang="scss" scoped>
  81. .personal-material {
  82. width: 1190px;
  83. margin: 0 auto;
  84. p {
  85. margin: 0;
  86. }
  87. a {
  88. color: #5078cb;
  89. }
  90. > a {
  91. line-height: 71px;
  92. position: relative;
  93. right: 105px;
  94. }
  95. .personal-material-header {
  96. height: 111px;
  97. line-height: 111px;
  98. border: 1px solid #ebeaea;
  99. position: relative;
  100. margin-bottom: 19px;
  101. p {
  102. color: #5078cb;
  103. font-size: 22px;
  104. text-align: center;
  105. i {
  106. margin-right: 20px;
  107. }
  108. }
  109. a {
  110. position: absolute;
  111. right: 11px;
  112. bottom: 14px;
  113. display: inline-block;
  114. line-height: normal;
  115. }
  116. }
  117. .personal-material-content {
  118. height: 593px;
  119. border: 1px solid #ebeaea;
  120. margin-bottom: 147px;
  121. padding: 0 95px;
  122. > div {
  123. padding: 0 50px;
  124. border-radius: 3px;
  125. > p {
  126. height: 81px;
  127. line-height: 81px;
  128. font-size: 16px;
  129. font-weight: bold;
  130. img {
  131. margin-right: 4px;
  132. }
  133. }
  134. }
  135. .is-open-store {
  136. padding-bottom: 29px;
  137. border-bottom: 1px solid #d5d5d5;
  138. > div {
  139. min-height: 140px;
  140. border: 1px solid #5078cb;
  141. > p {
  142. font-weight: bold;
  143. font-size: 18px;
  144. margin: 26px 0;
  145. text-align: center;
  146. }
  147. .search-content {
  148. text-align: center;
  149. input {
  150. width: 290px;
  151. display: inline-block;
  152. height: 30px;
  153. border: {
  154. top-left-radius: 3px;
  155. bottom-left-radius: 3px;
  156. top-right-radius: 0;
  157. bottom-right-radius: 0;
  158. }
  159. border-top-left-radius: 3px;
  160. border-bottom-left-radius: 3px;
  161. border: 1px solid #cdcdcd;
  162. margin-left: 10px;
  163. }
  164. span {
  165. display: inline-block;
  166. width: 87px;
  167. height: 30px;
  168. line-height: 31px;
  169. text-align: center;
  170. color: #fff;
  171. background: #5078cb;
  172. margin-left: -1px;
  173. border-top-right-radius: 3px;
  174. border-bottom-right-radius: 3px;
  175. }
  176. }
  177. .result-content {
  178. padding: 0 0 0 221px;
  179. p {
  180. height: 41px;
  181. line-height: 41px;
  182. font-size: 16px;
  183. font-weight: bold;
  184. margin: 24px 0 0 0;
  185. width: 376px;
  186. border-bottom: 1px solid #e6e5e4;
  187. padding-left: 8px;
  188. }
  189. .result-text {
  190. padding-left: 8px;
  191. span {
  192. &:first-child {
  193. display: inline-block;
  194. width: 111px;
  195. color: #666;
  196. }
  197. }
  198. &:first-of-type {
  199. margin: 15px 0 21px 0;
  200. }
  201. }
  202. > a {
  203. display: inline-block;
  204. width: 201px;
  205. height: 40px;
  206. line-height: 40px;
  207. text-align: center;
  208. border-radius: 3px;
  209. background: #5078cb;
  210. color: #fff;
  211. margin: 37px 0 16px 130px;
  212. }
  213. .result-remind {
  214. margin: 0 0 18px 146px;
  215. color: #666;
  216. }
  217. }
  218. .no-result-content {
  219. font-size: 16px;
  220. margin: 26px 218px 38px 0;
  221. span {
  222. color: #f00707;
  223. font-weight: normal;
  224. }
  225. }
  226. }
  227. }
  228. .not-open-store {
  229. > div {
  230. height: 171px;
  231. border: 1px solid #ff8522;
  232. .fl {
  233. list-style: inside;
  234. color: #ff8522;
  235. height: 130px;
  236. width: 391px;
  237. margin-top: 25px;
  238. border-right: 1px dashed #fce3cf;
  239. img {
  240. margin: 11px 0 0 16px;
  241. }
  242. ul {
  243. list-style: inside;
  244. color: #ff8522;
  245. float: right;
  246. margin: 19px 61px 0 36px;
  247. li {
  248. margin-bottom: 20px;
  249. &:nth-child(2) {
  250. margin-left: 10px;
  251. }
  252. &:nth-child(3) {
  253. margin-left: 29px;
  254. }
  255. }
  256. }
  257. }
  258. .fr {
  259. width: 504px;
  260. img {
  261. margin: 45px 0 0 62px;
  262. }
  263. div {
  264. float: right;
  265. margin-right: 140px;
  266. margin-top: 44px;
  267. text-align: center;
  268. p {
  269. margin-bottom: 29px;
  270. }
  271. span {
  272. display: inline-block;
  273. width: 124px;
  274. height: 32px;
  275. color: #fff;
  276. font-size: 16px;
  277. text-align: center;
  278. line-height: 32px;
  279. background: #ff8522;
  280. border-radius: 3px;
  281. cursor: pointer;
  282. }
  283. }
  284. }
  285. }
  286. }
  287. }
  288. .com-del-box {
  289. text-align: center;
  290. -webkit-box-shadow: none;
  291. -moz-box-shadow: none;
  292. box-shadow: none;
  293. border-radius: 3px;
  294. > p {
  295. margin-top: 20px;
  296. margin-bottom: 10px;
  297. color: #5078cb;
  298. img {
  299. position: relative;
  300. bottom: 2px;
  301. margin-right: 8px;
  302. }
  303. }
  304. .result {
  305. color: #333;
  306. margin-bottom: 24px;
  307. }
  308. .remind {
  309. font-size: 12px;
  310. color: #666;
  311. span {
  312. color: #f40d0d;
  313. }
  314. }
  315. }
  316. .apply-record {
  317. position: fixed;
  318. top: 23%;
  319. left: 31%;
  320. z-index: 10;
  321. width: 577px;
  322. height: 239px;
  323. background: #fff;
  324. .title {
  325. height: 40px;
  326. line-height: 40px;
  327. text-align: center;
  328. font-size: 16px;
  329. color: #333;
  330. img {
  331. float: right;
  332. margin: 10px 11px 0 0;
  333. cursor: pointer;
  334. }
  335. }
  336. }
  337. }
  338. </style>