|
@@ -1630,7 +1630,7 @@ color: #999999;
|
|
|
color: #2CB7CA;
|
|
|
}
|
|
|
|
|
|
-.jy-index-recommend .recommend-context .item-one .more {
|
|
|
+.jy-index-recommend .recommend-context .item-one .more,.jy-index-strategy .strategy-content .strate_module .strate_more {
|
|
|
background: url(/images/index/link-arrow.png) right center no-repeat;
|
|
|
background-size: 20px 20px;
|
|
|
}
|
|
@@ -1756,10 +1756,71 @@ letter-spacing: 0.1em;
|
|
|
color: #686868;
|
|
|
margin-top: 2px;
|
|
|
text-align: center;
|
|
|
-
|
|
|
+}
|
|
|
+.jy-index-strategy{
|
|
|
+ margin-top: 60px;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content{
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
-/* 首页底部pc-bottom单独设置的样式 */
|
|
|
+.jy-index-strategy .strategy-content .strate_module{
|
|
|
+ flex-basis: calc(33.33% - 20px); /* 33.33% - margin */
|
|
|
+ margin: 10px;
|
|
|
+ width: 380px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_title{
|
|
|
+ display: flex;
|
|
|
+ height: 38px;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-bottom: 1px solid #2ABED1;
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_module .strate_title .strate_name{
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 38px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_title .strate_more{
|
|
|
+ padding-right: 23px;
|
|
|
+ color: #686868;
|
|
|
+ text-decoration: none;
|
|
|
+ line-height: 38px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin: 10px 10px 10px 20px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content .strate_c_list{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 10px;
|
|
|
+ height: 22px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content .strate_c_list a{
|
|
|
+ color: #686868;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content .strate_c_list a:hover{
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content .strate_l_r_c_date{
|
|
|
+ color: #999999;
|
|
|
+ min-width: 50px;
|
|
|
+}
|
|
|
+.jy-index-strategy .strategy-content .strate_content .strate_c_list .title-div{
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+ /* 首页底部pc-bottom单独设置的样式 */
|
|
|
.jy_classify{
|
|
|
padding-top: 32px!important;
|
|
|
-}
|
|
|
+}
|