@ -4,9 +4,9 @@
< img class = "banner" :src ="artInfo?.urlList[0]" alt = "" / >
< div class = "intro-container" >
<!-- 标题 -- >
< h3 class = "art-title" > { { switchLanguage ( artInfo , 'artworkName' ) } } < / h3 >
< div class = "art-title" > { { switchLanguage ( artInfo , 'artworkName' ) } } < / div >
<!-- 作者 -- >
< h5 class = "art-author" > { { artInfo . author } } < / h5 >
< div class = "art-author" > { { artInfo . author } } < / div >
<!-- 导航按钮 -- >
< div class = "go-container" @click ="clickGo" > {{ $ t ( ' art.go ' ) }} < / div >
<!-- 介绍
@ -55,7 +55,8 @@ function clickGo() {
. art - title {
max - width : 200 px ;
height : 18 px ;
height : 22 px ;
padding - top : 4 px ;
font - size : 16 px ;
font - family : 'font_bold' ;
color : # 736661 ;
@ -66,8 +67,9 @@ function clickGo() {
}
. art - author {
max - width : 150 px ;
height : 14 px ;
margin - top : 2 px ;
height : 17 px ;
padding - top : 3 px ;
margin - top : 1 px ;
font - size : 12 px ;
font - family : 'font_regular' ;
color : # 9 b8c85 ;