咲良燈里 发表于 2023-7-30 20:49:10

【招募】❀❀❀休闲区版主招募❀❀❀(2024.10 Ver.)

本帖最后由 TR83 于 2025-1-28 17:20 编辑 <br /><br /><style>
@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');

nav {
  background-color: rgba(255,255,255,0.8);
  padding: 10px;
  width: 670px;
   margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 2px solid #ddf6ff;
  border-radius: 12px;
  box-shadow: 0 0 10px 5px #90bde2;
}

a#nav_a{
  color: #78c0f1;
  text-decoration: none;
  margin: 0px 20px;
  font-size: 1.3em;
  font-weight: bold;
}

a:hover#nav_a{  text-decoration: underline;}


a.ta01:link{color: #6d94b5; font-weight: bold;}
a.ta01:visited{color: #6d94b5; font-weight: bold;}
a.ta01:hover{background: #d4ecfc;}

#t01{
max-width: 690px;
   margin-left: auto;
  margin-right: auto;
border-collapse: separate;
border: 1px solid #ddf6ff;
border-radius: 25px;
box-shadow: 0 0 10px 5px #90bde2;}

#t01 tr, #t01 td{
font-size: 13px;
  backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);
padding: 5px;
border: 1px solid #e3f8ff;}

#t01 > tbody > tr:nth-child(1) {
  text-align: center;
  font-weight: bold;
  background-color: rgba(189,224,248,0.8);}

#t01 tbody td:nth-child(1) img{
  display:block;
  margin:0 auto;}

#t01 tbody tr:first-child td:first-child {
  border-radius: 25px 0 0 0;
}
#t01 tbody tr:first-child td:last-child {
  border-radius: 0 25px 0 0;
}

#t01 tbody tr:last-child td:first-child {
  border-radius: 0 0 0 25px;
}

#t01 tbody tr:last-child td:last-child {
  border-radius: 0 0 25px 0;}

.paper {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-width: 400px;
    height: 480px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #90bde2;
    overflow: hidden;
}
.paper:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 60px;
    background: radial-gradient(#90bde2 6px, transparent 7px) repeat-y;
    background-size: 30px 30px;
    border-right: 3px solid #D44147;
    box-sizing: border-box;
}

.paper-content {
    position: absolute;
    top: 30px; right: 0; bottom: 30px; left: 60px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
}

.textc {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #383b3e;
    font-family: 'Ma Shan Zheng', cursive;
    font-weight: 400;
    font-size: 20px;
    box-sizing: border-box;
    z-index: 1;}

.list01 { padding-left: 5px; }
.list01>li { margin-left: 10px; }

a#fuli{
    font-size: 18px;
    line-height: 1.4em;
    color: #9e9e9e;}

.faqbox {
    max-width: 600px;
    margin: 2em auto;
    box-shadow: 0 0 10px 5px #90bde2;
    border-radius: 12px;
    padding: 3em;
    background-color: rgba(255,255,255,0.8);
}

.faq-content{
    font-size: 18px;
    line-height: 1.4em;
    color: #9e9e9e;
}

.faq > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1.5em 0em;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
}

summary:hover {
    color: #4682b4;
}

details summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details summary {
    color: #4682b4;
}

