From 21834f5928864269dd14783793336589c955b939 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 5 Feb 2025 18:34:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/index.vue | 81 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 3 deletions(-) diff --git a/src/components/main/index.vue b/src/components/main/index.vue index 520a24c..cb40059 100644 --- a/src/components/main/index.vue +++ b/src/components/main/index.vue @@ -13,7 +13,39 @@ -
+
+
+
+
+ +
+
+ 我是总包 +
+
+
+
+
+
+ +
+
+ 我是代理 +
+
+
+
+
+
+ +
+
+ 我是服务商 +
+
+
+
+
进入伯才
@@ -265,10 +297,53 @@ export default { font-size: 80px; line-height: 1; } - div { + .type-btn{ + margin-top: 68px; + width: 100%; + .btn{ + text-align: center; + cursor: pointer; + border-radius: 8px; + font-size: 14px; + letter-spacing: 1px; + height: 50px; + width: 170px; + color: #ffffff; + line-height: 50px; + position: relative; + margin-right: 20px; + background-color: #1890ff; + opacity: 0.85; + .tit{ + font-size: 14px; + letter-spacing: 1px; + color: #ffffff; + line-height: 51px; + } + .i-obj{ + margin-right: 18px; + // position: absolute; + // left: 20px; + // top: 14px; + // width: 24px; + // height: 24px; + // overflow: hidden; + // .imga{ + // margin-top: -28px; + // } + } + &:hover{ + opacity: 1; + } + &:last-child{ + margin-right: 0; + } + } + } + .home-btn { width: 126px; height: 40px; - margin-top: 136px; + margin-top: 105px; font-size: 14px; line-height: 38px; text-align: center;