diff --git a/pages/home/home.vue b/pages/home/home.vue
index 1d12b55..2079ee2 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -1,12 +1,13 @@
+
葛店经济技术开发区图书馆
-
+
@@ -99,7 +100,7 @@
@@ -147,8 +148,7 @@
ref="popup"
type="center"
:mask-click="true"
- @maskClick="closePopup"
- :custom-style="popupFixedStyle"
+ @maskClick="closeAllPopup"
>
+
+
+
+
@@ -196,7 +216,7 @@
+
\ No newline at end of file
diff --git a/static/iconfont.css b/static/iconfont.css
index dcbd00e..24d1aaf 100644
--- a/static/iconfont.css
+++ b/static/iconfont.css
@@ -11,6 +11,14 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-daohang-banzhengxuzhi:before {
+ content: "\e614";
+}
+
+.icon-a-28-banzhengjian:before {
+ content: "\e6a4";
+}
+
.icon-yihuifu1:before {
content: "\e676";
}
diff --git a/static/iconfont.ttf b/static/iconfont.ttf
index 217bb6e..86abb1a 100644
Binary files a/static/iconfont.ttf and b/static/iconfont.ttf differ
diff --git a/styles/global.scss b/styles/global.scss
index c960318..92b83f5 100644
--- a/styles/global.scss
+++ b/styles/global.scss
@@ -77,8 +77,15 @@
margin-bottom: 10px;
}
.library-name {
- font-size: 14px;
- text-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.2);
+ font-size: 16px;
+ font-weight: bold;
+ margin-top: 8px;
+ text-shadow: 0 2px 5px rgba(0,0,0,0.2);
+ }
+ .sub-title {
+ font-size: 12px;
+ opacity: 0.9;
+ margin-top: 4px;
}
}
}
@@ -259,7 +266,7 @@
}
.qrcode-popup {
- width: 300px;
+ width: 240px;
padding: 20px;
background: #fff;
border-radius: 12px;
@@ -284,4 +291,24 @@
border-radius: 20px;
font-size: 14px;
padding: 5px 20px;
+}
+
+.register-btn {
+ position: fixed;
+ bottom: 40px;
+ left: 50%;
+ transform: translateX(-50%);
+ width: calc(100% - 40px);
+ height: 44px;
+ line-height: 44px;
+ border-radius: 24px;
+ background-color: #fff !important;
+ color: #01a4fe !important;
+ border: 1px solid #01a4fe !important;
+ font-size: 16px;
+ font-weight: 500;
+
+ &::after {
+ border: none !important;
+ }
}
\ No newline at end of file
diff --git a/subpkg/pages/reader-card/reader-card.vue b/subpkg/pages/reader-card/reader-card.vue
index 78f95db..895d412 100644
--- a/subpkg/pages/reader-card/reader-card.vue
+++ b/subpkg/pages/reader-card/reader-card.vue
@@ -33,7 +33,7 @@
- 新增读者证
+ 绑定读者证
@@ -60,9 +60,11 @@
background="#f5f5f5"
/>
{{ qrcodeText }}
- 关闭
+
+
+
@@ -239,6 +241,12 @@ export default {
toAddReaderCard() {
uni.navigateTo({ url: "/pages/login/login" });
},
+ // 跳转到在线办证页面
+ goRegister() {
+ uni.navigateTo({
+ url: '/pages/register/register'
+ });
+ }
}
}