diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 63af7fb..0016dcf 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -232,11 +232,14 @@ - + + + + 此通告需要收集博主信息 请复制通告到微信对话框填写信息报名 - + 点击复制 @@ -378,6 +381,7 @@ }, onShow() { + this.$refs.popupNew.open('center') console.log(366); if (null != getJSONData(constant.userInfo)) { this.userInfo = getJSONData(constant.userInfo) @@ -1093,18 +1097,23 @@ align-items: center; justify-content: center; flex-direction: column; - padding: 30rpx; - border-radius: 10px; + border-radius: 20rpx; background-color: white; + image { + width: 80rpx; + height: 100rpx; + } + .dl-copy-button { text-align: center; margin: auto; - border-radius: 40rpx; - width: 75%; + border-radius: 0 0 20rpx 20rpx; + margin-top: 10rpx; + width: 100%; background-color: #FC1F3E; color: white; - padding: 15rpx 0; + padding: 20rpx 0; } } \ No newline at end of file