|
|
@@ -88,6 +88,7 @@ div {
|
|
|
width: 100%;
|
|
|
height: calc(100% - 70px);
|
|
|
display: grid;
|
|
|
+ grid-template-rows: 5fr 8fr 11fr;
|
|
|
gap: 10px;
|
|
|
}
|
|
|
.LeftBox .card {
|
|
|
@@ -198,7 +199,7 @@ div {
|
|
|
color: #2cb7e0;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
-.LeftBox .commonBack {
|
|
|
+.LeftBox .commonBack,.RightBox .commonBack {
|
|
|
background-color: #062c4d;
|
|
|
border-radius: 15px;
|
|
|
}
|
|
|
@@ -497,6 +498,107 @@ div {
|
|
|
.CenterBox .tooltip-cont span{
|
|
|
color: #69C0FF;
|
|
|
}
|
|
|
+.RightBox .right-t{
|
|
|
+ display: grid;
|
|
|
+ gap: 10px;
|
|
|
+ grid-template-columns: 3fr 1fr;
|
|
|
+ background: url('../groupImg/langBack.png') no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+.RightBox .right-c,.RightBox .right-b{
|
|
|
+ display: grid;
|
|
|
+ gap: 10px;
|
|
|
+ grid-template-columns: repeat(2, 1fr);
|
|
|
+}
|
|
|
+.RightBox .right-c >div,.RightBox .right-b >div{
|
|
|
+ background: url('../groupImg/cBack.png') no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+.RightBox .top-lb {
|
|
|
+ padding: 0px 30px;
|
|
|
+ display: grid;
|
|
|
+ /* grid-template-columns: repeat(11, 1fr); */
|
|
|
+ grid-template-columns: 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr;
|
|
|
+ gap: 10px;
|
|
|
+ padding-bottom: 20px;
|
|
|
+}
|
|
|
+.RightBox .top-lb > .topCard:nth-child(odd) > div:first-child,.RightBox .top-rb > .topCard:nth-child(odd) > div:first-child {
|
|
|
+ width: 190px;
|
|
|
+ height: 190px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.RightBox .top-lb > .topCard:nth-child(even) > div:first-child,.RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
|
|
|
+ width: 100px;
|
|
|
+ height: 100px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.RightBox .titleBackBlue{
|
|
|
+ background: url('../images5/completed.png') no-repeat center;
|
|
|
+ background-size: 95% 95%;
|
|
|
+}
|
|
|
+.RightBox .titleBackYellow{
|
|
|
+ background: url('../images5/completed2.png') no-repeat center;
|
|
|
+ background-size: 95% 95%;
|
|
|
+}
|
|
|
+.RightBox .top-rb{
|
|
|
+ padding: 0px 30px;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 2.5fr 1fr 2.5fr;
|
|
|
+ gap: 10px;
|
|
|
+ padding-bottom: 20px;
|
|
|
+}
|
|
|
+.RightBox .top-rb > .topCard:nth-child(odd) > div:first-child {
|
|
|
+ background: url('../images5/completed.png') no-repeat center;
|
|
|
+ background-size: 95% 95%;
|
|
|
+}
|
|
|
+.RightBox .top-lb > .topCard:nth-child(even) > div:first-child {
|
|
|
+ background: url('../images5/completedDot.png') no-repeat center;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-position: 0 25%;
|
|
|
+}
|
|
|
+.RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
|
|
|
+ background: url('../images5/completedDot.png') no-repeat;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-position: 0 35%;
|
|
|
+}
|
|
|
+.RightBox .centerBack {
|
|
|
+ background: url('../images5/back2.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.RightBox .center-l {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(3, 1fr);
|
|
|
+ gap: 10px;
|
|
|
+ padding: 20px !important;
|
|
|
+}
|
|
|
+.RightBox .center-l > div {
|
|
|
+ background: url('../images5/center-left-list-back.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ text-align: center;
|
|
|
+ padding: 10%;
|
|
|
+}
|
|
|
+.RightBox .center-l-title {
|
|
|
+ width: 100%;
|
|
|
+ height: 10%;
|
|
|
+ margin-top: 15%;
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.RightBox .center-l-list{
|
|
|
+ height: 30%;
|
|
|
+ margin: 15% 0;
|
|
|
+ background: url('../images5/project.png') no-repeat center;
|
|
|
+ background-size: 100% auto;
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
+.RightBox .center-l-list2{
|
|
|
+ height: 30%;
|
|
|
+ background: url('../images5/pin.png') no-repeat center;
|
|
|
+ background-size: 100% auto;
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
/* 公共css */
|
|
|
/* 宽高纵横比 */
|
|
|
.aspect-auto {
|