123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- @import "~@less/variables.less";
- .content {
- position: relative;
- overflow: auto;
- height: 100%;
- top: 0px;
- width: 700px;
- box-sizing: border-box;
- // background-color: red;
- .contents {
- position: relative;
- padding-bottom: 26px;
- // padding-top: 40px;
- }
- }
- 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;
- word-break: break-all;
- }
- .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%;
- }
- }
- .bbtm {
- border-bottom: 1px solid #333;
- }
- .formulaTable {
- text-align: center;
- vertical-align: middle;
- display: inline-block;
- .formulaTd {
- border-bottom: 1px solid #000;
- }
- }
- .alignMiddle {
- vertical-align: middle;
- }
- .alignCenter {
- text-align: center;
- }
- .assistTable {
- margin-bottom: 10px;
- width: 100%;
- font-size: 12px;
- .assistTableTrSec {
- line-height: 1.5;
- max-width: 650px;
- td {
- font-size: 12px;
- span {
- font-size: 12px;
- }
- }
- }
- }
- .assistTableTrFst {
- font-size: 14px;
- line-height: 1.5;
- .ediName {
- width: 100%;
- }
- span {
- border-bottom: 1px solid #666666;
- }
- p {
- display: inline-block;
- margin-left: 10px;
- color: #3B9ED0;
- font-size: 12px;
- margin-left: 10px;
- background-color: #EDF8FF;
- padding: 0 5px;
- max-width: 490px;
- float: right;
- }
- }
- .assistTableTdFst {
- width: 32%;
- }
- .adviceTableTdFst {
- width: 45%;
- }
- .assistTableTdSec {
- width: 12%;
- position: relative;
- img {
- top: 6px !important;
- }
- }
- // .assistTableTdSix {
- // width:3%;
- // }
- .assistTableTdTrd {
- width:18%;
- }
- .assistTableTdFor {
- width: 18%;
- }
- .assistTableTrSecExcel {
- line-height: 1.5;
- width: 100%;
- font-size: 12px;
- td {
- font-size: 12px;
- }
- }
- .assistTableTrFstExcel {
- font-size: 14px;
- line-height: 1.5;
- span {
- position: relative;
- left: -10px;
- }
- }
- .checkAssist {
- font-size: 14px;
- word-break: break-all;
- }
- .font14 {
- font-size: 14px;
- }
- .pushMessage {
- padding: 1px 0px 8px 0px;
- line-height: 20px;
- }
- .pushMessageTitle {
- margin-top: 8px;
- margin-bottom: 8px;
- font-size: 14px;
- }
- .pushMessageDes {
- padding: 0 0 5px 0;
- word-break: break-all;
- }
- .docName {
- text-align: right;
- margin-top: 15px;
- span {
- min-width: 60px;
- padding: 0 5px 2px 5px;
- border-bottom: 1px solid #333;
- }
- }
- .printBtn {
- padding: 10px 20px;
- float: right;
- margin-top: 22px;
- background-color: #3B9ED0;
- color: #fff;
- border-radius: 4px;
- cursor: pointer;
- position: absolute;
- right: -40px;
- }
- @media print{
- .printBtn {
- display: none !important;
- }
- p,span,td,div {
- font-size: 12px !important;
- }
- .infos {
- td {
- font-size: 12px !important;
- padding: 4px 5px 4px 0px !important;
- line-height: 18px !important;
- span {
- font-size: 12px !important;
- }
- }
- }
- }
|