This commit is contained in:
shijingjing
2022-02-18 17:29:02 +08:00
parent 66d7834e44
commit 5a1529ead6
2 changed files with 6 additions and 7 deletions

View File

@@ -173,6 +173,7 @@ export default {
font-size: 32px;
background: #FFFFFF;
padding-bottom: 40px;
color: #333333;
}
.address {
background: #FFFFFF;
@@ -195,9 +196,6 @@ export default {
vertical-align: top;
}
}
}
.comment {
padding: 0 32px 30px 32px;
@@ -214,6 +212,7 @@ export default {
}
.item {
font-size: 28px;
padding: 10px 0;
.avatar {
color: #576a91;
}
@@ -233,7 +232,7 @@ export default {
.textarea {
width: 100%;
padding: 30px 0 0 0 ;
color: #999999;
color: #333333;
margin-bottom: 20px;
}
}