-
-
-
公司简介
-
案例展示
-
联系我们
-
招贤纳士
-
- {{ isHard ? '工业设计' : '软硬件研发' }}
-
-
+
+
+
![]()
+
+
+
+
公司简介
+
案例展示
+
联系我们
+
招贤纳士
+
+ {{ isHard ? '工业设计' : '软硬件研发' }}
+
@@ -116,61 +116,64 @@ const scrollToTop = () => {
width: 18px;
height: 12px;
}
- .modal_drawer {
- position: fixed;
- top: 0;
+}
+.modal_drawer {
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100vh;
+ z-index: 999;
+ background: rgba(0, 0, 0, 0.67);
+ .close {
+ position: absolute;
+ right: 20px;
+ width: 13px;
+ height: 13px;
+ top: 17px;
+ }
+ .content {
+ position: absolute;
left: 0;
right: 0;
bottom: 0;
+ height: 348px;
+ background: #fff;
z-index: 999;
- background: rgba(0, 0, 0, 0.67);
- .close {
- position: absolute;
- right: 20px;
- width: 13px;
- height: 13px;
- top: 17px;
+ border-top-right-radius: 20px;
+ border-top-left-radius: 20px;
+ display: flex;
+ flex-direction: column;
+ .icon_wrap {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 12px 0 0 0;
+ .icon {
+ width: 24px;
+ height: 2px;
+ border-radius: 1px;
+ background: #000;
+ }
}
- .content {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 348px;
- background: #fff;
- border-top-right-radius: 20px;
- border-top-left-radius: 20px;
+ .btn_wrap {
+ flex: 1;
display: flex;
flex-direction: column;
- .icon_wrap {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 12px 0 0 0;
- .icon {
- width: 24px;
- height: 2px;
- border-radius: 1px;
- background: #000;
- }
- }
- .btn_wrap {
+ align-items: center;
+ justify-content: space-evenly;
+ .btn {
+ font-size: 13px;
+ font-family: Alibaba PuHuiTi;
+ font-weight: 400;
+ color: #000000;
+ width: 100%;
flex: 1;
display: flex;
- flex-direction: column;
align-items: center;
- justify-content: space-evenly;
- .btn {
- font-size: 13px;
- font-family: Alibaba PuHuiTi;
- font-weight: 400;
- color: #000000;
- width: 100%;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- }
+ justify-content: center;
}
}
}
diff --git a/src/pages/Hardware.vue b/src/pages/Hardware.vue
index 9814b82..7b60103 100644
--- a/src/pages/Hardware.vue
+++ b/src/pages/Hardware.vue
@@ -26,11 +26,11 @@
@@ -73,7 +73,9 @@ const handleRelease = e => {