diff --git a/assets/css/main.css b/assets/css/main.css index ec8cdd1..7b086af 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,3 +1,204 @@ -:root{font-size:16px;font-family:MiSans,PingFang SC-Bold,PingFang SC,sans-serif;word-break:break-all}button{cursor:pointer}.page{min-height:100vh}.header{display:flex;justify-content:center;background:rgba(0,0,0,.3);backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:10}.header #app-left-logo{position:absolute;left:50px;top:50%;transform:translateY(-50%);cursor:pointer}.header__inner{padding:22px 0;width:1290px;margin:0 auto;display:flex;align-items:center}.header__menu-con{width:100%;display:flex;justify-content:center}.header__logo{margin-right:30px}.header__logo>img{width:auto;height:32px;display:block}.header__nav{font-weight:400;font-size:15px;color:#fff;cursor:pointer;height:44px;padding:8px 20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;text-decoration:none}.header__nav--active{color:#eb662b}.footer{background:#1b1b1b;font-weight:400;font-size:16px;color:#fff;overflow:hidden}.footer__inner{max-width:1290px;margin:0 auto;display:flex;padding-top:67px;padding-bottom:80px}.footer__logo>img{width:auto;height:32px;display:block}.footer .copyright{font-family:Inter,sans-serif;text-align:center;font-weight:400;font-size:12px;color:#666;padding:25px 0;border-top:1px solid #383838;}.footer .links{display:flex;justify-content:center;align-items:center;color:#666;gap:15px;padding:12px;font-size:12px;border-top:1px solid #383838}.footer .links a{color:inherit;text-decoration:none}.footer .qr-code-list{display:flex;gap:36px;margin-top:66px}.footer .qr-code{width:132px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer .qr-code>img{border-radius:8px;width:132px;height:132px;display:block}.footer .qr-code>div{margin-top:12px;font-size:12px;font-weight:200;color:#999}.footer__left{flex:0 0 auto}.footer__right{flex:1 1 0;width:0;display:flex;gap:52px;margin-left:57px}.footer__nav{flex:0 0 164px}.footer__nav__title{font-weight:500;font-size:20px;color:#fff;line-height:30px;margin-bottom:30px}.footer__nav__item{margin-bottom:20px;font-weight:400;font-size:15px;color:#fff}.footer__nav__item a{color:inherit;text-decoration:none}.section-header{display:flex;align-items:center;justify-content:space-between}.section-header__title{line-height:45px;font-weight:600;font-size:30px;color:#191919}.section-header__more{font-weight:400;font-size:16px;color:#05073c;line-height:28px;display:flex;align-items:center;cursor:pointer}.section-header__more img{width:20px;height:20px} +:root { + font-size: 16px; + font-family: + MiSans, + PingFang SC-Bold, + PingFang SC, + sans-serif; + word-break: break-all; +} +button { + cursor: pointer; +} +.page { + min-height: 100vh; +} +.header { + display: flex; + justify-content: center; + background: rgba(0, 0, 0, 0.3); + backdrop-filter: blur(10px); + position: fixed; + top: 0; + left: 0; + width: 100%; + z-index: 10; +} +.header #app-left-logo { + position: absolute; + left: 50px; + top: 50%; + transform: translateY(-50%); + cursor: pointer; +} +.header__inner { + padding: 22px 0; + width: 1290px; + margin: 0 auto; + display: flex; + align-items: center; +} +.header__menu-con { + width: 100%; + display: flex; + justify-content: center; +} +.header__logo { + margin-right: 30px; +} +.header__logo > img { + width: auto; + height: 32px; + display: block; +} +.header__nav { + font-weight: 400; + font-size: 15px; + color: #fff; + cursor: pointer; + height: 44px; + padding: 8px 20px; + box-sizing: border-box; + display: flex; + justify-content: center; + align-items: center; + text-decoration: none; +} +.header__phone { + position: absolute; + right: 50px; + top: 50%; + transform: translateY(-50%); + color: #fff; + font-weight: 400; + font-size: 14px; + line-height: 28px; + display: flex; + align-items: center; + gap: 10px; +} +.header__nav--active { + color: #eb662b; +} +.footer { + background: #1b1b1b; + font-weight: 400; + font-size: 16px; + color: #fff; + overflow: hidden; +} +.footer__inner { + max-width: 1290px; + margin: 0 auto; + display: flex; + padding-top: 67px; + padding-bottom: 80px; +} +.footer__logo > img { + width: auto; + height: 32px; + display: block; +} +.footer .copyright { + font-family: Inter, sans-serif; + text-align: center; + font-weight: 400; + font-size: 12px; + color: #666; + padding: 25px 0; + border-top: 1px solid #383838; +} +.footer .links { + display: flex; + justify-content: center; + align-items: center; + color: #666; + gap: 15px; + padding: 12px; + font-size: 12px; + border-top: 1px solid #383838; +} +.footer .links a { + color: inherit; + text-decoration: none; +} +.footer .qr-code-list { + display: flex; + gap: 36px; + margin-top: 66px; +} +.footer .qr-code { + width: 132px; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} +.footer .qr-code > img { + border-radius: 8px; + width: 132px; + height: 132px; + display: block; +} +.footer .qr-code > div { + margin-top: 12px; + font-size: 12px; + font-weight: 200; + color: #999; +} +.footer__left { + flex: 0 0 auto; +} +.footer__right { + flex: 1 1 0; + width: 0; + display: flex; + gap: 52px; + margin-left: 57px; +} +.footer__nav { + flex: 0 0 164px; +} +.footer__nav__title { + font-weight: 500; + font-size: 20px; + color: #fff; + line-height: 30px; + margin-bottom: 30px; +} +.footer__nav__item { + margin-bottom: 20px; + font-weight: 400; + font-size: 15px; + color: #fff; +} +.footer__nav__item a { + color: inherit; + text-decoration: none; +} +.section-header { + display: flex; + align-items: center; + justify-content: space-between; +} +.section-header__title { + line-height: 45px; + font-weight: 600; + font-size: 30px; + color: #191919; +} +.section-header__more { + font-weight: 400; + font-size: 16px; + color: #05073c; + line-height: 28px; + display: flex; + align-items: center; + cursor: pointer; +} +.section-header__more img { + width: 20px; + height: 20px; +} -/*# sourceMappingURL=main.css.map?hash=b446ba1443bc4913f472*/ \ No newline at end of file +/*# sourceMappingURL=main.css.map?hash=b446ba1443bc4913f472*/ diff --git a/index.html b/index.html index fbe9a5d..dc5790b 100644 --- a/index.html +++ b/index.html @@ -1,379 +1,349 @@ - + - - - - - 六个羽友丨六羽赛事 球馆管理系统 球馆订场小程序 约球小程序 赛事管理系统 - - - - - - - - - - - - - - - - - -
-
- - -
+ + + + + 六个羽友丨六羽赛事 球馆管理系统 球馆订场小程序 约球小程序 赛事管理系统 + + + + + + + + + + + + + + + + + +
+
+ - -
- - -
-
-
-
-

