Commit beddceb1 authored by 黄奎's avatar 黄奎

页面修改

parent d03df6c7
<style scoped>
<style>
.tour_visa {
padding-top: 70px;
padding-bottom: 40px;
......@@ -12,13 +12,37 @@
font-size: 25px;
}
.tour_visa .tourtable {
width: 100%;
font-size: 14px;
color: #666;
border-collapse: collapse;
}
.tour_visa .tourtable thead th {
background-color: #03A9F4;
color: #fff;
padding: 10px 0;
margin: 0;
border: 0;
vertical-align: baseline;
font-weight: 700;
text-align: center;
}
.tour_visa .tourtable tbody td {
vertical-align: middle;
padding: 8px;
border-bottom: 1px solid #ddd;
text-align: center;
}
</style>
<template>
<q-page>
<div class="tour_visa">
<h1 class="title">護照簽證費用說明</h1>
<table>
<table class="tourtable">
<thead>
<tr>
<th>項目</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment