From f15eb2306ac4c3defc83d8c983ebf1d4739b9def Mon Sep 17 00:00:00 2001 From: xu0625 <1212> Date: Thu, 8 Apr 2021 10:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86-=E6=8A=BD?= =?UTF-8?q?=E5=A5=96=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/activity/info/add.html | 570 +++++++++++++++++- .../templates/activity/info/info.html | 2 +- 2 files changed, 565 insertions(+), 7 deletions(-) diff --git a/sino-activity/src/main/resources/templates/activity/info/add.html b/sino-activity/src/main/resources/templates/activity/info/add.html index 363e7107a..d180e6105 100644 --- a/sino-activity/src/main/resources/templates/activity/info/add.html +++ b/sino-activity/src/main/resources/templates/activity/info/add.html @@ -74,6 +74,125 @@ display: inline-block; font-size: 15px; } + /* 配置收集信息*/ + .drawTotalPri { + text-align: center; + position: absolute; + top: 10%; + font-size: 37px; + left: 0; + color: #F00; + width: 100%; + } + .drawDescribePri{ + text-align: center; + position: absolute; + top: 25%; + font-size: 20px; + left: 0; + color: #F00; + width: 100%; + } + .drawTextPri{ + text-align: center; + position: absolute; + top: 50%; + font-size: 15px; + left: 0; + color: #F00; + width: 100%; + } + .drawText2Pri{ + text-align: center; + position: absolute; + top: 55%; + font-size: 10px; + left: 0; + color: #F00; + width: 80%; + } + .drawText3Pri{ + text-align: center; + position: absolute; + top: 60%; + font-size: 20px; + left: 0; + color: #F00; + width: 100%; + } + .drawbtnPri { + text-align: center; + position: absolute; + top: 88%; + font-size: 20px; + color: #F00; + left: 0px; + width: 100%; + } + + /* 配置分享信息*/ + .drawShareTitlePri { + text-align: center; + position: absolute; + top: 40%; + font-size: 20px; + left: 28%; + color: #F00; + width: 100%; + } + + .drawShareDescribePri { + text-align: center; + position: absolute; + top: 50%; + font-size: 10px; + left: 25%; + color: #F00; + width: 100%; + } + .drawShareImgPic { + text-align: center; + position: absolute; + top: 50%; + font-size: 37px; + left: 35%; + color: #F00; + width: 100%; + } + + .drawShareImg2Pic{ + text-align: center; + position: absolute; + top: 40%; + font-size: 37px; + left: 30%; + color: #F00; + width: 100%; + } + /* 关注二维码*/ + + + + .drawCodeImgPic{ + text-align: center; + position: absolute; + top: 50%; + font-size: 37px; + left: 0%; + color: #F00; + width: 100%; + } + .drawQrCodePri{ + text-align: center; + position: absolute; + top: 70%; + font-size: 25px; + left: 0%; + color: #F00; + width: 100%; + } + +
@@ -82,7 +201,7 @@