@import url('@/base.less'); .businessProject_page { header { height: 102px; background-color: #dfecff; // TODO 0517 缺少背景图 background-image: url('../../../../public/home/business_line.svg'); background-repeat: no-repeat; background-position: center center; background-size: contain; border: 2px solid #ffffff; border-radius: 8px; box-shadow: 0px 4px 8px 0px rgba(0, 79, 178, 0.15); /* 左侧展示信息 */ .banner_left { & > li { margin-right: 72px; } .info_icon { width: 48px; height: 48px; margin-right: 16px; } .info_body { color: #666666; font-size: 14px; & > p { padding-bottom: 2px; line-height: 16px; } & > span { color: @primary_color; font-weight: bold; font-size: 32px; line-height: 38px; } } } /* 右侧图片 */ .banner_right { width: 194px; height: 100%; svg { position: relative; top: -20px; } } } /* 列表展示 & businessCard 组件样式 */ .ant-pro-list-row-card { padding-inline: 0; } .ant-pro-checkcard { margin-block-end: 0; } .bp_card_box { padding: 0 4px 16px 12px; .bp_card_body { position: relative; min-height: 194px; overflow: visible; background-image: url('../../../../public/home/business_card.png'); background-repeat: no-repeat; background-size: cover; border-radius: 4px; box-shadow: 0px 4px 8px 0px rgba(0, 79, 178, 0.15); } .ant-dropdown .ant-dropdown-menu, .ant-dropdown-menu-submenu .ant-dropdown-menu { color: #fff; background: rgba(0, 0, 0, 0.75); } /* 新建 */ .plus_icon { width: 32px; height: 32px; margin-bottom: 12px; .icon-tianjiafenlei { font-size: 24px; } } /* 卡片内容 */ .tag_box { position: absolute; top: 8px; width: 100px; margin-left: -6px; color: white; font-size: 12px; .bg_tag_info { top: 10px; left: -19px; z-index: 999999; width: 76px; height: 29px; line-height: 24px; text-align: center; background: url('../../../../public/home/business_tag.svg') no-repeat; background-size: contain; } } .logo_name { color: #333333; font-weight: bold; font-size: 16px; line-height: 22px; .icon_logo { display: inline-block; width: 48px; height: 48px; } } .main_info { .icon_box { display: inline-block; width: 16px; height: 16px; } .label_box { font-size: 14px; line-height: 22px; } } } }