场馆预定

-
- 更多场馆 - 更多场馆 -
-
- -
-
-
-
馆客多羽毛球赛事场
- actions -
-
-
-
{{i+1}}号场地
-
¥30.00
-
-
-
-
- -
-
-

六个羽友

-

国内专业的订场约球平台,帮球馆引流,帮球友找搭子

-
-
-
球友订场
-
场馆管理
-
-
- -
-
- 球场 -
-
场馆管理
-
24小时无人值守场馆解决方案
-
- 一套智慧场馆解决方案,将场馆升级成了24小时营业的纯无人化场馆,营业时间直接进行了翻倍,而且还无需专人驻场管理维护,提高坪效产出的同时,大大的降低了人工成本 -
-
-
-
- icon - 订场约球 -
-
- icon - 智能灯控 -
-
- icon - 智慧门禁 -
-
- icon - 活动赛事 -
-
- icon - 助教租赁 -
-
- icon - 小程序预订 -
-
-
-
- icon - 场地管理 -
-
- icon - 手环入场 -
-
- icon - 自动计费 -
-
- icon - 快捷支付 -
-
- icon - 场地看板 -
-
- icon - 统计报表 -
-
-
-
-
-
- -
-
六羽赛事
-
一站式赛事管理平台
-
- 移动端全流程办赛,PC端专业增强。从创建赛事到成绩公布,全流程自动化,让办赛更轻松,让参赛更简单。 -
-
-
-
- icon - 创建赛事 -
-
- icon - 报名审核 -
-
- icon - 抽签编排 -
-
- icon - 赛程对阵 -
-
- icon - 比赛录分 -
-
- icon - 自动晋级 -
-
-
-
- icon - 积分排名 -
-
- icon - 成绩公布 -
-
- icon - 多种赛制 -
-
- icon - 20+运动项目 -
-
- icon - 小程序参赛 -
-
- icon - PC端管理 -
-
-
-
- 球场 -
-
-
-
- -
-
-
-
-

