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;