文章详情1
This commit is contained in:
parent
a8b72ae9df
commit
1b309dd0b6
@ -67,66 +67,66 @@ export default {};
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.line {
|
.line {
|
||||||
height: 20px;
|
height: 0.2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
.question {
|
.question {
|
||||||
height: 100px;
|
height: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 36px;
|
font-size: 0.36rem;
|
||||||
text-indent: 30px;
|
text-indent: 0.3rem;
|
||||||
line-height: 100px;
|
line-height: 1rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 34px;
|
font-size: 0.34rem;
|
||||||
margin-top: 48px;
|
margin-top: 0.48rem;
|
||||||
text-indent: 31px;
|
text-indent: 0.31rem;
|
||||||
}
|
}
|
||||||
.recommend {
|
.recommend {
|
||||||
width: 6.90px;
|
width: 6.9rem;
|
||||||
margin-top: 13px;
|
margin-top: 0.13rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-bottom: 1px solid #95998f;
|
border-bottom: 0.01rem solid #95998f;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.articlename {
|
.articlename {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 30px;
|
font-size: 0.3rem;
|
||||||
line-height: 40px;
|
line-height: 0.4rem;
|
||||||
width: 465px;
|
width: 4.65rem;
|
||||||
margin-top: 40px;
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
.articlecontent {
|
.articlecontent {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 26px;
|
font-size: 0.26rem;
|
||||||
margin-top: 15px;
|
margin-top: 0.15rem;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 0.14rem;
|
||||||
width: 674px;
|
width: 6.74rem;
|
||||||
}
|
}
|
||||||
.author {
|
.author {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-size: 22px;
|
font-size: 0.22rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 14px;
|
margin-top: 0.14rem;
|
||||||
margin-bottom: 35px;
|
margin-bottom: 0.35rem;
|
||||||
}
|
}
|
||||||
.pic{
|
.pic{
|
||||||
width: 182px;
|
width: 1.82rem;
|
||||||
height: 120px;
|
height: 1.2rem;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
}
|
}
|
||||||
.pics{
|
.pics{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 31px;
|
margin-bottom: 0.31rem;
|
||||||
>img{
|
>img{
|
||||||
width: 223px;
|
width: 2.23rem;
|
||||||
height: 147px;
|
height: 1.47rem;
|
||||||
margin-right: 10px;
|
margin-right: 0.1rem
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user