px
This commit is contained in:
@@ -38,58 +38,58 @@
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
.PersonafFollow {
|
||||
padding: 0.49rem 0 0.39rem 0;
|
||||
padding: 49px 0 39px 0;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 0.26rem;
|
||||
font-size: 26px;
|
||||
color: #95998f;
|
||||
margin-bottom: 0.28rem;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.center {
|
||||
font-size: 0.3rem;
|
||||
font-size: 30px;
|
||||
color: #000;
|
||||
line-height: 0.46rem;
|
||||
line-height: 46px;
|
||||
}
|
||||
.answer {
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 0.34rem;
|
||||
margin-top: 34px;
|
||||
> img {
|
||||
width: 0.58rem;
|
||||
height: 0.58rem;
|
||||
border-radius: 0.04rem;
|
||||
margin-right: 0.2rem;
|
||||
width: 58px;
|
||||
height: 58px;
|
||||
border-radius: 4px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
> div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
> p {
|
||||
font-size: 0.24rem;
|
||||
font-size: 24px;
|
||||
color: #000;
|
||||
}
|
||||
> p:last-child {
|
||||
margin-top: 0.1rem;
|
||||
font-size: 0.24rem;
|
||||
margin-top: 10px;
|
||||
font-size: 24px;
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
}
|
||||
.agree {
|
||||
margin-top: 0.29rem;
|
||||
font-size: 0.26rem;
|
||||
margin-top: 29px;
|
||||
font-size: 26px;
|
||||
color: #95998f;
|
||||
}
|
||||
.content {
|
||||
> img {
|
||||
width: 6.9rem;
|
||||
height: 3.74rem;
|
||||
width: 690px;
|
||||
height: 374px;
|
||||
background-color: #000;
|
||||
display: block;
|
||||
margin-top: 0.39rem;
|
||||
margin-bottom: 0.32rem;
|
||||
margin-top: 39px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
> p {
|
||||
overflow: hidden;
|
||||
@@ -97,21 +97,21 @@
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
line-height: 0.4rem;
|
||||
font-size: 0.26rem;
|
||||
line-height: 40px;
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
.operation{
|
||||
display: flex;
|
||||
margin-top: 0.3rem;
|
||||
margin-top: 30px;
|
||||
>div{
|
||||
margin-right: 0.6rem;
|
||||
font-size: 0.22rem;
|
||||
margin-right: 60px;
|
||||
font-size: 22px;
|
||||
color: #95998F;
|
||||
>img{
|
||||
width: 0.17rem;
|
||||
height: 0.17rem;
|
||||
margin-right: 0.11rem;
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
margin-right: 11px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,19 +12,19 @@
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
.PersonalAnswer {
|
||||
padding: 0.49rem 0 0.39rem 0;
|
||||
padding: 49px 0 39px 0;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 0.26rem;
|
||||
font-size: 26px;
|
||||
color: #95998f;
|
||||
margin-bottom: 0.28rem;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.center {
|
||||
font-size: 0.3rem;
|
||||
font-size: 30px;
|
||||
color: #000;
|
||||
line-height: 0.46rem;
|
||||
line-height: 46px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user