|
|
|
.businessProject_page {
|
|
|
|
header {
|
|
|
|
height: 102px;
|
|
|
|
background-color: #dfecff;
|
|
|
|
// background-image: url('../../../../public/home/business_banner_bg.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
border: 1px 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: #154ddd;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* 右侧图片 */
|
|
|
|
.banner_right {
|
|
|
|
width: 194px;
|
|
|
|
height: 100%;
|
|
|
|
svg {
|
|
|
|
position: relative;
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* 列表展示 & businessCard 组件样式 */
|
|
|
|
.bp_card_box {
|
|
|
|
position: relative;
|
|
|
|
min-height: 194px;
|
|
|
|
overflow: visible;
|
|
|
|
background: url('../../../../public/home/business_card.png') no-repeat;
|
|
|
|
background-size: cover;
|
|
|
|
border: 10px solid transparent;
|
|
|
|
border-radius: 4px;
|
|
|
|
.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: 16px;
|
|
|
|
}
|
|
|
|
/* 卡片内容 */
|
|
|
|
.tag_box {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
width: 100px;
|
|
|
|
// background-color: red;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|