Browse Source

调整位置

master
[liang] 3 years ago
parent
commit
a1df19a7ec
  1. 2
      src/components/seamless/index.vue
  2. 10
      src/views/Brand.vue

2
src/components/seamless/index.vue

@ -147,7 +147,7 @@ export default {
display: block;
width: 9.8rem;
height: 3.55rem;
left: 7.1rem;
left: 6.6rem;
top: 9.5375rem;
// top: 3.5375rem;

10
src/views/Brand.vue

@ -519,6 +519,7 @@ export default {
color: #fff;
justify-content: center;
align-items: center;
.item {
display: flex;
flex-direction: column;
@ -529,16 +530,19 @@ export default {
background: url(/img/img12.png) no-repeat;
background-size: contain;
margin-top: .3rem;
.p1 {
font-size: .2rem;
margin-bottom: .1rem;
}
.p2 {
font-size: .3rem;
}
}
}
.topBg {
height: .7rem;
background: url(/img/img1.png) no-repeat;
@ -566,7 +570,7 @@ export default {
position: relative;
background: url(/img/img2.png) no-repeat;
background-size: cover;
margin-bottom: .8rem;
margin-bottom: .5rem;
}
.tbody .tr:nth-child(odd) {
@ -583,8 +587,8 @@ export default {
.thead {
background: #061131;
width: 100%;
height: .7rem;
line-height: .7rem;
height: .575rem;
line-height: .575rem;
font-size: .2rem;
.td {

Loading…
Cancel
Save