关于我们

-

六个羽友
国内专业的订场约球平台

- -
-
- 球友: 订场约球 -
-

球友: 订场约球

-
- 六个羽友是一款针对球友的C端找球场约球平台,帮助球友尽快找到附近球场,组队约球,为各种球类爱好运动的人员提供便捷。 -
-
-
-
- 球馆: 场馆管理 -
-

球馆: 场馆管理

-
- 六个羽友结合馆客多球场订场系统,所有馆客多的球馆都可以免费展现在六个羽友上,帮助球馆获客引流,将自己球馆的介绍、图片、特点、课程等展现在平台上,吸引更多球友点击关注。 -
-
-
-
-
- 关于我们 -
-
-
- - +
+ 首页 + 场馆预订 + 场馆管理 + 六羽赛事 + 关于我们 + 场馆入驻 +
联系电话:400-825-9818
- +
+
+ +
+ + +
+
+
+
+

场馆预定

+
+ 更多场馆 + 更多场馆 +
+
+ +
+
+
+
馆客多羽毛球赛事场
+ actions +
+
+
+
{{i+1}}号场地
+
¥30.00
+
+
+
+
+ +
+
+

六个羽友

+

国内专业的订场约球平台,帮球馆引流,帮球友找搭子

+
+
+
球友订场
+
场馆管理
+
+
+ +
+
+ 球场 +
+
场馆管理
+
24小时无人值守场馆解决方案
+
一套智慧场馆解决方案,将场馆升级成了24小时营业的纯无人化场馆,营业时间直接进行了翻倍,而且还无需专人驻场管理维护,提高坪效产出的同时,大大的降低了人工成本
+
+
+
+ icon + 订场约球 +
+
+ icon + 智能灯控 +
+
+ icon + 智慧门禁 +
+
+ icon + 活动赛事 +
+
+ icon + 助教租赁 +
+
+ icon + 小程序预订 +
+
+
+
+ icon + 场地管理 +
+
+ icon + 手环入场 +
+
+ icon + 自动计费 +
+
+ icon + 快捷支付 +
+
+ icon + 场地看板 +
+
+ icon + 统计报表 +
+
+
+
+
+
+
+
六羽赛事
+
一站式赛事管理平台
+
移动端全流程办赛,PC端专业增强。从创建赛事到成绩公布,全流程自动化,让办赛更轻松,让参赛更简单。
+
+
+
+ icon + 创建赛事 +
+
+ icon + 报名审核 +
+
+ icon + 抽签编排 +
+
+ icon + 赛程对阵 +
+
+ icon + 比赛录分 +
+
+ icon + 自动晋级 +
+
+
+
+ icon + 积分排名 +
+
+ icon + 成绩公布 +
+
+ icon + 多种赛制 +
+
+ icon + 20+运动项目 +
+
+ icon + 小程序参赛 +
+
+ icon + PC端管理 +
+
+
+
+ 球场 +
+
+
+
+ +
+
+
+
+

关于我们

+

六个羽友
国内专业的订场约球平台

+ +
+
+ 球友: 订场约球 +
+

球友: 订场约球

+
六个羽友是一款针对球友的C端找球场约球平台,帮助球友尽快找到附近球场,组队约球,为各种球类爱好运动的人员提供便捷。
+
+
+
+ 球馆: 场馆管理 +
+

球馆: 场馆管理

+
六个羽友结合馆客多球场订场系统,所有馆客多的球馆都可以免费展现在六个羽友上,帮助球馆获客引流,将自己球馆的介绍、图片、特点、课程等展现在平台上,吸引更多球友点击关注。
+
+
+
+
+ 关于我们 +
+
+
+ + +
+