Commit dfce54fe authored by anxixi's avatar anxixi

首页相关功能

parent 8ae34c7e
...@@ -1705,11 +1705,11 @@ ...@@ -1705,11 +1705,11 @@
.content_events{ .content_events{
>ul{ >ul{
>li:nth-child(1){ >li:nth-child(1){
margin: 15px 0; margin-top: 15px;
} }
>li{ >li{
width: calc(100% / 3); width: calc(100% / 3);
margin: 15px 0 15px 25px; margin: 15px 0 0 25px;
>p{ >p{
margin-top: 15px; margin-top: 15px;
color: #1A1A1E; color: #1A1A1E;
...@@ -1742,11 +1742,11 @@ ...@@ -1742,11 +1742,11 @@
.content_guess{ .content_guess{
>ul{ >ul{
>li:nth-child(1){ >li:nth-child(1){
margin: 15px 0; margin-top: 15px;
} }
>li{ >li{
width: calc(100% / 3); width: calc(100% / 3);
margin: 15px 0 15px 25px; margin: 15px 0 0 25px;
>p{ >p{
margin-top: 15px; margin-top: 15px;
color: #1A1A1E; color: #1A1A1E;
......
...@@ -499,6 +499,7 @@ ...@@ -499,6 +499,7 @@
}); });
this.commentdata.iscomment = false; this.commentdata.iscomment = false;
this.commentdata.commentsCountStr++; this.commentdata.commentsCountStr++;
this.commentdata.wordarea = '';
this.contentList.unshift(response.result[0]); this.contentList.unshift(response.result[0]);
this.$refs.childintegral.getintegralCode('ITV002'); this.$refs.childintegral.getintegralCode('ITV002');
} else { } else {
...@@ -713,17 +714,17 @@ ...@@ -713,17 +714,17 @@
.foutdivcomment{ .foutdivcomment{
max-width: 1440px; max-width: 1440px;
margin: 0 auto; margin: 0 auto;
padding:60px 0; padding: 0;
min-height: 800px; min-height: 800px;
text-align: left; text-align: left;
background: #F8F8F8; background: #F8F8F8;
background-size: 100% auto; background-size: 100% auto;
background-repeat: no-repeat; background-repeat: no-repeat;
/*background-attachment:fixed;*/ /*background-attachment:fixed;*/
background-position-y: 60px; background-position-y: -1px;
} }
.divclasschild{ .divclasschild{
margin: 25px 120px 0; margin: 0 120px 0;
>div:nth-child(1){ >div:nth-child(1){
width: calc(100% - 430px); width: calc(100% - 430px);
margin-right: 30px; margin-right: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment