董国庆
2025-03-20 b563735228e1eb843e66097fa1bdbfa620da5832
H5/pages/components/certificate/certificate.vue
@@ -5,7 +5,7 @@
            <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="info.avatar" class="w-133 h-156 mt-52" mode=""></image>
                  <image :src="info.avatar" class="w-133 h-133 mt-52" mode=""></image>
                  <view class="flex j-between" style="width: 481rpx;">
                     <view class="flex flex-column mr-40 lh-44">
                        <text>姓名:</text>
@@ -22,7 +22,7 @@
                  </view>
               </view>
               <view class="flex a-center mt-24">
               <view class="flex a-center">
                  <view class="btn_left" @click="onclose">
                     关闭
                  </view>
@@ -75,13 +75,13 @@
   /deep/ .u-popup__content {
      width: 635rpx;
      height: 692rpx;
      height: 672rpx;
      border-radius: 40rpx;
   }
   .popup_main {
      width: 635rpx;
      height: 692rpx;
      height: 672rpx;
      border-radius: 40rpx;
      background-image: url('@/static/home/bg1.png');
      /* 背景图片铺满容器 */
@@ -99,9 +99,10 @@
      height: 423rpx;
      background-image: url('@/static/home/bg2.png');
      /* 背景图片铺满容器 */
      background-size: 100% 100%;
      background-size: 100%;
      /* 背景图片不重复 */
      background-repeat: no-repeat;
      /* 背景图片居中显示 */
      background-position: center;
   }