当前位置:   article > 正文

微信公众号 点击显示答案 操作步骤

微信公众号 点击显示答案 操作步骤
1、右键进入检查模式

2、ctrl+f查找html元素

3、添加答案区域代码

添加答案区域代码后,可以直接在页面进行格式调整

  1. <!-- 此处height控制显示区域高度 -->
  2. <section style="height: 1500px;overflow-x: hidden;overflow-y: auto;text-align: center;box-sizing: border-box;padding: 10px;border-width: 1px;border-style: solid;border-color: rgb(238, 238, 238);">
  3. <mpchecktext contenteditable="false" id="1603559997900_0.2463386146901354"></mpchecktext>
  4. <section style="border-width: 0px;border-style: none;border-color: initial;box-sizing: border-box;">
  5. <mpchecktext contenteditable="false" id="1603559997901_0.7806160681602305"></mpchecktext>
  6. <p style="text-align:center;margin-bottom: 10px;white-space: normal;">
  7. <!-- 这里的font-size可以设置文字的大小 -->
  8. <strong style="font-size: 14px;caret-color: red;">
  9. <span style="font-size: 14px;">
  10. <span style="line-height: 22.4px;">
  11. <!-- 这里是点击之后需要显示的文字或者是图片,显示图片需要http地址(需要先上传到微信) -->
  12. <p>编写答案</p>
  13. <!-- <img border="0" src="https://picsum.photos/100/50"> -->
  14. <mpchecktext contenteditable="false" id="1603559997902_0.2770796707640486"></mpchecktext>
  15. </span>
  16. </span>
  17. </strong>
  18. </p>
  19. <strong style="font-size: 14px;caret-color: red;">
  20. <mpchecktext contenteditable="false" id="1603559997903_0.5044436455277546"></mpchecktext>
  21. </strong>
  22. </section><strong style="font-size: 14px;caret-color: red;"></strong>
  23. </section>
4、添加遮罩区域代码

根据内容区域大小调整遮罩层大小,大小一般取内容区域高度+40

  1. <center style="box-sizing: border-box;text-align: center;">
  2. <strong style="font-size: 14px;caret-color: red;">
  3. <!-- 设置蒙板大小 -->
  4. <svg width="100%" height="1540" xmlns="http://www.w3.org/2000/svg" style="margin-top: -1540px;box-sizing: border-box;transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);-moz-transform: rotateZ(0deg);-o-transform: rotateZ(0deg);">
  5. <rect width="100%" height="1540" style="fill: #fefefe;box-sizing: border-box;">
  6. <animate attributeName="opacity" begin="click" dur="1s" style="box-sizing: border-box;" from="1" to="0" fill="freeze"></animate>
  7. </rect>
  8. <mpchecktext contenteditable="false" id="1603559997904_0.23689150596511355"></mpchecktext>
  9. </svg>
  10. </strong>
  11. </center>

添加完遮罩层后,由于遮罩层作用,无法对内容区域直接编辑。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/546849
推荐阅读
相关标签
  

闽ICP备14008679号