|
@@ -56,13 +56,13 @@ const news = reactive({
|
|
|
<p v-html="news.data.content"></p>
|
|
|
|
|
|
<div class="btn-block mt-10">
|
|
|
- <v-btn rounded="xl" color="grey-darken-2" class="px-7">
|
|
|
- 檔案下載
|
|
|
- </v-btn>
|
|
|
- <v-btn rounded="xl" color="grey-darken-2" class="px-7 ms-3">
|
|
|
- 前往連結
|
|
|
- </v-btn>
|
|
|
- </div>
|
|
|
+ <v-btn rounded="xl" color="grey-darken-2" class="px-7">
|
|
|
+ 檔案下載
|
|
|
+ </v-btn>
|
|
|
+ <v-btn rounded="xl" color="grey-darken-2" class="px-7 ms-3">
|
|
|
+ 前往連結
|
|
|
+ </v-btn>
|
|
|
+ </div>
|
|
|
</section>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
@@ -80,16 +80,6 @@ const news = reactive({
|
|
|
.btn-block {
|
|
|
display: flex;
|
|
|
justify-content: end;
|
|
|
- // position: absolute;
|
|
|
- // bottom: 80px;
|
|
|
- // right: 180px;
|
|
|
- // @media (max-width: 600px) {
|
|
|
- // bottom: 65px;
|
|
|
- // right: unset;
|
|
|
- // width: 100%;
|
|
|
- // display: flex;
|
|
|
- // justify-content: center;
|
|
|
- // }
|
|
|
}
|
|
|
|
|
|
.content {
|
|
@@ -98,15 +88,12 @@ const news = reactive({
|
|
|
background-position: center;
|
|
|
background-size: cover;
|
|
|
border-radius: 50px;
|
|
|
+ @media (max-width: 960px) {
|
|
|
+ width: 90%;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
}
|
|
|
.article {
|
|
|
- // position: absolute;
|
|
|
- // right: 0;
|
|
|
- // left: 0;
|
|
|
- // top: 75px;
|
|
|
- // height: 780px;
|
|
|
- // overflow-y: scroll;
|
|
|
- // overflow-x: hidden;
|
|
|
margin: auto;
|
|
|
padding: 80px 50px;
|
|
|
display: flex;
|
|
@@ -114,18 +101,13 @@ const news = reactive({
|
|
|
border: 1px solid #d4d6d8;
|
|
|
border-radius: 50px;
|
|
|
|
|
|
- // background-image: url('@/assets/img/news/news-detail-banner.png');
|
|
|
- // background-position: center;
|
|
|
- // background-size: cover;
|
|
|
-
|
|
|
- @media (max-width: 960px) {
|
|
|
- width: 80%;
|
|
|
- }
|
|
|
+ // @media (max-width: 960px) {
|
|
|
+ // width: 80%;
|
|
|
+ // }
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
- top: 55px;
|
|
|
- height: 470px;
|
|
|
- padding-top: 10px;
|
|
|
+ padding-top: 50px;
|
|
|
+ border: none;
|
|
|
}
|
|
|
|
|
|
h2 {
|
|
@@ -139,8 +121,6 @@ const news = reactive({
|
|
|
height: 100%;
|
|
|
padding: 30px;
|
|
|
p {
|
|
|
- // padding: 20px;
|
|
|
- // margin-bottom: 20px;
|
|
|
font-size: 18px;
|
|
|
font-weight: 400;
|
|
|
line-height: 32px;
|