Skip to content

Commit

Permalink
feat 镇派 增加 技能之间的间距
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuana committed Apr 12, 2024
1 parent adab376 commit d3ac047
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/assets/css/talent2.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.m-talent2-box {
position: relative;
background-image: url("../img/talent2/bg.png");
background-repeat: no-repeat;
min-height: 525px;
width: 900px;
background-size: 100% 100%;
.m-talent2-main {
display: flex;
position: relative;
Expand All @@ -15,11 +20,6 @@
text-shadow: 1px 1px 1px black;
}

background-image: url("../img/talent2/bg.png");
background-repeat: no-repeat;
min-height: 525px;
width: 772px;

.m-talent2-left {
width: 50%;
flex: auto;
Expand Down Expand Up @@ -89,6 +89,8 @@
align-items: center;
margin-bottom: 12px;
padding-left: 16px;
left: -30px;
top: 38px;

background-image: url("../img/talent2/title_bg.png");
background-repeat: no-repeat;
Expand Down Expand Up @@ -404,7 +406,8 @@

.m-talent2-title {
transform: unset;

left: 0;
top: 0;
.m-talent2-xf-icon {
transform: unset;
}
Expand Down

0 comments on commit d3ac047

Please sign in to comment.