123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- *{
- margin:0;
- padding:0;
- box-sizing:border-box;
- }
- .loadding{
- width:100%;height: 100%;position: fixed;top: 0;left: 0;
- }
- .header_bg {
- width: 100%;
- height: 77px;
- background: url(/nwyj/images/index/Top2.png) repeat-x;
- }
- .logo {
- display: block;
- position: absolute;
- top: 15px;
- left: 1.5%;
- width: 190px;
- height: 44px;
- }
- .logo img{
- width:100%;
- }
- .title-fixed{
- margin: 0px auto;
- height: 77px;
- }
- .title-fixed .tableStyle td{
- border:none;
- }
- .title-fixed .save{
- display: block;
- position: absolute;
- top: 40px;
- right: 0px;
- }
- .class_color,.tablehead{
- background-color: rgb(237, 239, 253);
- font-weight:bold;
- font-size:14px;
- }
- .tablehead th{
- font-weight:bold;
- }
- textarea{padding:5px;resize:none;font-size:12px;
- background-color: #ffffff;
- border-top: solid 1px #a7b5bc;
- border-left: solid 1px #a7b5bc;
- border-right: solid 1px #ced9df;
- border-bottom: solid 1px #ced9df;
- color: #333333;
- }
- .list-content-body li div{
- font-size:14px;
- }
- .list-title .title-text{
- line-height:20px;
- font-size:15px;
- font-weight: bold;
- }
- .list-title .title-subText{
- font-size:12px;
- color:#bbb;
- }
- .ques-inner-cont,.ques-other-cont{
-
- }
- .ques-cont ul{
- list-style: none;
- padding-left:10px;
- }
- .ques-cont ul li{
- line-height: 32px;
- padding-left:10px;
- }
- .ques-inner-cont li label:hover,
- .ques-outer-cont li label:hover{
- cursor:pointer;
- background:rgb(239,239,239);
- }
- .clickFlag{
- color:#04D654;
- }
- .ques-outer-cont{
- color:#14189C;
- }
- .ques-outer-cont h4{
- color:#da1414;
- }
- .ques-cont ul li input[type="radio"],.ques-cont ul li input[type="checkbox"]{
- margin-right:10px;
- vertical-align: top;
- margin-top: 10px;
- /* cursor:pointer; */
- }
- .sug {
- position:relative;
- padding: 10px;
- line-height: 200%;
- }
- .sug span{
- display: inline-block;
- vertical-align: top;
- margin-top: 6px;
- color:000;
- }
- .sug textarea{
- display:inline-block;
- }
- .outer-sug{
- margin-left:-20px;
- }
- .outer-score-cont{
- display:inline-block;
- }
|