|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
.computePowerAllocation_wrap {
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
border-radius: 8px 8px 8px 8px;
|
|
|
|
|
// border-radius: 8px 8px 8px 8px;
|
|
|
|
|
border: 1px solid rgba(21, 77, 221, 0.2);
|
|
|
|
|
.computePowerAllocation_header {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
@ -18,7 +18,10 @@
|
|
|
|
|
.head_info {
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
background: url("@/assets/computePower/computePowerBg.png") no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
// 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;
|
|
|
|
@ -32,10 +35,11 @@
|
|
|
|
|
.banner_group {
|
|
|
|
|
padding-top: 24px;
|
|
|
|
|
& > li {
|
|
|
|
|
width: 306px;
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
height: 88px;
|
|
|
|
|
background-color: rgba(256, 256, 256, 0.1);
|
|
|
|
|
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
// box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 8px 8px 8px 8px;
|
|
|
|
|
border: 1px solid #154ddd;
|
|
|
|
|
position: relative;
|
|
|
|
@ -53,17 +57,19 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg_banner_group_logo {
|
|
|
|
|
width: 316px;
|
|
|
|
|
height: 88px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
background: url("@/assets/computePower/guoqi.svg") no-repeat 0 0;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background: url("@/assets/computePower/guoqi.svg") no-repeat 100% 0;
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
.bg_banner_group_logo_1 {
|
|
|
|
|
background: url("@/assets/computePower/NVIDIA.svg");
|
|
|
|
|
background: url("@/assets/computePower/NVIDIA.svg") no-repeat 100% 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
& > li:last-child {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* footer */
|
|
|
|
|