style:修改讨论详情背景图以及文本框placeholder

This commit is contained in:
李晓鸽
2022-09-26 14:02:57 +08:00
parent 9e1603b622
commit da2ee385ac
3 changed files with 25 additions and 2 deletions

View File

@@ -383,6 +383,8 @@ export default {
height: 140px;
border-radius: 8px;
background-image: url(../../assets/image/px.png);
background-size: 100% 100%;
background-position: center;
}
}
.ontitle {

View File

@@ -218,7 +218,7 @@ export default {
};
</script>
<style lang="scss">
<style lang="scss">
.clearfix:before,
.clearfix:after {
content: "";
@@ -347,9 +347,11 @@ export default {
}
.dianzan {
background-image: url(../../assets/image/dianzan2.png);
// background-size: 100%;
}
.shoucang {
background-image: url(../../assets/image/shoucang.png);
// background-size: 100%;
}
}
.contentmid {
@@ -391,6 +393,13 @@ export default {
// margin: 23px 50px;
border-radius: 8px;
background-color: rgba(245, 246, 247, 1);
padding: 11px 25px;
}
.el-textarea__inner::placeholder {
font-size: 14px;
font-weight: 500;
color: #666666;
line-height: 24px;
}
// .el-input__inner {
// &::-webkit-input-placeholder {
@@ -410,6 +419,7 @@ export default {
height: 55px;
border-radius: 8px;
background-image: url(../../assets/image/px.png);
background-size: 100%;
}
.cha {
cursor: pointer;
@@ -421,6 +431,7 @@ export default {
height: 18px;
border-radius: 50%;
background-image: url(../../assets/image/X.png);
background-size: 100%;
}
}
.uploadAnd {
@@ -487,6 +498,7 @@ export default {
height: 41px;
border-radius: 50%;
background-image: url(../../assets/image/px.png);
background-size: 100%;
}
.id {
margin-left: 8px;
@@ -538,6 +550,7 @@ export default {
width: 23px;
height: 23px;
background-image: url(../../assets/image/talk.png);
background-size: 100%;
}
}
.intime {
@@ -555,9 +568,11 @@ export default {
}
.pinglun {
background-image: url(../../assets/image/pinglun.png);
background-size: 100%;
}
.dianzan {
background-image: url(../../assets/image/dianzan2.png);
background-size: 100%;
}
.count {
margin-left: 7px;
@@ -597,9 +612,11 @@ export default {
}
.avaone {
background-image: url(../../assets/image/px.png);
background-size: 100%;
}
.avatwo {
background-image: url(../../assets/image/px.png);
background-size: 100%;
}
.replytime {
margin-left: 17px;
@@ -619,6 +636,7 @@ export default {
height: 65px;
border-radius: 8px;
background-image: url(../../assets/image/px.png);
background-size: 100%;
}
}
.mainreply {
@@ -637,6 +655,7 @@ export default {
width: 23px;
height: 23px;
background-image: url(../../assets/image/talk.png);
background-size: 100%;
}
}
@@ -674,6 +693,7 @@ export default {
// height: 55px;
// border-radius: 8px;
// background-image: url(../../assets/image/px.png);
// background-size: 100%;
// }
// .cha {
// cursor: pointer;
@@ -685,6 +705,7 @@ export default {
// height: 18px;
// border-radius: 50%;
// background-image: url(../../assets/image/X.png);
// background-size: 100%;
// }
// }
// .uploadAnd {

View File

@@ -607,7 +607,7 @@ export default {
.historytitle2 {
width: 100%;
height: 48px;
background: #fff;
// background: #fff;
display: flex;
}
}