Browse Source

公共样式

master
kuaileWu 2 years ago
parent
commit
93a4320c92
  1. 25
      App.vue
  2. 13
      manifest.json
  3. 15
      pages.json
  4. 35
      pages/index/index.vue
  5. 1
      static/images/frontend/index_comback.svg
  6. 1
      static/images/frontend/index_comback2.svg
  7. 0
      static/images/frontend/index_nav.svg
  8. 0
      static/images/frontend/unuse/fan'h.svg
  9. 0
      static/images/frontend/unuse/个人照片待填写.svg
  10. 0
      static/images/frontend/unuse/二维码.svg
  11. 0
      static/images/frontend/unuse/关.svg
  12. 0
      static/images/frontend/unuse/关2.svg
  13. 0
      static/images/frontend/unuse/关3.svg
  14. 0
      static/images/frontend/unuse/关闭.svg
  15. 0
      static/images/frontend/unuse/关闭备份.svg
  16. 0
      static/images/frontend/unuse/减少.svg
  17. 0
      static/images/frontend/unuse/出诊安排.svg
  18. 0
      static/images/frontend/unuse/助手权限.svg
  19. 0
      static/images/frontend/unuse/助手管理.svg
  20. 0
      static/images/frontend/unuse/医生信息.svg
  21. 0
      static/images/frontend/unuse/医院管理.svg
  22. 0
      static/images/frontend/unuse/协助预约.svg
  23. 0
      static/images/frontend/unuse/单选选中.svg
  24. 0
      static/images/frontend/unuse/向下展开.svg
  25. 0
      static/images/frontend/unuse/增加.svg
  26. 0
      static/images/frontend/unuse/多选选中.svg
  27. 0
      static/images/frontend/unuse/大.svg
  28. 0
      static/images/frontend/unuse/导出针灸记录.svg
  29. 0
      static/images/frontend/unuse/小.svg
  30. 0
      static/images/frontend/unuse/小号.svg
  31. 0
      static/images/frontend/unuse/小号2.svg
  32. 0
      static/images/frontend/unuse/就诊人.svg
  33. 0
      static/images/frontend/unuse/展开.svg
  34. 0
      static/images/frontend/unuse/开.svg
  35. 0
      static/images/frontend/unuse/开2.svg
  36. 0
      static/images/frontend/unuse/开3.svg
  37. 0
      static/images/frontend/unuse/患者预约.svg
  38. 0
      static/images/frontend/unuse/挂号管理.svg
  39. 0
      static/images/frontend/unuse/时段越满.png
  40. 0
      static/images/frontend/unuse/暂未开启权限@2x.png
  41. 0
      static/images/frontend/unuse/更换.svg
  42. 0
      static/images/frontend/unuse/未选中.svg
  43. 0
      static/images/frontend/unuse/正确.svg
  44. 0
      static/images/frontend/unuse/流程正在填写.svg
  45. 0
      static/images/frontend/unuse/灰.png
  46. 0
      static/images/frontend/unuse/绿.png
  47. 0
      static/images/frontend/unuse/编组 2.svg
  48. 0
      static/images/frontend/unuse/编组 31.svg
  49. 0
      static/images/frontend/unuse/编组 39.svg
  50. 0
      static/images/frontend/unuse/编组 42.png
  51. 0
      static/images/frontend/unuse/编组 6.svg
  52. 0
      static/images/frontend/unuse/背景.png
  53. 0
      static/images/frontend/unuse/花.svg
  54. 0
      static/images/frontend/unuse/表单已提交.svg
  55. 0
      static/images/frontend/unuse/角标.svg
  56. 0
      static/images/frontend/unuse/角标2.svg
  57. 0
      static/images/frontend/unuse/诊疗设置.svg
  58. 0
      static/images/frontend/unuse/邀请新医生.svg
  59. 0
      static/images/frontend/unuse/预约列表.svg

25
App.vue

@ -50,7 +50,7 @@
height: 100%;
margin:0 auto;
padding: 0;
background: #F2F2F2;
background: #F8F6F9;
-webkit-text-size-adjust: 100%;
font-family: PingFangSC-Regular,sans-serif;
font-weight: 400;
@ -151,4 +151,27 @@
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.btn{
text-align: center;
}
.primary.btn{
background-color: #39D067;
color: #FFFFFF;
}
.cancel.btn{
background-color: #F1F2F3;
color: #616266;
}
.btn.btn1{
width: 300rpx;
height: 90rpx;
line-height: 90rpx;
border-radius: 12rpx;
}
.btn.btn2{
width: 666rpx;
height: 92rpx;
line-height: 92rpx;
border-radius: 16rpx;
}
</style>

