Browse Source

调整位置

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

2
src/components/seamless/index.vue

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

18
src/views/Brand.vue

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

Loading…
Cancel
Save