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.

116 lines
2.7 KiB
SCSS

.computePowerAllocation_wrap {
// height: 100%;
// width: 100vw;
padding: 45px 32px;
// background-color: red;
// padding-top: calc(50vh - 330px - 48px);
.computePowerAllocation_body {
border-radius: 12px;
// background: rgba(21, 77, 221, 0.05);
// margin: 0 auto;
// background-color: red;
width: calc(100% - 28px * 2 - 32px * 2);
}
.banner_side {
width: 28px;
height: 870px;
background: url("@/assets/dataScreen/computePower/boxSide.svg") no-repeat
left center;
}
.banner_side_right {
transform: rotateY(180deg);
}
.computePower_header {
text-align: center;
position: relative;
height: 79px;
.title_side {
width: 22px;
height: 55px;
background: url("@/assets/dataScreen/computePower/bgTitleSide.svg")
no-repeat left center;
}
.title_right {
transform: rotateY(180deg);
}
& > span {
width: 272px;
height: 55px;
// position: absolute;
font-size: 28px;
line-height: 55px;
font-size: 28px;
font-weight: 700;
background: linear-gradient(to bottom, #ffffff 5%, #3397f4 99%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.computePower_banner {
padding: 0px 24px 0;
.banner_item_box {
padding-top: 99px;
}
.banner_left {
.banner_group {
padding-top: 24px;
& > li {
width: 316px;
height: 88px;
background-color: rgba(256, 256, 256, 0.1);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
border-radius: 8px 8px 8px 8px;
position: relative;
overflow: hidden;
.cp_bg_logo_icon {
min-width: 24px;
height: 26px;
background: url("@/assets/computePower/type1.svg") no-repeat 0 0;
}
.bg_banner_group_logo {
width: 316px;
height: 88px;
position: absolute;
background: url("@/assets/computePower/guoqi.svg") no-repeat 0 0;
background-size: cover;
opacity: 0.15;
}
.bg_banner_group_logo_1 {
background: url("@/assets/computePower/NVIDIA.svg");
}
}
}
}
.bg_banner_center {
width: 587px;
height: 592px;
background: url("@/assets/computePower/banner.png");
background-repeat: no-repeat;
background-size: contain;
}
.banner_right {
.computePowerCube_wrap {
padding: 16px;
// height: 400px;
border-radius: 8px;
// background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
}
}
.computePower_footer {
padding: 10px;
}
}