13
manifest.json

@ -1,5 +1,5 @@
{
"name" : "acupuncture_register_system",
"name" : "&nbsp;",
"appid" : "__UNI__72348D3",
"description" : "",
"versionName" : "1.0.0",
@ -68,5 +68,14 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "2"
"vueVersion" : "2",
"h5" : {
"router" : {
"mode" : "history"
},
"devServer" : {
"port" : 80,
"disableHostCheck" : true
}
}
}

15
pages.json

@ -3,33 +3,32 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": ""
}
}
,{
"path" : "pages/test/test",
"style" :
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"backgroundColor": "#F8F8F8",
"navigationStyle":"custom"
},
"uniIdRouter": {}
}
}

35
pages/index/index.vue

@ -1,5 +1,8 @@
<template>
<view class="content">
<view class="indexPage">
<view class="primaryBtn">
</view>
</view>
</template>
@ -10,37 +13,17 @@
}
},
onLoad() {
uni.setNavigationBarTitle({
title: '李静医生预约就诊'
});
},
methods: {
}
}
</script>
<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.logo {
height: 200rpx;
width: 200rpx;
margin-top: 200rpx;
margin-left: auto;
margin-right: auto;
margin-bottom: 50rpx;
}
.text-area {
display: flex;
justify-content: center;
}
<style lang="scss" scoped>
.index-page{
.title {
font-size: 36rpx;
color: #8f8f94;
}
</style>

1
static/images/frontend/index_comback.svg

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg version="1.1" width="20px" height="32px" viewBox="0 0 20.0 32.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><clipPath id="i0"><path d="M750,0 L750,2009 L0,2009 L0,0 L750,0 Z"></path></clipPath></defs><g transform="translate(-503.0 -806.0)"><g clip-path="url(#i0)"><g transform="translate(18.0 393.0)"><g transform="translate(25.0 406.0)"><g transform="translate(460.0 7.0)"><g transform="translate(9.0 8.0)"><path d="M0,0 L6,8 L0,16" stroke="#000000" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 648 B

1
static/images/frontend/index_comback2.svg

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg version="1.1" width="20px" height="32px" viewBox="0 0 20.0 32.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><clipPath id="i0"><path d="M750,0 L750,2009 L0,2009 L0,0 L750,0 Z"></path></clipPath></defs><g transform="translate(-689.0 -1346.0)"><g clip-path="url(#i0)"><g transform="translate(18.0 393.0)"><g transform="translate(1.0 912.0)"><g transform="translate(557.0 41.0)"><g transform="translate(113.0 0.0)"><g transform="translate(9.0 8.0)"><path d="M0,0 L6,8 L0,16" stroke="#AEB0B7" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g></g></g></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 689 B

0
static/images/frontend/编组 3.svg → static/images/frontend/index_nav.svg

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
static/images/frontend/fan'h.svg → static/images/frontend/unuse/fan'h.svg

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

0
static/images/frontend/个人照片待填写.svg → static/images/frontend/unuse/个人照片待填写.svg

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
static/images/frontend/二维码.svg → static/images/frontend/unuse/二维码.svg

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
static/images/frontend/关.svg → static/images/frontend/unuse/关.svg

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
static/images/frontend/关2.svg → static/images/frontend/unuse/关2.svg

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/images/frontend/关3.svg → static/images/frontend/unuse/关3.svg

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
static/images/frontend/关闭.svg → static/images/frontend/unuse/关闭.svg

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
static/images/frontend/关闭备份.svg → static/images/frontend/unuse/关闭备份.svg

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
static/images/frontend/减少.svg → static/images/frontend/unuse/减少.svg

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
static/images/frontend/出诊安排.svg → static/images/frontend/unuse/出诊安排.svg

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
static/images/frontend/助手权限.svg → static/images/frontend/unuse/助手权限.svg

Before

Width:  |  Height:  |  Size: 962 B

After

Width:  |  Height:  |  Size: 962 B

0
static/images/frontend/助手管理.svg → static/images/frontend/unuse/助手管理.svg

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
static/images/frontend/医生信息.svg → static/images/frontend/unuse/医生信息.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
static/images/frontend/医院管理.svg → static/images/frontend/unuse/医院管理.svg

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/images/frontend/协助预约.svg → static/images/frontend/unuse/协助预约.svg

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/images/frontend/单选选中.svg → static/images/frontend/unuse/单选选中.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
static/images/frontend/向下展开.svg → static/images/frontend/unuse/向下展开.svg

Before

Width:  |  Height:  |  Size: 639 B

After

Width:  |  Height:  |  Size: 639 B

0
static/images/frontend/增加.svg → static/images/frontend/unuse/增加.svg

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
static/images/frontend/多选选中.svg → static/images/frontend/unuse/多选选中.svg

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/images/frontend/大.svg → static/images/frontend/unuse/大.svg

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
static/images/frontend/导出针灸记录.svg → static/images/frontend/unuse/导出针灸记录.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
static/images/frontend/小.svg → static/images/frontend/unuse/小.svg

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
static/images/frontend/小号.svg → static/images/frontend/unuse/小号.svg

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
static/images/frontend/小号2.svg → static/images/frontend/unuse/小号2.svg

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
static/images/frontend/就诊人.svg → static/images/frontend/unuse/就诊人.svg

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
static/images/frontend/展开.svg → static/images/frontend/unuse/展开.svg

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

0
static/images/frontend/开.svg → static/images/frontend/unuse/开.svg

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

0
static/images/frontend/开2.svg → static/images/frontend/unuse/开2.svg

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
static/images/frontend/开3.svg → static/images/frontend/unuse/开3.svg

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
static/images/frontend/患者预约.svg → static/images/frontend/unuse/患者预约.svg

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
static/images/frontend/挂号管理.svg → static/images/frontend/unuse/挂号管理.svg

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
static/images/frontend/时段越满.png → static/images/frontend/unuse/时段越满.png

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

0
static/images/frontend/暂未开启权限@2x.png → static/images/frontend/unuse/暂未开启权限@2x.png

Before

Width:  |  Height:  |  Size: 388 KiB

After

Width:  |  Height:  |  Size: 388 KiB

0
static/images/frontend/更换.svg → static/images/frontend/unuse/更换.svg

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
static/images/frontend/未选中.svg → static/images/frontend/unuse/未选中.svg

Before

Width:  |  Height:  |  Size: 924 B

After

Width:  |  Height:  |  Size: 924 B

0
static/images/frontend/正确.svg → static/images/frontend/unuse/正确.svg

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
static/images/frontend/流程正在填写.svg → static/images/frontend/unuse/流程正在填写.svg

Before

Width:  |  Height:  |  Size: 933 B

After

Width:  |  Height:  |  Size: 933 B

0
static/images/frontend/灰.png → static/images/frontend/unuse/灰.png

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

0
static/images/frontend/绿.png → static/images/frontend/unuse/绿.png

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

0
static/images/frontend/编组 2.svg → static/images/frontend/unuse/编组 2.svg

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 609 B

0
static/images/frontend/编组 31.svg → static/images/frontend/unuse/编组 31.svg

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

0
static/images/frontend/编组 39.svg → static/images/frontend/unuse/编组 39.svg

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 649 B

0
static/images/frontend/编组 42.png → static/images/frontend/unuse/编组 42.png

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

0
static/images/frontend/编组 6.svg → static/images/frontend/unuse/编组 6.svg

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

0
static/images/frontend/背景.png → static/images/frontend/unuse/背景.png

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 442 KiB

0
static/images/frontend/花.svg → static/images/frontend/unuse/花.svg

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

0
static/images/frontend/表单已提交.svg → static/images/frontend/unuse/表单已提交.svg

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
static/images/frontend/角标.svg → static/images/frontend/unuse/角标.svg

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
static/images/frontend/角标2.svg → static/images/frontend/unuse/角标2.svg

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

0
static/images/frontend/诊疗设置.svg → static/images/frontend/unuse/诊疗设置.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
static/images/frontend/邀请新医生.svg → static/images/frontend/unuse/邀请新医生.svg

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
static/images/frontend/预约列表.svg → static/images/frontend/unuse/预约列表.svg

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Loading…
Cancel
Save