You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.2 KiB
Plaintext
101 lines
2.2 KiB
Plaintext
1 year ago
|
.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 {
|
||
|
min-height: 194px;
|
||
|
background: url('../../../../public/home/business_card.png') no-repeat;
|
||
|
background-size: cover;
|
||
|
border-radius: 4px;
|
||
|
/* 新建 */
|
||
|
.plus_icon {
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
/* 卡片内容 */
|
||
|
.tag_box {
|
||
|
// position: absolute;
|
||
|
color: white;
|
||
|
font-size: 12px;
|
||
|
// left: -6px;
|
||
|
.bg_tag_info {
|
||
|
top: 0;
|
||
|
left: 8px;
|
||
|
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 {
|
||
|
color: #000000;
|
||
|
font-size: 14px;
|
||
|
line-height: 22px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|