diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/UniappTool.xml b/.idea/UniappTool.xml new file mode 100644 index 0000000..286b720 --- /dev/null +++ b/.idea/UniappTool.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..1856893 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/uniappSupport.xml b/.idea/uniappSupport.xml new file mode 100644 index 0000000..bda0a43 --- /dev/null +++ b/.idea/uniappSupport.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/xiuhu.iml b/.idea/xiuhu.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/xiuhu.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/bundle/reserve/details.vue b/bundle/reserve/details.vue new file mode 100644 index 0000000..6935162 --- /dev/null +++ b/bundle/reserve/details.vue @@ -0,0 +1,60 @@ + + + + + \ No newline at end of file diff --git a/common/ball.js b/common/ball.js new file mode 100644 index 0000000..afff179 --- /dev/null +++ b/common/ball.js @@ -0,0 +1,4 @@ +export const BallType = { + Tennis: 1, // 网球 + Basketball: 2 // 篮球 +} \ No newline at end of file diff --git a/common/style.scss b/common/style.scss index 3d57036..b78c450 100644 --- a/common/style.scss +++ b/common/style.scss @@ -625,6 +625,14 @@ button.btn-gray-border[disabled][type=primary] { display: flex; } +.a-i-c { + align-items: center; +} + +.a-i-s { + align-items: start; +} + .d-c-c { display: flex; justify-content: center; diff --git a/components/navbar.vue b/components/navbar.vue new file mode 100644 index 0000000..68c4fc1 --- /dev/null +++ b/components/navbar.vue @@ -0,0 +1,65 @@ + + + + + \ No newline at end of file diff --git a/components/uni-popup.vue b/components/uni-popup.vue index 0a6a954..bb9987d 100644 --- a/components/uni-popup.vue +++ b/components/uni-popup.vue @@ -85,7 +85,7 @@ align-items: flex-start; width: 600upx; /* height:800upx; */ - border-radius: 10upx; + border-radius: 16upx; top: 50%; left: 50%; transform: translate(-50%, -50%); diff --git a/manifest.json b/manifest.json index b04547e..66c8c99 100644 --- a/manifest.json +++ b/manifest.json @@ -192,5 +192,6 @@ "enable" : false } } - } + }, + "sassImplementationName": "node-sass" } diff --git a/pages.json b/pages.json index bcbd486..c2c1c6f 100644 --- a/pages.json +++ b/pages.json @@ -953,6 +953,17 @@ } ], + "subPackages": [{ + "root": "bundle", + "pages": [ + { + "path": "reserve/details", + "style": { + "navigationStyle": "custom" + } + } + ] + }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", diff --git a/pages/index/index.vue b/pages/index/index.vue index 5666eaa..ff7b5c3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,108 +1,164 @@ diff --git a/static/bg.png b/static/bg.png new file mode 100644 index 0000000..87a257a Binary files /dev/null and b/static/bg.png differ diff --git a/static/contact_us.png b/static/contact_us.png new file mode 100644 index 0000000..7ddd92c Binary files /dev/null and b/static/contact_us.png differ diff --git a/static/icon/address.png b/static/icon/address.png new file mode 100644 index 0000000..8cb2809 Binary files /dev/null and b/static/icon/address.png differ diff --git a/static/icon/back2.png b/static/icon/back2.png new file mode 100644 index 0000000..d5bf772 Binary files /dev/null and b/static/icon/back2.png differ diff --git a/static/icon/mobile.png b/static/icon/mobile.png new file mode 100644 index 0000000..1a253e1 Binary files /dev/null and b/static/icon/mobile.png differ diff --git a/static/icon/notice.png b/static/icon/notice.png new file mode 100644 index 0000000..c8f4ac3 Binary files /dev/null and b/static/icon/notice.png differ diff --git a/static/icon/share.png b/static/icon/share.png new file mode 100644 index 0000000..dd70676 Binary files /dev/null and b/static/icon/share.png differ diff --git a/static/icon/time.png b/static/icon/time.png new file mode 100644 index 0000000..26f6102 Binary files /dev/null and b/static/icon/time.png differ diff --git a/static/jcss.png b/static/jcss.png new file mode 100644 index 0000000..a3de8ed Binary files /dev/null and b/static/jcss.png differ diff --git a/static/kf.png b/static/kf.png new file mode 100644 index 0000000..e1d54b8 Binary files /dev/null and b/static/kf.png differ diff --git a/static/lq.png b/static/lq.png new file mode 100644 index 0000000..67ac080 Binary files /dev/null and b/static/lq.png differ diff --git a/static/lqyd_txt.png b/static/lqyd_txt.png new file mode 100644 index 0000000..f34c189 Binary files /dev/null and b/static/lqyd_txt.png differ diff --git a/static/lqzx.png b/static/lqzx.png new file mode 100644 index 0000000..3b12d9a Binary files /dev/null and b/static/lqzx.png differ diff --git a/static/lxwm.png b/static/lxwm.png new file mode 100644 index 0000000..af27c61 Binary files /dev/null and b/static/lxwm.png differ diff --git a/static/rmhd.png b/static/rmhd.png new file mode 100644 index 0000000..f51a9ef Binary files /dev/null and b/static/rmhd.png differ diff --git a/static/wq.png b/static/wq.png new file mode 100644 index 0000000..8b8c1ac Binary files /dev/null and b/static/wq.png differ diff --git a/static/wqbg.png b/static/wqbg.png new file mode 100644 index 0000000..c73eb66 Binary files /dev/null and b/static/wqbg.png differ diff --git a/static/wqyd_txt.png b/static/wqyd_txt.png new file mode 100644 index 0000000..bdc4e15 Binary files /dev/null and b/static/wqyd_txt.png differ diff --git a/static/wqzx.png b/static/wqzx.png new file mode 100644 index 0000000..7f41193 Binary files /dev/null and b/static/wqzx.png differ diff --git a/static/yycg.png b/static/yycg.png new file mode 100644 index 0000000..c8ba4aa Binary files /dev/null and b/static/yycg.png differ diff --git a/uni.scss b/uni.scss index e97d22a..dfd32c3 100644 --- a/uni.scss +++ b/uni.scss @@ -396,3 +396,5 @@ $themes: ( } } /* end--主题色--end */ + +$xh-bg: '#F6F7F9' \ No newline at end of file