PersonalMaterial.vue 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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>企业全称:<input type="text" class="form-control" placeholder="请输入企业全称"><span>检测</span></div>
  14. </div>
  15. </div>
  16. <div class="not-open-store">
  17. <p><img src="/images/material/arrow-right-yellow.png" alt="">所属企业未开店</p>
  18. <div>
  19. <div class="fl">
  20. <img src="/images/material/car.png" alt="">
  21. <ul>
  22. <li>免费入驻 不赚差价</li>
  23. <li>库存寄售 极速上架</li>
  24. <li>定量广告 限时免费</li>
  25. </ul>
  26. </div>
  27. <div class="fr">
  28. <img src="/images/material/house.png" alt="">
  29. <div>
  30. <p>请点击下方按钮开设新的店铺</p>
  31. <span>开设新店铺</span>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </template>
  39. <style lang="scss" scoped>
  40. .personal-material {
  41. width: 1190px;
  42. margin: 0 auto;
  43. p {
  44. margin: 0;
  45. }
  46. a {
  47. color: #5078cb;
  48. }
  49. > a {
  50. line-height: 71px;
  51. position: relative;
  52. right: 105px;
  53. }
  54. .personal-material-header {
  55. height: 111px;
  56. line-height: 111px;
  57. border: 1px solid #ebeaea;
  58. position: relative;
  59. margin-bottom: 19px;
  60. p {
  61. color: #5078cb;
  62. font-size: 22px;
  63. text-align: center;
  64. i {
  65. margin-right: 20px;
  66. }
  67. }
  68. a {
  69. position: absolute;
  70. right: 11px;
  71. bottom: 14px;
  72. display: inline-block;
  73. line-height: normal;
  74. }
  75. }
  76. .personal-material-content {
  77. height: 593px;
  78. border: 1px solid #ebeaea;
  79. margin-bottom: 147px;
  80. padding: 0 95px;
  81. > div {
  82. padding: 0 50px;
  83. border-radius: 3px;
  84. > p {
  85. height: 81px;
  86. line-height: 81px;
  87. font-size: 16px;
  88. font-weight: bold;
  89. img {
  90. margin-right: 4px;
  91. }
  92. }
  93. }
  94. .is-open-store {
  95. padding-bottom: 29px;
  96. border-bottom: 1px solid #d5d5d5;
  97. > div {
  98. height: 140px;
  99. border: 1px solid #5078cb;
  100. p {
  101. font-weight: bold;
  102. font-size: 18px;
  103. margin: 26px 0;
  104. text-align: center;
  105. }
  106. div {
  107. text-align: center;
  108. input {
  109. width: 290px;
  110. display: inline-block;
  111. height: 30px;
  112. border: {
  113. top-left-radius: 3px;
  114. bottom-left-radius: 3px;
  115. top-right-radius: 0;
  116. bottom-right-radius: 0;
  117. }
  118. border-top-left-radius: 3px;
  119. border-bottom-left-radius: 3px;
  120. border: 1px solid #cdcdcd;
  121. margin-left: 10px;
  122. }
  123. span {
  124. display: inline-block;
  125. width: 87px;
  126. height: 30px;
  127. line-height: 31px;
  128. text-align: center;
  129. color: #fff;
  130. background: #5078cb;
  131. margin-left: -1px;
  132. border-top-right-radius: 3px;
  133. border-bottom-right-radius: 3px;
  134. }
  135. }
  136. }
  137. }
  138. .not-open-store {
  139. > div {
  140. height: 171px;
  141. border: 1px solid #ff8522;
  142. .fl {
  143. list-style: inside;
  144. color: #ff8522;
  145. height: 130px;
  146. width: 391px;
  147. margin-top: 25px;
  148. border-right: 1px dashed #fce3cf;
  149. img {
  150. margin: 11px 0 0 16px;
  151. }
  152. ul {
  153. list-style: inside;
  154. color: #ff8522;
  155. float: right;
  156. margin: 19px 61px 0 36px;
  157. li {
  158. margin-bottom: 20px;
  159. &:nth-child(2) {
  160. margin-left: 10px;
  161. }
  162. &:nth-child(3) {
  163. margin-left: 29px;
  164. }
  165. }
  166. }
  167. }
  168. .fr {
  169. width: 504px;
  170. img {
  171. margin: 45px 0 0 62px;
  172. }
  173. div {
  174. float: right;
  175. margin-right: 140px;
  176. margin-top: 44px;
  177. text-align: center;
  178. p {
  179. margin-bottom: 29px;
  180. }
  181. span {
  182. display: inline-block;
  183. width: 124px;
  184. height: 32px;
  185. color: #fff;
  186. font-size: 16px;
  187. text-align: center;
  188. line-height: 32px;
  189. background: #ff8522;
  190. border-radius: 3px;
  191. cursor: pointer;
  192. }
  193. }
  194. }
  195. }
  196. }
  197. }
  198. }
  199. </style>