13404089107
2025-03-14 a6b15483b832fc1fc27a050c93a3a6f371b57a19
H5/pages/components/certificate/certificate.vue
@@ -5,29 +5,30 @@
            <view class="popup_content flex flex-column a-center">
               <text class="fs-35 font-bold color3 mt-46">党员证件</text>
               <view class="bg font-w500 fs-23 mt-38 flex  flex-column a-center">
                  <image src="/static/home/img9.png" class="w-133 h-156 mt-40" mode=""></image>
                  <view class="flex mt-8">
                     <view class="flex flex-column mr-40 lh-48">
                  <image src="/static/home/img9.png" class="w-133 h-156 mt-52" mode=""></image>
                  <view class="flex">
                     <view class="flex flex-column mr-40 lh-44">
                        <text>姓名:</text>
                        <text>身份证号码:</text>
                        <text>服务社区:</text>
                        <text>所在党组织:</text>
                     </view>
                     <view class="flex flex-column a-end font-bold lh-48">
                     <view class="flex flex-column a-end font-bold lh-44">
                        <text>{{info.name}}</text>
                        <text>{{info.idCard}}</text>
                        <text>仁和区-仁和镇-仁和街社区</text>
                        <text>{{info.partyOrganization}}</text>
                     </view>
                  </view>
               </view>
               <view class="flex a-center mt-31">
               <view class="flex a-center mt-24">
                  <view class="btn_left" @click="onclose">
                     关闭
                  </view>
                  <view class="btn_right" @click="onclose">
               <!--    <view class="btn_right" @click="onclose">
                     编辑
                  </view>
                  </view> -->
               </view>
            </view>
@@ -75,13 +76,13 @@
   /deep/ .u-popup__content {
      width: 635rpx;
      height: 654rpx;
      height: 692rpx;
      border-radius: 40rpx;
   }
   .popup_main {
      width: 635rpx;
      height: 654rpx;
      height: 692rpx;
      border-radius: 40rpx;
      background-image: url('@/static/home/bg1.png');
      /* 背景图片铺满容器 */
@@ -96,10 +97,10 @@
   .bg {
      width: 577rpx;
      height: 371rpx;
      height: 423rpx;
      background-image: url('@/static/home/bg2.png');
      /* 背景图片铺满容器 */
      background-size: cover;
      background-size: 100% 100%;
      /* 背景图片不重复 */
      background-repeat: no-repeat;
      /* 背景图片居中显示 */