123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- .business[data-1664518006392] {
- background: #f9f9f9;
- .business-header {
- height: 210px;
- background: url("~@/assets/image/myRelated/headerBgc.png") no-repeat;
- background-size: 100% 100%;
- &.is-claimed {
- height: 500px;
- background: url("~@/assets/image/myRelated/businessClaimedBac.png")
- no-repeat;
- }
- .header-container {
- width: $wrapWidth;
- margin: 0 auto;
- .company-name {
- line-height: 110px;
- height: 110px;
- .company-span {
- @include font(24px, #fff);
- font-weight: bold;
- }
- .logout {
- @include font(16px, #fff);
- height: 20px;
- line-height: 20px;
- // box-sizing: border-box;
- padding: 5px 10px;
- background-image: linear-gradient(
- 135deg,
- #8592a2 0%,
- #728398 100%
- );
- border-radius: 15px;
- margin-top: 40px;
- margin-left: 20px;
- cursor: pointer;
- }
- .company-btn {
- @include font(16px, #fff);
- .btn-span {
- font-size: 16px;
- text-decoration: underline;
- margin-right: 10px;
- cursor: pointer;
- }
- img {
- position: relative;
- top: 1px;
- }
- }
- }
- .comany-info-box {
- height: 260px;
- background: #fff;
- box-sizing: border-box;
- padding: 30px;
- .main-img-box {
- width: 200px;
- height: 200px;
- margin-right: 20px;
- // background: green;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .main-info {
- width: calc(100% - 220px);
- height: 200px;
- .main-title-box {
- height: 30px;
- line-height: 30px;
- .main-title {
- width: calc(100% - 120px);
- @include text-ellipsis();
- @include font(24px, #334a5f);
- }
- .main-icon {
- width: 100px;
- height: 30px;
- background-image: linear-gradient(
- 135deg,
- #8592a2 0%,
- #728398 100%
- );
- @include font(16px, #fff);
- border-radius: 15px;
- text-align: center;
- img {
- position: relative;
- top: 1px;
- }
- }
- }
- .main-tag-box {
- height: 20px;
- margin-top: 20px;
- overflow: hidden;
- .tag-span {
- box-sizing: border-box;
- height: 20px;
- padding: 0 8px;
- border-style: solid;
- border-width: 1px;
- border-image-source: linear-gradient(
- 135deg,
- #01d8ba 0%,
- #0086e7 100%
- );
- border-image-slice: 1;
- @include font(14px, #0086e7);
- margin-right: 10px;
- }
- }
- .main-other-info {
- height: 100px;
- background-color: #daeaf6;
- margin-top: 30px;
- box-sizing: border-box;
- padding-left: 20px;
- padding-top: 20px;
- .info-col {
- height: 30px;
- line-height: 30px;
- margin-bottom: 5px;
- @include font(14px, #637485);
- .value-span {
- color: #334a5f;
- font-weight: bold;
- }
- }
- }
- }
- }
- }
- }
- .body-container {
- width: $wrapWidth;
- margin: 0 auto;
- margin-top: 30px;
- .my-message-box {
- background: linear-gradient(to bottom, #cde8fb, #fff);
- color: #334a5f;
- box-sizing: border-box;
- padding: 28px 30px;
- .title {
- height: 40px;
- line-height: 43px;
- border-bottom: 1px solid #bcd8e9;
- .title-span {
- font-size: 18px;
- font-weight: bold;
- }
- .num-msg {
- font-size: 16px;
- }
- .more-icon {
- margin-top: 6px;
- cursor: pointer;
- z-index: 1;
- }
- }
- .msg-list {
- @include font(16px, #637485);
- margin-top: 10px;
- .msg-list-item {
- line-height: 35px;
- height: 35px;
- cursor: pointer;
- &:hover {
- color: #0070d2;
- font-weight: bold;
- }
- .icon {
- width: 15px;
- height: 15px;
- border-radius: 50%;
- box-sizing: border-box;
- border: 2px solid #0070d2;
- margin-right: 10px;
- margin-top: 11px;
- }
- .msg-text {
- width: calc(100% - 175px);
- @include text-ellipsis();
- }
- .msg-time {
- width: 145px;
- text-align: right;
- }
- }
- }
- }
- .tax-query-box {
- margin: 30px 0;
- background: #fff;
- .tax-content {
- margin-top: 20px;
- .tax-btn {
- text-align: center;
- }
- .tax-info {
- text-align: center;
- @include font(14px, #999);
- margin-top: 5px;
- }
- .tax-content-title {
- height: 50px;
- margin: 28px 0 22px 0;
- .tax-item {
- box-sizing: border-box;
- border-right: 1px solid #bcd8e9;
- padding-right: 40px;
- padding-left: 30px;
- &:last-child {
- border-right: 0;
- }
- &:first-child {
- padding-left: 0;
- }
- .tax-info-box {
- .tax-icon-box {
- width: 56px;
- height: 50px;
- box-sizing: border-box;
- padding-top: 3px;
- }
- .tax-right-content {
- width: calc(100% - 56px);
- height: 50px;
- .tax-right-title {
- @include font(16px, #637485);
- @include text-ellipsis();
- }
- .tax-right-value {
- @include font(16px, #334a5f);
- @include text-ellipsis();
- font-weight: bold;
- margin-top: 5px;
- line-height: 25px;
- }
- }
- }
- }
- }
- $tableBoderColor: #bcd8e9;
- .tax-tabel {
- width: 100%;
- $tableBoderColor: #bcd8e9;
- border-color: $tableBoderColor;
- &::before {
- background-color: $tableBoderColor;
- }
- &::after {
- background-color: $tableBoderColor;
- }
- th,
- td {
- border-color: $tableBoderColor;
- @include font(16px, #334a5f);
- box-sizing: border-box;
- padding-left: 15px;
- font-weight: normal;
- }
- }
- }
- }
- }
- .el-loading-spinner {
- top: 35vh;
- }
- }
|