first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
body,p,ul,li,h1,h2,h3,h4,h5,h6,input{
margin: 0;
padding: 0;
border: none;
}
li{
list-style: none;
}
input {
/* 去除选中input时候产生的外边框 */
outline: none;
}

View File

@@ -0,0 +1,69 @@
.news {
width: 280px;
}
.news .news_title {
margin-bottom: 15px;
}
.news .news_title p {
font-size: 14px;
color: #969696;
}
.news .news_title .reload {
font-size: 14px;
color: #969696;
}
.news .news_title .reload .icon-update{
font-size: 14px;
}
.news_list {}
.news_list li {
overflow: hidden;
margin-bottom: 10px;
}
.news_list li img{
width: 48px;
height: 48px;
margin-right: 10px;
border-radius: 100%;
}
.news_list_text {
margin-top: 3px;
width: 222px;
}
.news_list_text .list_text_title {
margin-bottom: 3px;
}
.news_list_text .list_text_title .user_name{
font-size: 14px;
color: #333;
}
.news_list_text .list_text_title .follow{
font-size: 13px;
color: #42c02e;
}
.news_list_text .list_text_title .follow i{
font-size: 13px;
}
.news_list_text .list_text_statistics {
font-size: 12px;
color: #969696;
}
.view_all {
font-size: 13px;
color: #787878;
background-color: #f7f7f7;
border: 1px solid #dcdcdc;
border-radius: 4px;
padding: 7px 7px 7px 12px;
text-align: center;
}
.view_all span {
vertical-align: middle;
}
.view_all i {
font-size: 12px;
zoom: 0.7;
}

View File

@@ -0,0 +1,13 @@
/* 存放使用率高的css代码 */
.left {
float: left;
}
.right {
float: right;
}
.hidden {
overflow: hidden;
}