Browse Source

扫码筛查添加医院信息

newMaster
liuzhipeng 3 months ago
parent
commit
6bd7d47173
  1. 18
      acupuncture-前台/src/views/screening/index.vue

18
acupuncture-前台/src/views/screening/index.vue

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<div></div>
<div class="hospital">山西因孚社区</div>
<el-form :rules="rules" ref="form" :model="form" label-width="110px">
<!-- 姓名性别单选出生日期年龄联系方式 -->
<div class="card">
@ -457,6 +457,16 @@ export default {
</script>
<style scoped src="@/assets/styles/common.css"></style>
<style scoped>
.hospital {
background: #fff;
font-size: 20px;
color: #70483e;
line-height: 50px;
font-weight: 600;
margin-bottom: 10px;
border-radius: 6px;
text-align: center;
}
.BIMTips1 {
color: #cccccc;
}
@ -492,6 +502,7 @@ export default {
justify-content: center;
align-items: center;
.submit-box-but {
background: #c6a268;
width: 100%;
font-size: 16px;
}
@ -499,7 +510,7 @@ export default {
.card {
padding: 16px;
background: #fff;
border-radius: 10px;
border-radius: 6px;
margin-bottom: 14px;
}
@ -511,7 +522,8 @@ export default {
/* */
.app-container {
background: linear-gradient(to bottom, #70483e, #f7f8fa);
/* background: linear-gradient(to bottom, #70483e, #f7f8fa); */
background: #70483e;
min-height: 100vh;
}
>>> .el-input__inner {

Loading…
Cancel
Save