模板优化
This commit is contained in:
@@ -4,23 +4,23 @@
|
||||
<title>挂号单</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="font-size: 23px; margin-top: 12px;font-weight: bold;">
|
||||
<div style="font-size: 24px;font-weight: bold;">
|
||||
<div>
|
||||
<div style="text-align: center; font-size: 31px;"><span th:text="${hospitalName}"></span>
|
||||
<div style="text-align: center; font-size: 32px;"><span th:text="${hospitalName}"></span>
|
||||
</div>
|
||||
<div style="text-align: center;font-size: 19px;">
|
||||
****<span th:text="${registeTerminalName}"></span>****
|
||||
<div style="text-align: center;font-size: 20px;">
|
||||
<span>****<span th:text="${registeTerminalName}"></span>****</span>
|
||||
</div>
|
||||
<div style="font-size: 23px;text-align: center;margin-bottom: -10px; margin-top: -10px;">
|
||||
<div style="font-size: 24px;text-align: center;margin-bottom: -10px; margin-top: -10px;">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 31px;"><span th:text="${registeType}"></span>
|
||||
<div style="text-align: center; font-size: 32px;"><span th:text="${registeType}"></span>
|
||||
</div>
|
||||
<div style="font-size: 23px;text-align: center; margin-top: -15px;">
|
||||
<div style="font-size: 24px;text-align: center; margin-top: -15px;">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
</div>
|
||||
<div style="font-size: 28px;">
|
||||
<div style="font-size: 29px;">
|
||||
<div style="margin-left: 35px;">姓  名:<span th:text="${name}"></span></div>
|
||||
<div style="margin-left: 35px;">性  别:<span th:text="${gender}"></span></div>
|
||||
<div style="margin-left: 35px;">年  龄:<span th:text="${age}"></span></div>
|
||||
@@ -41,14 +41,14 @@
|
||||
alt="QR Code"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<div style="font-size: 23px;margin-top: -40px; text-align: center; ">
|
||||
<div style="margin-top: 3px;">
|
||||
<div style="font-size: 24px;margin-top: -40px; text-align: center; ">
|
||||
-----------------------------------------------------------------------------
|
||||
</div>
|
||||
<div style="font-size: 27px;margin-left: 35px; ">备注:凭此条退费,请妥善保管!</div>
|
||||
<div style="font-size: 27px;margin-left: 35px;">终 端 号:<span th:text="${terminalNumber}"></span>
|
||||
<div style="font-size: 28px;margin-left: 35px; ">备注:凭此条退费,请妥善保管!</div>
|
||||
<div style="font-size: 28px;margin-left: 35px;">终 端 号:<span th:text="${terminalNumber}"></span>
|
||||
</div>
|
||||
<div style="font-size: 27px;margin-left: 35px;">打印时间:<span th:text="${printTime}"></span></div>
|
||||
<div style="font-size: 28px;margin-left: 35px;">打印时间:<span th:text="${printTime}"></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user