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 @@