111
杨磊
2024-05-17 115287b451d6cb2ef3d215c1113d5e52e2f5422b
src/components/footer/footer.vue
@@ -1,13 +1,34 @@
<template>
   <view class="BottomColumn flex flex-center" :style="{'position':isLocation==true?'fixed':'','marginTop':isMarginTop+'rem'}">
  <view
    class="BottomColumn flex flex-center"
    :style="{
      position: isLocation == true ? 'fixed' : '',
      marginTop: isMarginTop + 'rem',
    }"
  >
      <view class="Bbar flex">
         <img style="display: block;margin-right: .22rem;width: .4rem;height: .4rem;" src="@/static/image/logo.png"
            alt="" srcset="" />
         <view class="font-family" style="color: #2C2C2C; font-size: .12rem;line-height: 1.5;">
      <img
        style="
          display: block;
          margin-right: 0.22rem;
          width: 0.4rem;
          height: 0.4rem;
        "
        src="@/static/image/logo.png"
        alt=""
        srcset=""
      />
      <view
        class="font-family"
        style="color: #2c2c2c; font-size: 0.12rem; line-height: 1.5"
      >
            <view class="">
               ©2017 中国中医科学院中医药信息研究所版权所有 京ICP备********号
            </view>
            <view class="">地址:北京市东城区东直门内南小街16号 邮编:100700 电话:8610-64089611 Email: tcmbase@126.com</view>
        <view class=""
          >地址:北京市东城区东直门内南小街16号 邮编:100700 电话:8610-64089611
          Email: tcmtczy@mail.cintcm.ac.cn</view
        >
         </view>
      </view>
   </view>
@@ -20,22 +41,20 @@
         isLocation: {
            type: Boolean,
            default () {
               return true
            }
        return true;
      },
         },
         isMarginTop: {
            type: Number,
            default () {
               return 0
            }
        return 0;
      },
         },
      },
      data() {
         return {
    return {};
  },
         };
      }
   }
</script>
<style scoped>
@@ -47,7 +66,7 @@
      bottom: 0px;
      left: 0;
      z-index: 999999999999999999999999999999999999999999;
      padding: .19rem 0;
  padding: 0.19rem 0;
      width: 100%;
      background-color: #e6eff8;
      font-size: 10px;