|
@@ -4,8 +4,8 @@
|
|
|
@click="handleClick('ctwing')">
|
|
@click="handleClick('ctwing')">
|
|
|
<span class="container"
|
|
<span class="container"
|
|
|
:style="{backgroundColor:'#6ba2d6'}">
|
|
:style="{backgroundColor:'#6ba2d6'}">
|
|
|
- <i icon-class="ctwing"
|
|
|
|
|
- class="iconfont icon-ctwing"/>
|
|
|
|
|
|
|
+<!-- <i icon-class="ctwing" class="iconfont icon-ctwing"/>-->
|
|
|
|
|
+ <img src="/img/bg/dianxin.png" style="width: 50px">
|
|
|
</span>
|
|
</span>
|
|
|
<p class="title">天翼</p>
|
|
<p class="title">天翼</p>
|
|
|
</div>
|
|
</div>
|
|
@@ -94,5 +94,8 @@ export default {
|
|
|
.title {
|
|
.title {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
+ .icon-ctwing{
|
|
|
|
|
+ background: url("/img/bg/dianxin.png");
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|