ThinkAdmin/app/wechat/view/news/formstyle.html
2021-10-15 13:52:48 +08:00

87 lines
1.9 KiB
HTML

<style>
.news-left {
width: 300px;
float: left;
margin-right: 15px;
}
.news-right {
overflow: hidden;
width: 980px;
position: relative;
display: inline-block;
}
.news-left .news-item {
height: 150px;
cursor: pointer;
max-width: 270px;
overflow: hidden;
position: relative;
border-radius: 5px;
border: 1px solid #ccc;
background-size: cover;
background-position: center center
}
.news-left .news-item.active {
border: 1px solid #44b549 !important;
box-shadow: 0 0 5px 0 #44b549;
}
.news-left .article-add {
color: #999;
display: block;
font-size: 22px;
text-align: center
}
.news-left .article-add:hover {
color: #666
}
.news-left .news-title {
bottom: 0;
color: #fff;
width: 272px;
display: block;
padding: 0 5px;
max-height: 6em;
overflow: hidden;
margin-left: -1px;
position: absolute;
text-overflow: ellipsis;
background: rgba(0, 0, 0, .7)
}
.news-left .news-item a {
color: #fff;
width: 30px;
height: 30px;
float: right;
font-size: 12px;
margin-top: -1px;
line-height: 34px;
text-align: center;
margin-right: -1px;
background-color: rgba(0, 0, 0, .5)
}
.news-left .news-item:hover a {
display: inline-block !important
}
.news-left .news-item a:hover {
text-decoration: none;
background-color: #0C0C0C
}
.news-right .upload-image-box {
width: 130px;
height: 90px;
border-radius: 5px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
background: url("__ROOT__/static/theme/img/image.png") no-repeat center center;
background-size: cover;
}
</style>