Commit dfce54fe authored by anxixi's avatar anxixi

首页相关功能

parent 8ae34c7e
......@@ -1705,11 +1705,11 @@
.content_events{
>ul{
>li:nth-child(1){
margin: 15px 0;
margin-top: 15px;
}
>li{
width: calc(100% / 3);
margin: 15px 0 15px 25px;
margin: 15px 0 0 25px;
>p{
margin-top: 15px;
color: #1A1A1E;
......@@ -1742,11 +1742,11 @@
.content_guess{
>ul{
>li:nth-child(1){
margin: 15px 0;
margin-top: 15px;
}
>li{
width: calc(100% / 3);
margin: 15px 0 15px 25px;
margin: 15px 0 0 25px;
>p{
margin-top: 15px;
color: #1A1A1E;
......
......@@ -499,6 +499,7 @@
});
this.commentdata.iscomment = false;
this.commentdata.commentsCountStr++;
this.commentdata.wordarea = '';
this.contentList.unshift(response.result[0]);
this.$refs.childintegral.getintegralCode('ITV002');
} else {
......@@ -713,17 +714,17 @@
.foutdivcomment{
max-width: 1440px;
margin: 0 auto;
padding:60px 0;
padding: 0;
min-height: 800px;
text-align: left;
background: #F8F8F8;
background-size: 100% auto;
background-repeat: no-repeat;
/*background-attachment:fixed;*/
background-position-y: 60px;
background-position-y: -1px;
}
.divclasschild{
margin: 25px 120px 0;
margin: 0 120px 0;
>div:nth-child(1){
width: calc(100% - 430px);
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