Browse Source

跟换ico

master
liaoxinyu 2 years ago
parent
commit
d177c97b7b
  1. 31
      src/components/CommonFooter.vue
  2. BIN
      src/favicon.ico
  3. 2
      src/views/profile/certification.vue
  4. BIN
      static/favicon.ico

31
src/components/CommonFooter.vue

@ -7,11 +7,7 @@
<div class="footer-upper-section-top">
<div class="footer-logo">
<div style="width: 89px; height: 44px">
<img
:src="appConfig.head_logo"
alt="logo"
style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"
/>
<img :src="appConfig.head_logo" alt="logo" style="width: 200px; height: 100%;max-width: 200px; object-fit: contain;"/>
</div>
<div style="color: #5B5B5B;font-size: 16px;margin-top: 10px;">{{ appConfig.copyright }}</div>
</div>
@ -33,14 +29,7 @@
<!-- service -->
<div class="service" v-if="service.length>0">
<div class="item" style="width: 100%;text-align: left">
<p
class="item_p"
style="
font-size: 20px;
color: #fff;
"
>
<p class="item_p" style="font-size: 20px;color: #fff;">
{{ $t("common.service") }}
</p>
<p class="foot_p" >
@ -77,14 +66,7 @@
<!-- college -->
<div class="college" style="margin:0 119px;" v-if="college.length>0">
<div class="item item1" style="width: 100%;text-align: left">
<p
class="item_p"
style="
font-size: 20px;
color: #fff;
"
>
<p class="item_p" style="font-size: 20px;color: #fff;">
{{ $t("common.college") }}
</p>
<p class="foot_p">
@ -123,10 +105,7 @@
</div>
<!-- email -->
<div class="item">
<p
class="item_p"
style="text-align: left; font-size: 20px; color: #fff"
>
<p class="item_p" style="text-align: left; font-size: 20px; color: #fff">
{{ $t("common.contactUs") }}
</p>
<p class="foot_p" style="font-size: 14px">
@ -579,7 +558,7 @@ export default {
}
.foot_p {
color: #b5b5b5;
color: #797979;
font-size: 16px;
margin: 0;

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

2
src/views/profile/certification.vue

@ -107,7 +107,7 @@
<!-- <div class="input-group mb-3"> -->
<div class="form-group col-md-3">
<label class="text9">{{$t('profile.SelectAreaCode')}}*</label>
<el-select v-model="form.country_id" filterable placeholder="请选择" >
<el-select v-model="form.country_id" filterable :placeholder="$t('contact.pleseSelect')">
<el-option
v-for="item in countryList"
:key="item.id"

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save