医生签名竖直版本 - 外层div设置高度为890px

文书模版   2024-07-20 11:23   83   0  
<div style="position: absolute;bottom: 0;width: 100%">
    <div style="display: -webkit-flex;display: flex;justify-content: flex-end;">
        <div>医师签名:</div>
        <div style="width: 245px"></div>
    </div>
    <div style="display: -webkit-flex;display: flex;justify-content: flex-end">
        <div>日期:</div>
        <div style="width: 40px;margin-bottom: 5px;border-bottom: 1px solid black"></div>年
        <div style="width: 30px;margin-bottom: 5px;border-bottom: 1px solid black"></div>月
        <div style="width: 30px;margin-bottom: 5px;border-bottom: 1px solid black"></div>日
        <div style="width: 30px;margin-bottom: 5px;border-bottom: 1px solid black"></div>时
        <div style="width: 30px;margin-bottom: 5px;border-bottom: 1px solid black"></div>分
    </div>
</div>