Commit 9c4e527a authored by “yiyousong”'s avatar “yiyousong”

fix: 修复站点编排字体大小和边框样式失效

parent 1dacb7d3
...@@ -199,6 +199,7 @@ export default { ...@@ -199,6 +199,7 @@ export default {
.header { .header {
height: @headerHeight; height: @headerHeight;
padding: 0px 60px; padding: 0px 60px;
font-size: 16px;
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 0px; top: 0px;
......
...@@ -332,6 +332,7 @@ export default { ...@@ -332,6 +332,7 @@ export default {
background: url("@/assets/images/siteArrange/bg_4.jpg") no-repeat; background: url("@/assets/images/siteArrange/bg_4.jpg") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
overflow: hidden; overflow: hidden;
font-size: 16px;
.del-box { .del-box {
width: 100%; width: 100%;
...@@ -457,12 +458,6 @@ export default { ...@@ -457,12 +458,6 @@ export default {
// } // }
} }
&:nth-child(1) { &:nth-child(1) {
.type-list {
border-style: solid;
border-right-width: 2px;
border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1;
// border-image-slice: 2;
}
.item-logo { .item-logo {
background: linear-gradient(180deg, #c7e1f6 0%, #ffffff 85%); background: linear-gradient(180deg, #c7e1f6 0%, #ffffff 85%);
} }
...@@ -470,6 +465,8 @@ export default { ...@@ -470,6 +465,8 @@ export default {
&:nth-child(2) { &:nth-child(2) {
.type-list { .type-list {
border-style: solid; border-style: solid;
border-width: 0px;
border-left-width: 2px;
border-right-width: 2px; border-right-width: 2px;
border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1; border-image: linear-gradient(180deg, #0000 0%, #fff 30%, #0000 90%) 1;
// border-image-slice: 2; // border-image-slice: 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment