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

来自临东市服务器Wiki
无编辑摘要
无编辑摘要
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
<div>
<div style="width:100%;display:grid;gap:10px;grid-template-columns:1fr 1fr;">
<div style="border-radius: 8px;
<div style="border-radius: 8px;
display: block;
display:flex;
flex: 1;
flex-direction: column;
font-size: 100%;
font-size: 100%;
margin: .25rem 0;
margin: .25rem 0;
第9行: 第7行:
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-direction: normal;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
float: left;
clear: left;
text-align: 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;">{{{标题1}}}</h2>
<h2 style="font-size: 0.9em;font-weight: 400;">{{{内容1}}}</h2>
<p>{{{内容1}}}</p>
<br>
<br>
</div>
</div>
<div style="border-radius: 8px;
<div style="border-radius: 8px;
display: block;
display:flex;
flex: 1;
flex-direction: column;
font-size: 100%;
font-size: 100%;
margin: .25rem 0;
margin: .25rem 0;
第29行: 第20行:
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-direction: normal;
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
float: right;
clear: right;
text-align: 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;">{{{标题2}}}</h2>
<h2 style="font-size: 0.9em;font-weight: 400;">{{{内容2}}}</h2>
<p>{{{内容2}}}</p>
</div>
</div>
</div>
</div>

2023年1月25日 (三) 17:54的最新版本

{{{内容1}}}



{{{内容2}}}