@@ -41,12 +41,12 @@
大德年间,任仁发因治水有功,入宫觐见元成宗,任都水司监丞,至大二年(1309),任中尚院判官,并主持修治通惠河河闸、开掘会通河僵沙等,以此升任都水司少监。赵孟頫在为任仁发《水利集》所作跋中称赞任仁发“世居江乡,素谙农务水利之辙。……川泽在人心,名声满天下”。
经调查,任仁发家族墓地共有六座,皆为石室墓。出土墓志八方,分属任仁发及其子贤才、贤能、贤德,三侄任良佑、任明、任良辅,一孙媳钦察台守真荣。任仁发墓地出土器物丰富,但因文物遭到盗扰,无法确定归属,现分藏中国国家博物馆、上海博物馆和南京博物院。
</p>
- <div class="img-box">
+ <!-- <div class="img-box">
<img
src="@/assets/images/camera-content-2-1-3-tab-1-img.png"
alt=""
>
- </div>
+ </div> -->
</div>
<div
@@ -105,7 +105,12 @@
- <img src="@/assets/images/camera-content-3-1-2-tab-2-img.png">
+ <div class="right-img">
+ <img src="@/assets/images/camera-content-3-1-2-tab-2-img.png">
+ <div class="title">
+ 玉山雅集图
+ </div>
@@ -337,8 +342,20 @@ const activeTabIdx = ref(1)
width: 50%;
}
- >img {
+ > .right-img{
+ position: relative;
height: calc(464 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+ >img {
+ height: 100%;
+ }
+ >.title{
+ position: absolute;
+ left: 50%;
+ top: 100%;
+ transform: translate(-50%, 100%);
+ font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+ font-family: "Source Han Sans SC light";
@@ -1461,6 +1461,7 @@ onMounted(() => {
letter-spacing: 7px;
text-shadow: 0px 15px 25px rgba(0,0,0,0.59);
padding-right: 10px;
+ z-index: 1;
>button.skip{
position: absolute;
@@ -433,6 +433,7 @@ const handleScroll = debounce(() => {
-webkit-line-clamp: 2;
overflow: hidden;
writing-mode: vertical-rl;
+ letter-spacing: 0.2em;
background-image: url(@/assets/images/relic-item-title-bg.png);
background-size: contain;
background-repeat: no-repeat;