| | |
| | | class="satisfaction-banner my-10 cursor--pointer" |
| | | @click="$router.push('/satisfactionList')" |
| | | > |
| | | <p class="satisfaction-text text--center">請填寫滿意度調查</p> |
| | | </div> |
| | | <el-row |
| | | v-for="(item, index) in notificationList" |
| | |
| | | .satisfaction-banner { |
| | | width: 100%; |
| | | height: 60px; |
| | | background-image: url('~/assets/images/satisfaction/satisfactionBtn_mob.svg'); |
| | | background-image: url('~/assets/images/satisfaction/satisfactionBtn_s_mob.svg'); |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | background-position: center; |
| | |
| | | |
| | | @include desktop { |
| | | height: 110px; |
| | | background-image: url('~/assets/images/satisfaction/satisfactionBtn_web.svg'); |
| | | background-image: url('~/assets/images/satisfaction/satisfactionBtn_s_web.svg'); |
| | | |
| | | .satisfaction-text { |
| | | font-size: 24px; |
| | |
| | | font-size: 24px; |
| | | @extend .cursor--pointer; |
| | | } |
| | | </style> |
| | | </style> |