diff --git a/assets/styles/global.less b/assets/styles/global.less index d5feb91..ff1a65b 100644 --- a/assets/styles/global.less +++ b/assets/styles/global.less @@ -42,3 +42,44 @@ } } } + + +.event-none { + pointer-events: none; +} + +.event-auto { + pointer-events: auto; +} + +.bottom-btn { + position: absolute; + .event-auto; + width: 100%; + bottom: 0; + left: 0; +} + + +.custom-tab { + .ant-tabs-ink-bar { + background: rgba(120, 240, 253, 1); + } + .ant-tabs-nav .ant-tabs-tab-active { + color: #fff; + } + .ant-tabs-bar { + margin: 0; + } + .ant-tabs-nav { + color: #fff; + } + .ant-tabs-nav-wrap { + background: linear-gradient(90deg, rgba(0, 107, 207, 0.4) 0%, rgba(0, 128, 247, 0.08) 100%) !important; + + } + + .ant-tabs-nav-scroll { + background: linear-gradient(90deg, rgba(0, 107, 207, 0.4) 0%, rgba(0, 128, 247, 0.08) 100%) !important; + } +} diff --git a/components/Map.vue b/components/Map.vue index 65c0439..4150bd1 100644 --- a/components/Map.vue +++ b/components/Map.vue @@ -1,5 +1,8 @@ + diff --git a/components/smallCommon/CusDesc2.vue b/components/smallCommon/CusDesc2.vue new file mode 100644 index 0000000..ddc922e --- /dev/null +++ b/components/smallCommon/CusDesc2.vue @@ -0,0 +1,61 @@ + + + + + + + diff --git a/components/smallCommon/Faguang.vue b/components/smallCommon/Faguang.vue new file mode 100644 index 0000000..600fa73 --- /dev/null +++ b/components/smallCommon/Faguang.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/components/smallCommon/SystemTitle.vue b/components/smallCommon/SystemTitle.vue index 7f8abc3..48195f2 100644 --- a/components/smallCommon/SystemTitle.vue +++ b/components/smallCommon/SystemTitle.vue @@ -7,7 +7,9 @@
{{ tq }}

{{ customTitle }}

{{ customTitle || title }}一体化平台

-
返回
+
+ 返回
+
{{ btn.title }} @@ -105,10 +107,13 @@ export default { position: absolute; right: 10px; top: 40px; - border-radius: 10px; - padding: 5px 20px; - color: #fff; - background-color: #1890ff; + opacity: 1; + font-size: 20px; + font-weight: 400; + letter-spacing: 0px; + line-height: 28.96px; + color: rgba(35, 209, 232, 1); + vertical-align: top; cursor: pointer; } .time { diff --git a/components/smallCommon/Web5Title.vue b/components/smallCommon/Web5Title.vue new file mode 100644 index 0000000..90ba0a7 --- /dev/null +++ b/components/smallCommon/Web5Title.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/pages/cleanTravel/ledger.vue b/pages/cleanTravel/ledger.vue index 2d55630..38fdd29 100644 --- a/pages/cleanTravel/ledger.vue +++ b/pages/cleanTravel/ledger.vue @@ -3,9 +3,10 @@