- 用户动态
+ 用户动态
<% find_all_activities.each do |event| %>
-
diff --git a/public/stylesheets/welcome.css b/public/stylesheets/welcome.css
index bc2e1b7ce..7d85e3615 100644
--- a/public/stylesheets/welcome.css
+++ b/public/stylesheets/welcome.css
@@ -91,7 +91,7 @@ ul.welcome-message-list{
}
/*鍚勭鍒楄〃鏄剧ず*/
.d-p-index-box{
- border: 1px solid #e6e6e6;
+ /*border: 1px solid #e6e6e6;*/
background: #ffffff;
padding: 1px;
}
@@ -105,19 +105,25 @@ ul.welcome-message-list{
.d-p-index-box h2{
height: 35px;
line-height: 35px;
- background-color: #f2f2f2;
- color: #333;
+ background-color: rgb(252, 252, 252);
+ color: green;
text-indent: 8px;
margin: 0;
padding: 0;
display: block;
font-size: 1em;
- -webkit-margin-before: 0.83em;
+ border-top: none;
+ border-bottom: 1px solid rgb(21, 165, 200);
+ /*-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
+ -webkit-margin-end: 0px;*/
font-weight: bold;
margin-top: 0px;
+ /*-webkit-box-shadow:5px 2px 6px #eee;
+ -moz-box-shadow:5px 2px 6px #eee;
+ padding:4px 10px;
+ text-shadow:5px 2px 6px #eee;*/
}
.d-p-index-hotproject{
width: 48%;
@@ -150,15 +156,16 @@ li {
height:auto;
margin: 0px;
padding: 0px;
+ background-color: rgb(252, 252, 252);
}
.d-p-index-newsource li,.d-p-index-hotproject ul.d-p-projectlist li{
- color: #999999;
+ color: rgb(72,72,72);
background: center -1px no-repeat;
line-height: 20px;
padding: 5px 5px 0px 9px;
width: 440px;
/*cursor: pointer;*/
- font: 12px/1.5 tahoma,arial,\5b8b\4f53;
+ /*font: 12px/1.5 tahoma,arial,\5b8b\4f53;*/
float: left;
/* display:block;*/
margin-left: 0px;
@@ -167,7 +174,7 @@ li {
}
.d-g-blue{
- color: green !important;
+ color: rgb(62, 98, 166) !important;
font-weight: 700;
}
@@ -196,8 +203,12 @@ p.layout {
height: 40px;
margin-top: 5px;
}
-.message-brief-intro .gray{
- color: gray;
+.message-brief-intro a.gray{
+ color: #07a;
+}
+
+.message-brief-intro a.gray:visited{
+ color: blue;
}
.avatar-4 {
@@ -210,7 +221,9 @@ p.layout {
/*p.clr, .clr { clear:both; padding:0; margin:0; background:none;}*/
-
+.inner-right a, a:link, a:visited {
+ color: rgb(62, 98, 166);
+}