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.
General-AI-Platform-Web-Client/src/views/computePowerAllocation/computePowerAllocation.scss

135 lines
3.4 KiB
SCSS

.computePowerAllocation_wrap {
height: 100%;
background-color: #ffffff;
10 months ago
// border-radius: 8px 8px 8px 8px;
border: 1px solid rgba(21, 77, 221, 0.2);
.computePowerAllocation_header {
box-sizing: border-box;
padding: 16px;
height: 62px;
font-family: Douyin Sans, Douyin Sans;
font-weight: bold;
font-size: 20px;
color: #333333;
border-bottom: 1px solid rgba(21, 77, 221, 0.2);
}
.computePowerAllocation_body {
/* header */
.head_info {
padding: 12px 16px;
background: url("@/assets/computePower/computePowerBg.png") no-repeat;
10 months ago
// background-size: 100% 100%;
background-size: cover;
border: 1px solid rgba(21, 77, 221, 0.1);
border-radius: 6px;
// font-size: 28px;
.bg_header_logo {
width: 80px;
height: 80px;
background: url("@/assets/computePower/banner.png");
background-repeat: no-repeat;
background-size: contain;
}
}
/* banner */
.banner_group {
padding-top: 24px;
& > li {
10 months ago
flex: 1;
margin-right: 16px;
height: 88px;
background-color: rgba(256, 256, 256, 0.1);
10 months ago
// box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
border-radius: 8px 8px 8px 8px;
10 months ago
border: 1px solid #154ddd;
position: relative;
overflow: hidden;
.cp_bg_logo_icon {
min-width: 24px;
height: 26px;
background: url("@/assets/computePower/type1.svg") no-repeat 0 0;
}
.cp_bg_logo_icon_0 {
width: 44px;
height: 16px;
background: url("@/assets/computePower/ruiyinweilogo1.svg") no-repeat
0 0;
}
.bg_banner_group_logo {
10 months ago
width: 100%;
height: 100%;
position: absolute;
10 months ago
background: url("@/assets/computePower/guoqi.svg") no-repeat 100% 0;
opacity: 0.1;
}
.bg_banner_group_logo_1 {
10 months ago
background: url("@/assets/computePower/NVIDIA.svg") no-repeat 100% 0;
}
}
10 months ago
& > li:last-child {
margin-right: 0;
}
}
/* footer */
}
.computePower_header {
text-align: center;
position: relative;
height: 46px;
& > span {
position: absolute;
line-height: 46px;
font-size: 24px;
font-weight: 700;
background: linear-gradient(180deg, #014be6 0%, #014be6 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.computePower_banner {
padding: 32px 32px 0;
.banner_left {
.banner_group {
& > li {
width: 266px;
height: 88px;
border-radius: 8px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
.bg_banner_group_logo {
width: 266px;
height: 166.25px;
top: -38px;
position: absolute;
left: 52px;
background: url("@/assets/computePower/computerTypeLogo.png")
no-repeat 0 0;
background-size: cover;
opacity: 0.05;
}
}
}
}
.banner_right {
.computePowerCube_wrap {
padding: 16px;
width: 266px;
height: 400px;
border-radius: 8px;
background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
}
}
}