大屏组件
This commit is contained in:
@@ -24,19 +24,17 @@ export default {
|
|||||||
|
|
||||||
.border13-title {
|
.border13-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 41px;
|
align-items: center;
|
||||||
padding: 0 23px;
|
height: 68px;
|
||||||
|
padding: 0 54px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-image: url(../asset/border13.png);
|
background-image: url(../asset/border13.png);
|
||||||
background-size: 100% 41px;
|
background-size: 100% 68px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
position: relative;
|
|
||||||
top: -3px;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #E2EBF1;
|
color: #fff;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@@ -56,7 +54,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slot {
|
.slot {
|
||||||
height: calc(100% - 41px);
|
height: calc(100% - 68px);
|
||||||
padding-top: 19px;
|
padding-top: 19px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user