Template:新闻说明/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第14行: | 第14行: | ||
.wiki-news-unit-left { | .wiki-news-unit-left { | ||
border: 1px solid # | border: 1px solid #0080ff; | ||
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 ); | box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 ); | ||
border-radius: 2px; | border-radius: 2px; | ||
第24行: | 第24行: | ||
.wiki-news-unit-right { | .wiki-news-unit-right { | ||
border: 1px solid # | border: 1px solid #0080ff; | ||
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 ); | box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 ); | ||
border-radius: 2px; | border-radius: 2px; |
2020年10月5日 (一) 22:38的版本
.wiki-news {
border: 1px solid #ccc;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
border-radius: 2px;
padding: 1em;
width: auto;
border: solid medium #E6E6FA;
}
.wiki-news-title {
padding: 0 0 0.5625em 0;
margin: 0;
}
.wiki-news-unit-left {
border: 1px solid #0080ff;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
border-radius: 2px;
padding: 1em;
width: 70%;
margin-left:15%;
border: solid medium #E6E6FA;
}
.wiki-news-unit-right {
border: 1px solid #0080ff;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
border-radius: 2px;
padding: 1em;
width: 70%;
margin-right:15%;
border: solid medium #E6E6FA;
}