| | |
| | | <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> |
| | |
| | | </view> |
| | | |
| | | </view> |
| | | <view class="flex a-center mt-24"> |
| | | <view class="flex a-center"> |
| | | <view class="btn_left" @click="onclose"> |
| | | 关闭 |
| | | </view> |
| | |
| | | |
| | | /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'); |
| | | /* 背景图片铺满容器 */ |
| | |
| | | height: 423rpx; |
| | | background-image: url('@/static/home/bg2.png'); |
| | | /* 背景图片铺满容器 */ |
| | | background-size: 100% 100%; |
| | | background-size: 100%; |
| | | /* 背景图片不重复 */ |
| | | background-repeat: no-repeat; |
| | | |
| | | /* 背景图片居中显示 */ |
| | | background-position: center; |
| | | } |