|
@@ -111,7 +111,7 @@ watch(() => props.listData, (val) => {
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.top-area {
|
|
|
- height: 17%;
|
|
|
+ height: 19%;
|
|
|
margin: 10px 0px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -198,7 +198,7 @@ watch(() => props.listData, (val) => {
|
|
|
|
|
|
|
|
|
.bot-area {
|
|
|
- height: calc(83% - 20px);
|
|
|
+ height: calc(81% - 20px);
|
|
|
padding: 10px 15px 0px 15px;
|
|
|
background: url('../../../../../assets/images/fire/bj1.png') no-repeat center;
|
|
|
background-size: 100% 100%;
|