Files
ClassContent/历届学生/韩一伟/项目开发/上课项目/案例/css/index.css
2024-09-27 02:06:13 +08:00

57 lines
887 B
CSS

.recommend {
width: 280px;
}
.title {
margin-bottom: 15px;
}
.title span{
font-size: 14px;
color: #969696;
}
.title .refresh span{
font-size: 14px;
color: #969696;
}
.title .refresh i{
font-size: 12px;
}
.content {}
.content li{
margin-bottom: 15px;
}
.content li a{}
.content li .tx{
width: 48px;
height: 48px;
border-radius: 100%;
}
.content_right {
margin-left: 10px;
width: calc(100% - 58px);
margin-top: 5px;
}
.content_right .desc {
margin-top: 2px;
font-size: 12px;
color: #969696;
}
.content_right_top p{
font-size: 14px;
}
.content_right_top .guanzhu {
font-size: 13px;
color: #42c02e;
}
.all {
padding: 7px 7px 7px 12px;
background: #f7f7f7;
border: 1px solid #dcdcdc;
color: #787878;
font-size: 13px;
text-align: center;
border-radius: 4px;
}
.all i {
font-size: 13px;
}