details p {
    border-left: 2px solid #4682b4;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -33px 0.35em 0 0;
    font-weight: 200;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #4682b4;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: -0.3em 0.65em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

.d01{
  background-color: rgba(120, 192, 241,0.8);
  color: white;
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 1em;
  border-radius: 12px;
  padding: 5px; }
</style>
<div id="00"></div>

<br>
<nav>
   <a href="#招募版区" id="nav_a">招募版区      </a>
   <a href="#招募要求" id="nav_a">招募要求      </a>
   <a href="#常见问题" id="nav_a">常见问题      </a>
</nav>

<section id="招募版区">
<div class="d01">招募版区</div>
<br>

<table id="t01">
  <tbody>
   <tr>
      <td>版区Logo</td>
      <td>版区名称</td>
      <td>版区简介</td>
    </tr>
   
    <tr>
      <td>
        <img src="https://img.tsdm39.com//img01/LOGO/19.png" width="190" height="65" border="0">
      </td>
      <td>
        <a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=19&amp;fromuid=1317583" target="_blank" class="ta01">天使图书馆</a>
        <br>版主:徒留蝶衣, 雫雪桜 <br>招募:<b><font color="#ff0000">1</font></b>人
      </td>
      <td>用于发布自己的原创文学作品</td>
    </tr>
    <tr>
      <td>
        <img src="https://img.tsdm39.com//img01/LOGO/294.png" border="0">
      </td>
      <td>
        <a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=294&amp;fromuid=1317583" target="_blank" class="ta01">日语学习交流区</a>
        <br>版主:shinichiel, Vagrant <br>招募:<b><font color="#ff0000">1</font></b>人
      </td>
      <td>欢迎任何日语相关的话题</td>
    </tr>
    <tr>
      <td>
        <img src="https://img.tsdm39.com//img01/LOGO/621.png" width="190" height="65" border="0">
      </td>
      <td>
        <a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=621&amp;fromuid=1317583" target="_blank" class="ta01">自习室</a>
        <br>版主:Vagrant <br>招募:<b><font color="#ff0000">2</font></b>人
      </td>
      <td>日语学习交流区所属资源子版;<br>用于发布日语及日语学习相关书籍、影片等 </td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/73.png" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=73&amp;fromuid=1317583" target="_blank" class="ta01">原创绘图区</a><br>版主:永恒の雪<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>分享个人画作<br></td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/163.png"  width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=163&amp;fromuid=1317583" target="_blank" class="ta01">美术部</a><br>版主:N/A<br>招募:<b><font color="#ff0000">3</font></b>人</td>
      <td>用于分享绘画教程、绘画心得交流等<br></td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/14.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=14&amp;fromuid=1317583" target="_blank" class="ta01">美图馆</a><br>版主:饺子<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>分享二次元图包资源</td>
    </tr>
<tr>
      <td><img src="https://tu.ts-dm.net/imgs/logo/49.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=49&amp;fromuid=1317583" target="_blank" class="ta01">机甲|特摄</a><br>版主:花崎ソノ<br>招募:<b><font color="#ff0000">1</font></b>人</td>
      <td>分享、记录、讨论任何与机甲/特摄相关的内容,<br>也用于分享相关资源</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/32.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=32&amp;fromuid=1317583" target="_blank" class="ta01">游戏俱乐部</a><br>版主:七辰瞳时, TR83<br>招募:<b><font color="#ff0000">1</font></b>人</td>
      <td>分享、记录、讨论任何与游戏相关的内容,<br>也用于分享游戏周边资源</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/42.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=42&amp;fromuid=1317583" target="_blank" class="ta01">东方幻想乡</a><br>版主:hency_chine<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>游戏区子版;<br>分享、讨论任何与东方Project相关的内容</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/339.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=339&amp;fromuid=1317583" target="_blank" class="ta01">秘密实验室</a><br>版主:琴吹紬, 云中星球<br>招募:<font color="#ff0000"><b>1</b></font>人</td>
      <td>游戏区子版;<br>用于分享游戏本体资源</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/490.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=490&amp;fromuid=1317583" target="_blank" class="ta01">生化危机专区</a><br>版主:琴吹紬<br>招募:<font color="#ff0000"><b>1</b></font>人</td>
      <td>游戏区子版;<br>用于分享、讨论任何与生化危机相关的内容</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/61.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=61&amp;fromuid=1317583" target="_blank" class="ta01">耽于美色</a><br>版主:suipiao<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>耽美同好交流</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/149.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=149&amp;fromuid=1317583" target="_blank" class="ta01">耽美资源库</a><br>版主:花崎ソノ<br>招募:<b><font color="#ff0000">1</font></b>人</td>
      <td>耽美区子版;<br>用于分享耽美相关资源</td>
    </tr>
    <tr>
      <td><img src="https://tu.ts-dm.net/imgs/logo/162.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=162&amp;fromuid=1317583" target="_blank" class="ta01">百合花园</a><br>版主:饺子<br>招募:<b><font color="#ff0000">3</font></b>人</td>
      <td>百合同好交流,<br>也可分享百合相关资源</td>
    </tr>
    <tr>
      <td><img src="https://tu.ts-dm.net/imgs/logo/119.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=119&amp;fromuid=1317583" target="_blank" class="ta01">Loliの午后茶会</a><br>版主:是莫莫嗷<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>分享、讨论一切与萝莉角色有关的内容</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/58.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=58&amp;fromuid=1317583" target="_blank" class="ta01">周边收藏</a><br>版主:御原和佐, 时崎奈玖, 明菜<br>招募:<b><font color="#ff0000">0</font></b>人</td>
      <td>分享、记录一切与周边相关的内容</td>
    </tr>
    <tr>
      <td><img src="https://tu.ts-dm.net/imgs/logo/120.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=120&amp;fromuid=1317583" target="_blank" class="ta01">声优频道</a><br>版主:Amaro呀, 饺子<br>招募:<b><font color="#ff0000">2</font></b>人</td>
      <td>分享、讨论一切与声优相关的内容</td>
    </tr>
    <tr>
      <td><img src="https://img.tsdm39.com//img01/LOGO/268.png" width="190" height="65" border="0"></td>
      <td><a href="https://www.tsdm39.com/forum.php?mod=forumdisplay&amp;fid=268&amp;fromuid=1317583" target="_blank" class="ta01">休闲摄影</a><br>版主:是莫莫嗷, R70Mto<br>招募:<b><font color="#ff0000">1</font></b>人</td>
      <td>分享原创摄影;<br>记录生活的点点滴滴</td>
    </tr>
  </tbody>
</table>
</section><br>
<hr>
<section id="招募要求">
<div class="d01">招募要求</div>

<br>

<div class="paper">
    <div class="paper-content">
        <div class="textc"><br><ol class="list01">
<li> <font color="#4169e1"><b>水天使</b></font>级别以上,希望为论坛出一份力并熟悉版规及版区特色的会员<br>
  (有意向但等级不够可以先私信我,我会帮忙指导)<br></li>
<li> 有良好的<font color="#ff0000"><b>沟通能力</b></font>和<font color="#ff0000"><b>阅读理解能力</b></font>,遇事多交流、性格不敏感多疑;<br></li>
<li><span style="background-color: yellow;">没有违规及擦边言行记录</span>,轻度违规可视情况适当放宽;<br></li>
<li> 在申请的版块发布至少<font color="#ff0000"><b>7主题</b></font>、至少在版区活跃<b><font color="#ff0000">3个月</font></b>以上;<br><span style="background-color: pink;">
  (如有现役版主推荐,经区版主观察后会适当降低要求)</span><br></li>
<li>参加过论坛大型活动,对大型活动的运作方式有一定了解;<br></li>
<li>申请后至少能坚持<b><font color="#ff0000">任职6个月</font></b>;<br></li>
<li>现任版主申请需<font color="#ff0000"><b>兼版数≤3</b></font>;<br></li>
<li><span style="background-color: yellow;">申请时请简述您想申请的版块跟今后的计划</span>;没有建设性建议将不予通过。<br></li></ol></div>
    </div>
</div>
</section>
<br>
<hr>
<section id="常见问题">
<div class="d01">常见问题</div>

<div class="faqbox">
     <div class="faq">
            <div>
            <details>
              <summary>版主需要做些什么?</summary>
              <p class="faq-content">
・版务处理(如:评分、锁帖、高亮等,详见各版版规);<br>
・活跃版区(如发布主题、策划活动等);<br>
・与版区会员交流(如回复主题、撒糖支持等);<br>
・了解版区健康状况,知道如何完善版规、改善版区现状等;<br>
・每月汇报总结自己做了哪些事,有没有新的打算<br>
  </p>
            </details>
            </div>

            <div>
            <details>
              <summary>版主有哪些福利?</summary>
              <p class="faq-content">
・每月常规版主工资、生日红包、不定期掉落特殊奖励等<br>
・版主年终奖(含积分及版主专属牌子、勋章、背景)<br>
・<a href="https://www.tsdm39.com/forum.php?mod=redirect&goto=findpost&ptid=1167524&pid=71031344&fromuid=1317583" target="blank_" id="fuli">休闲区版主专属福利</a><br>
  </p>
            </details>
            </div>

            <div>
            <details>
              <summary>没在版区发过主题可以申请吗?</summary>
              <p class="faq-content">
目前不接受这种情况。请至少发布一些主题展示你对版区内容的熟悉度和语言表达能力。
  </p>
            </details>
            </div>
  </div>
</div>


是莫莫喵 发表于 2023-7-31 00:02:51

这次的招募帖好正常 突然有点不太习惯(。

诺修斯 发表于 2023-8-24 01:21:10

突然变得清爽好多!

尐木 发表于 2023-11-6 07:08:47

期待 椰树男孩版本 https://i.ibb.co/56sLJ07/image.gif{:5_155:} https://i.ibb.co/56sLJ07/image.gif

咲良燈里 发表于 2023-11-6 08:55:24

本帖最后由 咲良燈里 于 2024-10-10 13:48 编辑 <br /><br /><style>
#userinfo_70180575,
#pid70180575{
  background-image: url('https://img.tsdm39.com/img01/postbg/xxqxd365.jpg') !important;
}
</style>
休闲区限定獎勵



章子|https://img.tsdm39.com/img01/medal///7%E6%9C%88/%E5%AE%89%E5%90%89%E6%8B%89.gif|安吉拉|時效:90日
章子|https://img.tsdm39.com/img01/medal///7%E6%9C%88/%E4%B8%89%E6%97%A5%E6%9C%88%E5%AE%97%E8%BF%91.gif|三日月宗近|時效:180日
牌子|https://img.tsdm39.com/img01/title/%E5%85%AB%E4%B9%99%E5%A5%B3%E4%B9%90.gif|八乙女楽|時效永久
背景|https://img.tsdm39.com/img01/postbg/xxqxd365.jpg|春日野穹|時效一年
背景|https://img.tsdm39.com/img01/postbg/xxqxdyj.jpg|林憲明|時效永久





页: [1]
查看完整版本: 【招募】❀❀❀休闲区版主招募❀❀❀(2024.10 Ver.)