diff --git a/src/App.vue b/src/App.vue index 9274a05..93241df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,8 +25,21 @@ body { width: 0px; height: 5px; } -} + table { + td { + border: 1px solid #000 !important; + height: 25px; + line-height: 25px; + text-align: center; + padding: none; + } + } + + img { + cursor: pointer; + } +} @font-face { font-family: "HanWangKaiBold-Gb5"; src: url("../static/fontFile/HanWangKaiBold-Gb5.ttf"); diff --git a/src/views/InformationQuery.vue b/src/views/InformationQuery.vue index 31c390f..adb255c 100644 --- a/src/views/InformationQuery.vue +++ b/src/views/InformationQuery.vue @@ -342,27 +342,27 @@ export default { } &:nth-of-type(2) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(3) { width: 240px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(4) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(5) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(6) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(7) { width: 140px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } } @@ -374,6 +374,7 @@ export default { } td { + border:none!important; line-height: 40px; text-align: center; height: 40px; @@ -387,27 +388,27 @@ export default { &:nth-of-type(1) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(2) { width: 240px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(3) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(4) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(5) { width: 160px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } &:nth-of-type(6) { width: 140px; - border-left: 1px solid #dcebf6; + border-left: 1px solid #dcebf6!important; } /* &:nth-of-type(7) { diff --git a/src/views/home/ApplyFor.vue b/src/views/home/ApplyFor.vue index 1b4af1b..5f679e5 100644 --- a/src/views/home/ApplyFor.vue +++ b/src/views/home/ApplyFor.vue @@ -102,7 +102,7 @@ -
下一步
+
下一页
diff --git a/src/views/home/HomePage.vue b/src/views/home/HomePage.vue index e580a90..8cf460e 100644 --- a/src/views/home/HomePage.vue +++ b/src/views/home/HomePage.vue @@ -1,177 +1,183 @@