123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @charset "utf-8";
- #export {
- border-top: 20px solid #7775CAFF;
- .content {
- width: 1200px !important;
- padding-bottom: 20px;
- }
- .head-layout {
- padding: 30px 0;
- background: #F7F8FCFF;
- }
- .water {
- display: none;
- }
- .detail-layout {
- background: #fff;
- padding-top: 20px;
- .total-block {
- border: 1px solid #E4E4E4FF;
- height: 80px;
- line-height: 80px;
- border-radius: 4px;
- }
- .detail-item {
- padding-top: 20px;
- padding-bottom: 40px;
- }
- .detail-item-block {
- margin-bottom: 40px;
- }
- .title-item {
- border-left: 6px solid #7775CAFF;
- padding-left: 10px;
- font-size: 18px;
- line-height: 16px;
- font-weight: 600;
- color: #303036FF;
- margin-bottom: 20px;
- }
- .select-item {
- width: 520px;
- .select-icon {
- left: 0;
- top: 5px;
- border-radius: 50%;
- width: 15px;
- height: 15px;
- border: 1px solid #D5D5D5FF;
- }
- }
- .ask-tag {
- display: inline-block;
- background: #4D4D4DFF;
- padding: 2px 10px;
- font-size: 10px;
- color: #fff;
- border-radius: 2px;
- margin-bottom: 5px;
- }
- .note-item {
- background: rgba(245, 245, 245, 1);
- border-radius: 6px;
- padding: 15px;
- .t {
- border-left: 5px solid rgba(179, 179, 179, 1);
- padding-left: 15px;
- line-height: 10px;
- }
- }
- .hard-body {
- border-top: 1px solid #ECEDEEFF;
- }
- .hard-row {
- border-bottom: 1px solid #ECEDEEFF;
- line-height: 60px;
- height: 60px;
- display: flex;
- .label {
- padding-left: 20px;
- width: 90px;
- }
- .input {
- padding-left: 20px;
- flex: 1;
- .hard-input {
- display: inline-block;
- border: none;
- background: none;
- }
- }
- }
- .hard-row:nth-of-type(even) {
- background: #FBFBFB;
- }
- .hard-select {
- background: #FBFBFBFF;
- border-bottom: 1px solid #ECEDEEFF;
- border-top: 1px solid #ECEDEEFF;
- padding: 15px 20px;
- }
- }
- }
- @media print {
- #export .content {
- width: 595px !important;
- }
- #export .water {
- display: block;
- position: absolute;
- color: rgba(0, 0, 0, 0.2);
- }
- body {
- height: auto !important;
- }
- }
|