数字化园区前端项目
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Business.scss 9.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. .business[data-1664518006392] {
  2. background: #f9f9f9;
  3. .business-header {
  4. height: 210px;
  5. background: url("~@/assets/image/myRelated/headerBgc.png") no-repeat;
  6. background-size: 100% 100%;
  7. &.is-claimed {
  8. height: 500px;
  9. background: url("~@/assets/image/myRelated/businessClaimedBac.png")
  10. no-repeat;
  11. }
  12. .header-container {
  13. width: $wrapWidth;
  14. margin: 0 auto;
  15. .company-name {
  16. line-height: 110px;
  17. height: 110px;
  18. .company-span {
  19. @include font(24px, #fff);
  20. font-weight: bold;
  21. }
  22. .logout {
  23. @include font(16px, #fff);
  24. height: 20px;
  25. line-height: 20px;
  26. // box-sizing: border-box;
  27. padding: 5px 10px;
  28. background-image: linear-gradient(
  29. 135deg,
  30. #8592a2 0%,
  31. #728398 100%
  32. );
  33. border-radius: 15px;
  34. margin-top: 40px;
  35. margin-left: 20px;
  36. cursor: pointer;
  37. }
  38. .company-btn {
  39. @include font(16px, #fff);
  40. .btn-span {
  41. font-size: 16px;
  42. text-decoration: underline;
  43. margin-right: 10px;
  44. cursor: pointer;
  45. }
  46. img {
  47. position: relative;
  48. top: 1px;
  49. }
  50. }
  51. }
  52. .comany-info-box {
  53. height: 260px;
  54. background: #fff;
  55. box-sizing: border-box;
  56. padding: 30px;
  57. .main-img-box {
  58. width: 200px;
  59. height: 200px;
  60. margin-right: 20px;
  61. // background: green;
  62. img {
  63. width: 100%;
  64. height: 100%;
  65. }
  66. }
  67. .main-info {
  68. width: calc(100% - 220px);
  69. height: 200px;
  70. .main-title-box {
  71. height: 30px;
  72. line-height: 30px;
  73. .main-title {
  74. width: calc(100% - 120px);
  75. @include text-ellipsis();
  76. @include font(24px, #334a5f);
  77. }
  78. .main-icon {
  79. width: 100px;
  80. height: 30px;
  81. background-image: linear-gradient(
  82. 135deg,
  83. #8592a2 0%,
  84. #728398 100%
  85. );
  86. @include font(16px, #fff);
  87. border-radius: 15px;
  88. text-align: center;
  89. img {
  90. position: relative;
  91. top: 1px;
  92. }
  93. }
  94. }
  95. .main-tag-box {
  96. height: 20px;
  97. margin-top: 20px;
  98. overflow: hidden;
  99. .tag-span {
  100. box-sizing: border-box;
  101. height: 20px;
  102. padding: 0 8px;
  103. border-style: solid;
  104. border-width: 1px;
  105. border-image-source: linear-gradient(
  106. 135deg,
  107. #01d8ba 0%,
  108. #0086e7 100%
  109. );
  110. border-image-slice: 1;
  111. @include font(14px, #0086e7);
  112. margin-right: 10px;
  113. }
  114. }
  115. .main-other-info {
  116. height: 100px;
  117. background-color: #daeaf6;
  118. margin-top: 30px;
  119. box-sizing: border-box;
  120. padding-left: 20px;
  121. padding-top: 20px;
  122. .info-col {
  123. height: 30px;
  124. line-height: 30px;
  125. margin-bottom: 5px;
  126. @include font(14px, #637485);
  127. .value-span {
  128. color: #334a5f;
  129. font-weight: bold;
  130. }
  131. }
  132. }
  133. }
  134. }
  135. }
  136. }
  137. .body-container {
  138. width: $wrapWidth;
  139. margin: 0 auto;
  140. margin-top: 30px;
  141. .my-message-box {
  142. background: linear-gradient(to bottom, #cde8fb, #fff);
  143. color: #334a5f;
  144. box-sizing: border-box;
  145. padding: 28px 30px;
  146. .title {
  147. height: 40px;
  148. line-height: 43px;
  149. border-bottom: 1px solid #bcd8e9;
  150. .title-span {
  151. font-size: 18px;
  152. font-weight: bold;
  153. }
  154. .num-msg {
  155. font-size: 16px;
  156. }
  157. .more-icon {
  158. margin-top: 6px;
  159. cursor: pointer;
  160. z-index: 1;
  161. }
  162. }
  163. .msg-list {
  164. @include font(16px, #637485);
  165. margin-top: 10px;
  166. .msg-list-item {
  167. line-height: 35px;
  168. height: 35px;
  169. cursor: pointer;
  170. &:hover {
  171. color: #0070d2;
  172. font-weight: bold;
  173. }
  174. .icon {
  175. width: 15px;
  176. height: 15px;
  177. border-radius: 50%;
  178. box-sizing: border-box;
  179. border: 2px solid #0070d2;
  180. margin-right: 10px;
  181. margin-top: 11px;
  182. }
  183. .msg-text {
  184. width: calc(100% - 175px);
  185. @include text-ellipsis();
  186. }
  187. .msg-time {
  188. width: 145px;
  189. text-align: right;
  190. }
  191. }
  192. }
  193. }
  194. .tax-query-box {
  195. margin: 30px 0;
  196. background: #fff;
  197. .tax-content {
  198. margin-top: 20px;
  199. .tax-btn {
  200. text-align: center;
  201. }
  202. .tax-info {
  203. text-align: center;
  204. @include font(14px, #999);
  205. margin-top: 5px;
  206. }
  207. .tax-content-title {
  208. height: 50px;
  209. margin: 28px 0 22px 0;
  210. .tax-item {
  211. box-sizing: border-box;
  212. border-right: 1px solid #bcd8e9;
  213. padding-right: 40px;
  214. padding-left: 30px;
  215. &:last-child {
  216. border-right: 0;
  217. }
  218. &:first-child {
  219. padding-left: 0;
  220. }
  221. .tax-info-box {
  222. .tax-icon-box {
  223. width: 56px;
  224. height: 50px;
  225. box-sizing: border-box;
  226. padding-top: 3px;
  227. }
  228. .tax-right-content {
  229. width: calc(100% - 56px);
  230. height: 50px;
  231. .tax-right-title {
  232. @include font(16px, #637485);
  233. @include text-ellipsis();
  234. }
  235. .tax-right-value {
  236. @include font(16px, #334a5f);
  237. @include text-ellipsis();
  238. font-weight: bold;
  239. margin-top: 5px;
  240. line-height: 25px;
  241. }
  242. }
  243. }
  244. }
  245. }
  246. $tableBoderColor: #bcd8e9;
  247. .tax-tabel {
  248. width: 100%;
  249. $tableBoderColor: #bcd8e9;
  250. border-color: $tableBoderColor;
  251. &::before {
  252. background-color: $tableBoderColor;
  253. }
  254. &::after {
  255. background-color: $tableBoderColor;
  256. }
  257. th,
  258. td {
  259. border-color: $tableBoderColor;
  260. @include font(16px, #334a5f);
  261. box-sizing: border-box;
  262. padding-left: 15px;
  263. font-weight: normal;
  264. }
  265. }
  266. }
  267. }
  268. }
  269. .el-loading-spinner {
  270. top: 35vh;
  271. }
  272. }