Commit cdb8ab9b authored by youjie's avatar youjie

no message

parent f66999b6
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
transition: all .3s; transition: all .3s;
} }
.tracking-0:hover{ .tracking-0:hover{
opacity: .5; /* opacity: .5; */
} }
.tracking-1{ .tracking-1{
color: #fff; color: #fff;
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
transition: opacity .3s; transition: opacity .3s;
} }
.tracking-1 a:hover{ .tracking-1 a:hover{
opacity: .5; /* opacity: .5; */
} }
.tracking-1 span::after { .tracking-1 span::after {
content: ""; content: "";
...@@ -120,8 +120,7 @@ ...@@ -120,8 +120,7 @@
<template> <template>
<div class="relative newHor_BtmContent" v-if="dataList&&dataList.Config"> <div class="relative newHor_BtmContent" v-if="dataList&&dataList.Config">
<div class="container"> <div class="container">
<div class="row justify-center " style="margin-bottom: 30px;">
<div class="row justify-center q-pb-lg">
<q-img :src="dataList.Config.Logo" style="width:40px;height:auto;"/> <q-img :src="dataList.Config.Logo" style="width:40px;height:auto;"/>
</div> </div>
......
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