|
@@ -58,7 +58,12 @@
|
|
|
<span>卷</span> <span>绢本</span> <span>设色</span>
|
|
|
</p>
|
|
|
<p class="subtitle subtitle-2">
|
|
|
- <span>宋</span> <span>赵佶</span>
|
|
|
+ <span>宋</span> <span>赵佶</span><img
|
|
|
+ class="pin-yin"
|
|
|
+ src="@/assets/images/pin-yin-jí.png"
|
|
|
+ alt=""
|
|
|
+ draggable="false"
|
|
|
+ >
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
@@ -221,12 +226,20 @@ function showBigPainting() {
|
|
|
color: #E1EDD9;
|
|
|
line-height: calc(38px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
writing-mode: vertical-lr;
|
|
|
+ letter-spacing: 0.2em;
|
|
|
}
|
|
|
>p:nth-of-type(1) {
|
|
|
margin-left: calc(30px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
}
|
|
|
>p:nth-of-type(2) {
|
|
|
margin-left: calc(12px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
+ >img.pin-yin{
|
|
|
+ position: absolute;
|
|
|
+ bottom: calc(115px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
+ right: calc(-6px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
+ width: calc(9px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
+ height: calc(13px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
>button.view-img{
|