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; height: 140px;
border-radius: 8px; border-radius: 8px;
background-image: url(../../assets/image/px.png); background-image: url(../../assets/image/px.png);
background-size: 100% 100%;
background-position: center;
} }
} }
.ontitle { .ontitle {

View File

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

View File

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