forgeplus-react/src/forge/SoftwareFactory/components/ProjectStatus/index.scss

216 lines
5.6 KiB
SCSS

.project-wrap {
width: 1920px;
height: 1080px;
// overflow-x: scroll;
background-image: url(../../img/bj2.png);
background-size: 100% 100%;
display: flex;
flex-direction: column;
.project-head {
display: flex;
padding-top: 50px;
padding-left: 36px;
.center-title-wrap {
position: relative;
img {
width: 308px;
}
.center-title {
position: absolute;
color: #fff;
font-family: "shuheiTi";
font-size: 28px;
line-height: 46px;
top: 0;
left: 28px;
letter-spacing: 3px;
}
.center-sub-title {
position: absolute;
font-family: FangSong;
color: #2648df;
font-size: 20px;
bottom: 0;
left: 60px;
width: 740px;
line-height: 20px;
}
}
.soft-title {
color: rgba(38, 72, 223, 1);
font-family: "shuheiTi";
font-size: 52px;
align-items: flex-start;
line-height: 52px;
padding-left: 24px;
}
}
.project-sub-t-wrap {
padding-top: 20px;
display: flex;
justify-content: center;
.project-sub-t {
width: 350px;
height: 54px;
background-color: rgba(39, 133, 214, 0.17);
border-radius: 2px 24px 2px 24px;
.project-sub-inner {
width: 350px;
height: 48px;
line-height: 48px;
background: #2648df;
border-radius: 2px 24px 2px 24px;
text-align: center;
font-size: 27px;
font-family: "alibaba";
color: #fff;
}
}
}
.project-bottom-wrap {
flex: 1;
padding-top: 11px;
background-image: url("../../img/bootm_bg.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: bottom;
.project-list-wrap {
display: flex;
flex-wrap: wrap;
padding: 0 35px;
.project-card-wrap {
.card-shadow {
position: absolute;
left: 0;
bottom: -62px;
height: 62px;
width: 354px;
// border-radius: 4px 4px 25px 4px;
}
.shadow-left{
// width:calc( 354px - 180px);
// left: 180px;
bottom: -30px;
height: 30px;
opacity: 46%;
border-bottom-right-radius: 6px;
background: linear-gradient(
-90deg,
rgba(38, 72, 223, 0.19) 0%,
rgba(255, 255, 255, 0) 52%
);
}
.shadow-center{
background: linear-gradient(
180deg,
rgba(38, 72, 223, 0.19) 0%,
rgba(255, 255, 255, 0) 52%
);
}
.shadow-right{
bottom: -30px;
height: 30px;
border-bottom-left-radius: 6px;
opacity: 46%;
background: linear-gradient(
90deg,
rgba(38, 72, 223, 0.19) 0%,
rgba(255, 255, 255, 0) 52%
);
}
position: relative;
width: 354px;
height: 353px;
background: linear-gradient(90.26deg, #2785d6 0.21%, #2648df 98.9%);
border-radius: 4px 25px 4px 4px;
margin-top: 20px;
padding: 0 15px;
.pro-title {
font-family: "alibaba";
color: #f6d8b0;
font-size: 27px;
line-height: 27px;
text-align: center;
padding-top: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pro-group {
display: flex;
width: 324px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
font-family: "alibabaReg";
border-radius: 6px;
background: linear-gradient(
91.3deg,
rgba(184, 198, 255, 0.22) 0%,
rgba(255, 255, 255, 0.22) 54.4%,
rgba(126, 149, 255, 0) 100%,
rgba(108, 135, 255, 0.31) 100%
);
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.8);
margin-top: 15px;
}
.pro-center {
padding-top: 12px;
display: flex;
.pro-center-item {
width: 104px;
height: 155px;
background: linear-gradient(90.98deg, #ffffff 2.78%, #d4ebff 98.6%);
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
padding: 15px 0;
.pro-center-name {
font-family: "alibabaReg";
color: #27254c;
font-size: 15px;
line-height: 21px;
height: 21px;
}
.pro-center-num {
font-family: "yousheTi";
color: #2648df;
font-size: 32px;
line-height: 42px;
height: 42px;
}
}
}
.pro-bottom {
display: flex;
justify-content: space-between;
padding: 14px 9px 0;
.pro-bottom-item {
color: rgba(255, 255, 255, 0.8);
font-family: "alibabaReg";
display: flex;
flex-direction: column;
align-items: center;
font-size: 15px;
.pro-bt-name {
line-height: 21px;
height: 21px;
}
.pro-bt-num {
font-family: "pangmen";
font-size: 26px;
color: #fff;
line-height: 26px;
padding-top: 5px;
}
}
}
}
}
}
}