|
@@ -37,9 +37,9 @@
|
|
<div class="adv_04_wrap honors_wrap self_background" v-show="honors.data.length > 0">
|
|
<div class="adv_04_wrap honors_wrap self_background" v-show="honors.data.length > 0">
|
|
<div class="floor_title">
|
|
<div class="floor_title">
|
|
<h2>
|
|
<h2>
|
|
- <font> </font>
|
|
|
|
|
|
+ <!-- <font> </font> -->
|
|
<span>{{L['荣誉展示']}}</span>
|
|
<span>{{L['荣誉展示']}}</span>
|
|
- <font> </font>
|
|
|
|
|
|
+ <!-- <font> </font> -->
|
|
</h2>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
<div class="floor_goods">
|
|
<div class="floor_goods">
|
|
@@ -200,9 +200,21 @@ onMounted(()=>{
|
|
}
|
|
}
|
|
|
|
|
|
.honors_wrap{
|
|
.honors_wrap{
|
|
- min-height: inherit !important;;
|
|
|
|
|
|
+ min-height: inherit !important;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ padding-top: 10px;
|
|
font{
|
|
font{
|
|
top: -5px!important;
|
|
top: -5px!important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .floor_title {
|
|
|
|
+ // margin-bottom: 0 !important;
|
|
|
|
+ width: 1210px;
|
|
|
|
+ margin: 0 auto !important;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ span {
|
|
|
|
+ font-weight: bold !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|