模板:主页搜索框:修订间差异

来自临东市服务器Wiki
无编辑摘要
无编辑摘要
第1行: 第1行:
<div>
<div style="border-radius: 8px;
<div style="border-radius: 8px;
display: block;
display: block;
第9行: 第10行:
-webkit-box-direction: normal;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-box-orient: horizontal;
float: left;
clear: left;
text-align: left;
box-sizing:border-box
max-width: 150%;
min-width: 10%;
flex-direction: row;">
flex-direction: row;">
<h2 style="font-size: 1.3em;font-weight: 400;margin-bottom: 0;">{{{标题}}}</h2>
<h2 style="font-size: 1.3em;font-weight: 400;margin-bottom: 0;">{{{标题1}}}</h2>
<p>{{{内容}}}</p>
<p>{{{内容1}}}</p>
</div>
<div style="border-radius: 8px;
display: block;
flex: 1;
flex-direction: column;
font-size: 100%;
margin: .25rem 0;
padding: 5px 28px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
float: right;
clear: right;
text-align: left;
box-sizing:border-box
max-width: 150%;
min-width: 10%;
flex-direction: row;">
<h2 style="font-size: 1.3em;font-weight: 400;margin-bottom: 0;">{{{标题2}}}</h2>
<p>{{{内容2}}}</p>
</div>
</div>
</div>

2023年1月25日 (三) 17:09的版本

{{{标题1}}}

{{{内容1}}}

{{{标题2}}}

{{{内容2}}}