| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- table td {
- word-break: break-all;
- word-wrap: break-word;
- }
- table th {
- min-width: 120px;
- }
- .size-14 {
- font-size: 14px!important;
- }
- .shark_content_title {
- font-size: 14px;
- height: 30px;
- line-height: 20px;
- border-bottom: 1px solid #CCCCCC;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- .content_2 li {
- width: 24%;
- margin-bottom: 10px;
- }
- .content_3 li {
- width: 24%;
- margin-bottom: 10px;
- }
- #tbr {
- border: 1px solid #ccc;
- }
- #tbr td {
- padding: 10px;
- padding: 6px 0 5px 10px;
- color: #717171;
- line-height: 200%;
- border-top: 1px dotted #cccccc;
- }
- #tbr th {
- border-right: 1px dotted #cccccc;
- border-top: 1px dotted #cccccc;
- background: #f9f9f9;
- text-align: right;
- }
- .Back {
- background-color: #f5f5f5;
- }
- label {
- margin-right: 10px;
- }
- .Phone_Text ul {
- padding-left: 0;
- }
- .Phone_Text li {
- width: 50%;
- margin-bottom: 5px;
- height: 34px;
- line-height: 34px;
- }
- .Phone_Text label {
- width: 60px;
- }
- .Qus_box li {
- list-style: none;
- border: 1px solid #ccc;
- border-bottom: none;
- float: none;
- border-top: none;
- margin-top: -1px;
- }
- .Qus_box {
- padding-left: 0!important;
- margin-bottom: 0!important;
- }
- .Qus_box div {
- padding: 10px;
- border-top: 1px solid #ccc;
- }
- .title_ul {
- padding-left: 0;
- margin-bottom: 0;
- }
- .title_ul li {
- border: 1px solid #ccc;
- float: none;
- margin-top: -1px;
- overflow: hidden;
- }
- .title_ul li span{
- width: 90%;
- line-height: 30px;
- /*text-indent: 2em;*/
- border-left: 1px solid #ccc;
- display: block;
- float: left;
- padding: 0 10px;
- }
- .title_ul li label {
-
- line-height: 30px;
- margin: 0;
- text-align: center;
- width: 10%;
- display: block;
- float: left;
-
- }
- .checkbox input[type=checkbox] {
- margin-top: 0;
- margin-left: 0;
- position: relative;
- }
- .radio input[type=radio] {
- margin-top: 0;
- margin-left: 0;
- position: relative;
- }
- .wrapper {
- margin-bottom: 20px;
- }
- .Ul {
- float: left;
- padding-left: 0;
- border: none
- }
- .Ul li {
- float: left;
- border: none;
- padding: 5px;
- }
- .checkbox,
- .radio {
- margin-bottom: 0;
- }
- .Wd {
- border-bottom: 1px solid #ccc;
- }
- .content_1 input.form-control {
- width: 50%;
- }
- textarea {
- resize: none;
- }
- #Tgetruset input[type="radio"] {
- margin-right: 6px;
- cursor: pointer;
- }
- #Tgetruset label {
- cursor: pointer;
- }
- .content_5{
- margin-top: 20px;
- }
- .lookMsgs .Phone_Text li{
- height: 20px;
- line-height: 20px;
- }
- .lookMsgs input[type="radio"]{
- cursor: not-allowed!important;
- }
- .lookMsgs li span,
- .lookMsgs li img,
- .lookMsgs li label{
- cursor: default!important;
- }
- .content_2{
- border: 1px solid #ddd;
- margin-top: 20px;
- }
|