123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- @import "~@less/variables.less";
- .content {
- position: fixed;
- bottom: 70px;
- overflow: auto;
- top:120px;
- width: 820px;
- padding: 0 0px 60px 0px;
- .contents {
- position: relative;
- padding-bottom: 26px;
- }
- }
- table{
- border-collapse: collapse;
- width: 100%;
- }
- .infos{
- .patInfoFst{
- vertical-align: top;
- border-bottom: 1px solid #e2e4e6;
- }
- .patInfoFst .patInfoSec{
- padding: 9px 5px 8px 0px;
- line-height: 20px;
- }
- .patInfoFst .patInfoSec:first-child{
- text-align: right;
- width: 70px;
- font-size: 14px;
- }
- &>tr>td:first-child {//打印样式需要改
- // text-align: right;
- // width: 70px;
- // font-size: 14px;
- }
- }
- .patInfo {
- margin: 0px 0px 30px 0px;
- td {
- border: 1px solid #aaa;
- padding: 8px 10px;
- font-size: 14px;
- }
- tr td:first-child{
- width: 31%;
- }
- }
|