|
|
@@ -28,9 +28,7 @@
|
|
|
class="normal-txt"
|
|
|
v-html="item.info"
|
|
|
/>
|
|
|
- <button class="detail-entry">
|
|
|
- 作品鉴赏
|
|
|
- </button>
|
|
|
+ <button class="detail-entry" />
|
|
|
</li>
|
|
|
</ul>
|
|
|
<dit class="conclusion">
|
|
|
@@ -75,34 +73,34 @@ export default {
|
|
|
.unit-list{
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
- background-image: url(@/assets/images/unit-list-bg.jpg);
|
|
|
- background-size: 100% auto;
|
|
|
- background-repeat: no-repeat repeat;
|
|
|
overflow: auto;
|
|
|
&::-webkit-scrollbar { width: 0; } /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
|
|
|
- h3{
|
|
|
- font-size: 30px;
|
|
|
- font-family: Source Han Sans CN-Light, Source Han Sans CN;
|
|
|
- font-weight: 400;
|
|
|
- color: #fff;
|
|
|
- }
|
|
|
+ // h3{
|
|
|
+ // font-size: 30px;
|
|
|
+ // font-family: Source Han Sans CN-Light, Source Han Sans CN;
|
|
|
+ // font-weight: 400;
|
|
|
+ // color: #fff;
|
|
|
+ // }
|
|
|
.normal-txt, :deep(p){
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
font-family: Source Han Sans CN-Light, Source Han Sans CN;
|
|
|
font-weight: 300;
|
|
|
- line-height: 28px;
|
|
|
- width: 1055px;
|
|
|
+ line-height: 25px;
|
|
|
+ width: 1326px;
|
|
|
text-indent: 2em;
|
|
|
}
|
|
|
>main{
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- padding-top: 66px;
|
|
|
- padding-bottom: 66px;
|
|
|
+ padding-top: 47px;
|
|
|
+ padding-bottom: 47px;
|
|
|
+ background-image: url(@/assets/images/unit-list-bg.jpg);
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-repeat: no-repeat repeat;
|
|
|
>.foreword-wrap{
|
|
|
- width: 1355px;
|
|
|
- height: 406px;
|
|
|
+ width: 1564px;
|
|
|
+ height: 483px;
|
|
|
background-image: url(@/assets/images/foreword-bg.png);
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -115,10 +113,13 @@ export default {
|
|
|
// margin-bottom: 32px;
|
|
|
// }
|
|
|
>div.foreword{
|
|
|
- margin-top: 145px;
|
|
|
+ margin-top: 155px;
|
|
|
+ width: 1310px;
|
|
|
.normal-txt, :deep(p){
|
|
|
+ text-align: center;
|
|
|
+ text-indent: initial;
|
|
|
+ color: #576030;
|
|
|
text-indent: initial;
|
|
|
- color: #233953;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -127,10 +128,8 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- cursor: pointer;
|
|
|
- margin-bottom: 10px;
|
|
|
- width: 1355px;
|
|
|
- height: 406px;
|
|
|
+ width: 1564px;
|
|
|
+ height: 369px;
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
@@ -141,47 +140,62 @@ export default {
|
|
|
// margin-bottom: 32px;
|
|
|
// }
|
|
|
>.normal-txt{
|
|
|
+ margin-top: 155px;
|
|
|
+ width: 1326px;
|
|
|
}
|
|
|
>button.detail-entry{
|
|
|
position: absolute;
|
|
|
- width: 186px;
|
|
|
- height: 43px;
|
|
|
- border-radius: 5px 5px 5px 5px;
|
|
|
- bottom: 30px;
|
|
|
- font-size: 20px;
|
|
|
- font-family: Source Han Serif CN-Bold, Source Han Serif CN;
|
|
|
- color: #fff;
|
|
|
- line-height: 28px;
|
|
|
+ width: 216px;
|
|
|
+ height: 66px;
|
|
|
+ bottom: 60px;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
}
|
|
|
}
|
|
|
>li:nth-of-type(1){
|
|
|
background-image: url(@/assets/images/unit-1-bg.png);
|
|
|
>.normal-txt{
|
|
|
- margin-top: 168px;
|
|
|
- color: #6C4144;
|
|
|
+ color: #233953;
|
|
|
}
|
|
|
>button.detail-entry{
|
|
|
- background: #FE9B99;
|
|
|
+ background-image: url(@/assets/images/btn-unit-entry-1.png);
|
|
|
}
|
|
|
}
|
|
|
>li:nth-of-type(2){
|
|
|
background-image: url(@/assets/images/unit-2-bg.png);
|
|
|
>.normal-txt{
|
|
|
- margin-top: 187px;
|
|
|
- color: #256868;
|
|
|
+ color: #215430;
|
|
|
}
|
|
|
>button.detail-entry{
|
|
|
- background: #69BE99;
|
|
|
+ background-image: url(@/assets/images/btn-unit-entry-2.png);
|
|
|
}
|
|
|
}
|
|
|
>li:nth-of-type(3){
|
|
|
background-image: url(@/assets/images/unit-3-bg.png);
|
|
|
>.normal-txt{
|
|
|
- margin-top: 181px;
|
|
|
- color: #725E2C;
|
|
|
+ color: #533D23;
|
|
|
+ }
|
|
|
+ >button.detail-entry{
|
|
|
+ background-image: url(@/assets/images/btn-unit-entry-3.png);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >li:nth-of-type(4){
|
|
|
+ background-image: url(@/assets/images/unit-4-bg.png);
|
|
|
+ >.normal-txt{
|
|
|
+ color: #233953;
|
|
|
+ }
|
|
|
+ >button.detail-entry{
|
|
|
+ background-image: url(@/assets/images/btn-unit-entry-4.png);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >li:nth-of-type(5){
|
|
|
+ background-image: url(@/assets/images/unit-5-bg.png);
|
|
|
+ >.normal-txt{
|
|
|
+ color: #525323;
|
|
|
}
|
|
|
>button.detail-entry{
|
|
|
- background: #FEBE5C;
|
|
|
+ background-image: url(@/assets/images/btn-unit-entry-5.png);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -189,8 +203,8 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- width: 1355px;
|
|
|
- height: 406px;
|
|
|
+ width: 1564px;
|
|
|
+ height: 318px;
|
|
|
background-image: url(@/assets/images/conclusion.png);
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -200,8 +214,9 @@ export default {
|
|
|
// margin-bottom: 32px;
|
|
|
// }
|
|
|
>div{
|
|
|
- margin-top: 187px;
|
|
|
- color: #6C4144;
|
|
|
+ margin-top: 155px;
|
|
|
+ color: #533D23;
|
|
|
+ width: 1310px;
|
|
|
}
|
|
|
}
|
|
|
}
|