1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- @media print {
- body{
- background: #ffffff;
- overflow-y: hidden;
- }
- #Print{
- overflow-y: hidden
- }
- .scaletitle{
- display: block;
- }
- .info_left{
- display: block;
- }
- .contentList{
- max-width: 100%;
- border-bottom: 1PX solid #F3F3F3;
- margin-bottom: 6px;
- }
- .item-list{
- padding: 0 21px;
- }
- .item-title,.item-titles{
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- line-height: 20px;
- margin-top: 14px;
- }
- .item-content{
- margin: 10px 0;
- display: inline-block;
- }
- .radio {
- display: flex;
- margin: 5px;
- margin-right: 25px;
- float: left;
- }
- label{
- font-weight: 400;
- color: #666666;
- line-height: 20px;
- }
- label> input{
- margin-right: 6px;
- }
- .num{
- margin-left: 10px;
- }
- .recommend{
- width: 18px;
- height: 18px;
- }
- .result{
- background: #EDFAFF;
- border-radius: 10px;
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- display: none;
- margin: 0;
- text-align: center;
- }
- .result_box{
- margin:0;
- display: inline-block;
- }
- .result_left{
- display: flex;
- }
- .result_left>span{
- display: block;
- width: 250px;
- }
- .hel{
- width: 21px;
- height: 21px;
- background: #2C96E5;
- border-radius: 50%;
- color: #fff;
- font-size: 12px;
- vertical-align: middle;
- margin-right: 9px;
- float: left;
- }
- }
|