answer-m.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /*** old ***/
  2. .starRating{
  3. font-size: 26px;
  4. }
  5. .starRating .fa{
  6. cursor: pointer;
  7. }
  8. .starRating .fa-star{
  9. color: #3388CC;
  10. }
  11. .subbtn{
  12. opacity:1! important;
  13. color: white;
  14. }
  15. .m_quOrderByUi{
  16. margin: 5px 0 5px 0;
  17. padding: 0;
  18. border: 1px solid #d5d5d5;
  19. border-radius: 3px;
  20. }
  21. .m_quOrderByUi li{
  22. border-color: #fff;
  23. font-size: 16px;
  24. min-height: 41px;
  25. position: relative;
  26. padding-right: 45px!important;
  27. border-bottom: 1px solid #EBEBEB!important;
  28. }
  29. .m_orderby_num{
  30. position: absolute;
  31. right: 10px;
  32. top: 55%;
  33. margin-top: -15px;
  34. min-width: 26px;
  35. height: 26px;
  36. background: #85C8FF;
  37. color: #fff;
  38. text-align: center;
  39. line-height: 26px;
  40. border-radius: 15px;
  41. z-index: 100;
  42. display: none;
  43. }
  44. .m_orderby_sel{
  45. position: absolute;
  46. top: 0px;
  47. left: 0px;
  48. width: 100%;
  49. height: 100%;
  50. opacity: 0;
  51. font-size: 30px;
  52. z-index: 9999;
  53. background-color: rgb(248, 248, 248);
  54. border: 1px solid rgb(166, 166, 166);
  55. border-image-source: initial;
  56. border-image-slice: initial;
  57. border-image-width: initial;
  58. border-image-outset: initial;
  59. border-image-repeat: initial;
  60. display: inline-block;
  61. }
  62. body{
  63. padding: 0px;
  64. margin: 0px;
  65. }
  66. /*** new ***/
  67. #answer-m-head .dwSvyName{
  68. color: #365f8f;
  69. font-weight: bold;
  70. letter-spacing: 2px;
  71. text-align: center;
  72. font-size: 22px;
  73. padding: 10px 0px;
  74. padding-top: 20px;
  75. }
  76. #dwSurveyNoteEdit{
  77. padding: 10px 0px;
  78. color: grey;
  79. font-size: 13px;
  80. line-height: 22px;
  81. }
  82. #answer-m-content{
  83. padding-top: 10px;
  84. }
  85. #dwSurveyQuContentAppUl{
  86. list-style: none;
  87. padding: 0px;
  88. margin: 0px;
  89. }
  90. #dwSurveyQuContentAppUl li{
  91. padding-bottom: 20px;
  92. }
  93. #dwSurveyQuContentAppUl li .controlgroup > legend{
  94. font-weight: bold;
  95. color: black;
  96. font-size: 16px;
  97. font-weight: bold;
  98. line-height: 26px;
  99. }
  100. .surveyQuItem .surveyQuItemContent {
  101. padding: 0px;
  102. border: none;
  103. width: 100%;
  104. }
  105. .surveyQuItemContent .dwQuOptionItemContent{
  106. margin: .5em 0;
  107. position: relative;
  108. background-color: #f6f6f6;
  109. border: 1px solid #ddd;
  110. color: #333;
  111. /*text-shadow: 0 1px 0 #f3f3f3;*/
  112. padding: 6px 10px;
  113. border-radius: .3125em;
  114. font-size: 14px;
  115. background-color: white;
  116. }
  117. .surveyQuItemContent .columnItemContnetTd .dwQuOptionItemContent{
  118. margin: 0px;
  119. background-color: white;
  120. border: none;
  121. color: #333;
  122. text-shadow: none;
  123. padding: 0px;
  124. border-radius: 0em;
  125. font-size: 14px;
  126. }
  127. .surveyQuItemContent .dwQuOptionItemContent:active{
  128. border-color: rgb(129, 152, 186);
  129. border-color: #5aa9ef;
  130. border-color: #1e94fc;
  131. background: #dae8f5;
  132. background: white;
  133. border-color: #ddd;
  134. }
  135. .surveyQuItemContent .dwQuOptionItemContent.active{
  136. border-color: #1e94fc;
  137. background: #dae8f5;
  138. background: white;
  139. border-color: #ddd;
  140. background-color: #e4edf7;
  141. }
  142. .surveyQuItemContent .dwQuOptionItemContent input{
  143. }
  144. .surveyQuItemContent .dwQuOptionItemContent label{
  145. margin: 0;
  146. text-align: left;
  147. white-space: normal;
  148. z-index: 2;
  149. }
  150. .surveyQuItemContent .inputSytle_1{
  151. display: block;
  152. width: 100%;
  153. outline: 0;
  154. margin: 0;
  155. text-align: left;
  156. padding: 6px 5px;
  157. margin-top: 10px;
  158. border: 1px solid #ddd;
  159. }
  160. .dwQuOptionItemContent input[type='radio'],.dwQuOptionItemContent input[type='checkbox']{
  161. display: none;
  162. }
  163. /** 单选样式***/
  164. .dwQuOptionItemContent .dwRedioStyle {
  165. background: transparent url(../images/answer-icon-1.png) no-repeat center top;
  166. vertical-align: middle;
  167. height: 22px;
  168. width: 22px;
  169. background-position: -2px -6px;
  170. display:inline-block;;
  171. }
  172. .dwQuOptionItemContent .dwRedioStyle.checked{
  173. background-position: -2px -31px;
  174. }
  175. /**多选样式**/
  176. .dwQuOptionItemContent .dwCheckboxStyle {
  177. background: transparent url(../images/answer-icon-1.png) no-repeat center top;
  178. vertical-align: middle;
  179. height: 22px;
  180. width: 22px;
  181. background-position: -2px -60px;
  182. display:inline-block;
  183. }
  184. .dwQuOptionItemContent .dwCheckboxStyle.checked{
  185. background-position: -2px -87px;
  186. }
  187. .ui-controlgroup-controls{
  188. border-bottom:1px solid #ddd;
  189. margin-top: 8px;
  190. }
  191. .ui-controlgroup-controls .m_clickQuOrderItem{
  192. background-color: #f6f6f6;
  193. border: 1px solid #ddd;
  194. color: #333;
  195. text-shadow: 0 1px 0 #f3f3f3;
  196. font-size: 14px;
  197. border-radius: 0px;
  198. border-bottom: none;
  199. }
  200. .ui-controlgroup-controls .m_clickQuOrderItem:first-child{
  201. }
  202. .ui-controlgroup-controls .m_clickQuOrderItem label{
  203. border: none;
  204. }
  205. .surveyQuItemContent .mFillblankTableTr label{
  206. display: block;
  207. margin: 0 0 .4em;
  208. }
  209. .surveyQuItemContent .mFillblankTableTr{
  210. margin: 10px 0px;
  211. }
  212. .surveyQuItemContent .mFillblankTableTr .dwQuOptionItemContent label{
  213. display: inline-block;
  214. margin: 0px;
  215. }
  216. .surveyQuItemContent .quSliderItemTr .mFillblankTableEditTd label{
  217. margin: 0px;
  218. }
  219. .surveyQuItemContent .mFillblankTableTr .dwMFillblankInput,input[type='text'].fillblankInput{
  220. width: 100%;
  221. outline: 0;
  222. margin: 0;
  223. }
  224. .surveyQuItemContent .mFillblankTableTr .dwMFillblankInput,input[type='text'].fillblankInput,.option_other_text{
  225. display: block;
  226. padding: 6px 5px;
  227. border: 1px solid #ddd;
  228. text-align: left;
  229. box-sizing: border-box;
  230. }
  231. .nextPage_a, .submitSurvey{
  232. width: 100%;
  233. line-height: 25px;
  234. border-radius: 2px;
  235. padding: 8px 0px;
  236. margin-left: 0px;
  237. font-size: 16px;
  238. text-decoration: none;
  239. color: white;
  240. background: #1e94fc;
  241. border: none;
  242. }
  243. .dw-footer{
  244. display: block;
  245. padding: 20px 0px;
  246. width: 100%;
  247. height: 30px;
  248. text-align: center;
  249. font-size: 13px;
  250. font-weight: normal;
  251. padding-top: 30px;
  252. color: #333;
  253. background-color: #eeeeee;
  254. }
  255. .dw-footer a{
  256. color: #333;
  257. }