|
@@ -195,7 +195,7 @@
|
|
|
<p>语音广播</p>
|
|
|
</div>
|
|
|
<div class="radio-button-box scrollbar-box">
|
|
|
- <p @click="checkTrumpet(index)" :class="item.type?'check-p':''"
|
|
|
+ <p class="horn-for-p" @click="checkTrumpet(index)" :class="item.type?'check-p':''"
|
|
|
v-for="(item,index) in trumpetList" :key="index">{{item.name}}</p>
|
|
|
<p v-if="!trumpetList[0]" style="line-height:200px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
|
|
|
</div>
|
|
@@ -269,7 +269,7 @@
|
|
|
</div>
|
|
|
<div class="horn-big-box-two">
|
|
|
<div class="horn-max-big-box-two-left scrollbar-box">
|
|
|
- <p @click="checkTrumpet(index)" :class="item.type?'check-p':''"
|
|
|
+ <p class="horn-for-p" @click="checkTrumpet(index)" :class="item.type?'check-p':''"
|
|
|
v-for="(item,index) in trumpetList" :key="index">{{item.name}}</p>
|
|
|
<p v-if="!trumpetList[0]" style="line-height:200px;font-size:16px;color:#fff;text-align: center">暂无数据</p>
|
|
|
</div>
|
|
@@ -2938,7 +2938,7 @@
|
|
|
height: 195px;
|
|
|
width:470px;
|
|
|
margin-right:20px;
|
|
|
- p{
|
|
|
+ .horn-for-p{
|
|
|
width:128px;
|
|
|
line-height:28px;
|
|
|
font-size:14px;
|
|
@@ -2950,7 +2950,7 @@
|
|
|
margin:0 0 20px 20px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- p:hover{
|
|
|
+ .horn-for-p:hover{
|
|
|
color:#24d1f9;
|
|
|
}
|
|
|
.check-p{
|