|
@@ -436,7 +436,7 @@ onBeforeUnmount(() => {
|
|
align-items: center;
|
|
align-items: center;
|
|
>.cover{
|
|
>.cover{
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
- height: calc(684 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
|
|
+ height: 100%;
|
|
padding-left: calc(22 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
padding-left: calc(22 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
padding-right: calc(22 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
padding-right: calc(22 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
writing-mode: vertical-lr;
|
|
writing-mode: vertical-lr;
|
|
@@ -444,12 +444,12 @@ onBeforeUnmount(() => {
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-position: center center;
|
|
>.age{
|
|
>.age{
|
|
- margin-top: calc(160 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
|
|
+ margin-top: calc(320 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
width: calc(44 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
width: calc(44 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
height: calc(57 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
height: calc(57 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
}
|
|
}
|
|
>.age-en{
|
|
>.age-en{
|
|
- margin-top: calc(166 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
|
|
+ margin-top: calc(326 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
font-family: KingHwa_OldSong;
|
|
font-family: KingHwa_OldSong;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: calc(26 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
font-size: calc(26 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
@@ -457,7 +457,7 @@ onBeforeUnmount(() => {
|
|
line-height: calc(30 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
line-height: calc(30 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
}
|
|
}
|
|
>.author-list{
|
|
>.author-list{
|
|
- margin-top: calc(166 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
|
|
+ margin-top: calc(326 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
font-family: KaiTi;
|
|
font-family: KaiTi;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-size: calc(20 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
font-size: calc(20 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
@@ -488,11 +488,11 @@ onBeforeUnmount(() => {
|
|
position: relative;
|
|
position: relative;
|
|
>.shadow{
|
|
>.shadow{
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 0;
|
|
|
|
|
|
+ top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(285 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
- background: linear-gradient( 360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0,0,0,0) 100%);
|
|
|
|
|
|
+ height: calc(120 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
+ background: linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0,0,0,0) 100%);
|
|
}
|
|
}
|
|
>.special-desc{
|
|
>.special-desc{
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|