Browse Source

扫码筛查添加医院信息

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

Loading…
Cancel
Save