answer.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. .container {
  2. background-color: #213a53;
  3. justify-content: flex-start;
  4. }
  5. .line0 {
  6. width: 100%;
  7. height: 112rpx;
  8. background-color: #326fae;
  9. }
  10. .line1 {
  11. width: 100%;
  12. height: 146rpx;
  13. background-color: #8c3d34;
  14. z-index: 10;
  15. }
  16. .answerroom_list_conveyer_headline_illus {
  17. width: 710rpx;
  18. height: 170rpx;
  19. position: absolute;
  20. top: 20rpx;
  21. z-index: 20;
  22. }
  23. .panelTop {
  24. width: 710rpx;
  25. position: absolute;
  26. top: 80rpx;
  27. z-index: 30;
  28. justify-content: space-between;
  29. }
  30. .panelTop .panelTop0 {
  31. width: 280rpx;
  32. height: 90rpx;
  33. margin-left: 50rpx;
  34. }
  35. .panelTop .panelTop1 {
  36. margin-right: 69rpx;
  37. }
  38. .panelTop .panelTop00 {
  39. width: 280rpx;
  40. height: 80rpx;
  41. border-top-left-radius: 20rpx;
  42. border-top-right-radius: 20rpx;
  43. background-color: #d79e59;
  44. }
  45. .panelTop .line {
  46. width: 280rpx;
  47. height: 10rpx;
  48. background-color: #b98043;
  49. }
  50. .panelTop .text {
  51. color: #fff;
  52. font-size: 26rpx;
  53. text-shadow: 3rpx 3rpx 3rpx #906a3c,
  54. 3rpx -3rpx 3rpx #906a3c,
  55. -3rpx 3rpx 3rpx #906a3c,
  56. -3rpx -3rpx 3rpx #906a3c;
  57. }
  58. .panelTop .btn {
  59. width: 16rpx;
  60. height: 16rpx;
  61. background-color: #9ee74f;
  62. margin-right: 10rpx;
  63. border-radius: 3rpx;
  64. box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
  65. }
  66. .panelTop .btn {
  67. background-color: #f0be7b;
  68. }
  69. .panelTop .text2 {
  70. text-shadow: 3rpx 3rpx 6rpx #c34738,
  71. 3rpx -3rpx 6rpx #c34738,
  72. -3rpx 3rpx 6rpx #c34738,
  73. -3rpx -3rpx 6rpx #c34738;
  74. }
  75. .universalpic_select_on_white {
  76. width: 30rpx;
  77. height: 30rpx;
  78. margin-right: 20rpx;
  79. }
  80. .universalpic_select_on_gray {
  81. width: 30rpx;
  82. height: 30rpx;
  83. margin-right: 12rpx;
  84. margin-left: 42rpx;
  85. }
  86. .panel0 {
  87. width: 100%;
  88. position: absolute;
  89. top: 170rpx;
  90. background-color: #213a53;
  91. }
  92. .panel0 .panel00 {
  93. width: 100%;
  94. z-index: 20;
  95. align-items: flex-start;
  96. }
  97. .panel0 .panel01 {
  98. width: 100%;
  99. z-index: 20;
  100. align-items: flex-start;
  101. position: absolute;
  102. top: 0;
  103. }
  104. .panel0 .panel000 {
  105. width: 10rpx;
  106. height: 1490rpx;
  107. background-color: #929292;
  108. z-index: 30;
  109. justify-content: space-between;
  110. }
  111. .panel0 .panel001 {
  112. width: 20rpx;
  113. height: 1490rpx;
  114. background-color: #4d4d4d;
  115. z-index: 30;
  116. }
  117. .panel0 .panel0Main {
  118. width: 610rpx;
  119. height: 1320rpx;
  120. }
  121. .panel0 .panel0MainBG {
  122. background-color: #6a6d6f;
  123. }
  124. .panel0 .item {
  125. width: 100%;
  126. height: 130rpx;
  127. background-color: #797c7d;
  128. justify-content: space-between;
  129. position: relative;
  130. }
  131. .panel0 .itemLine0 {
  132. width: 100%;
  133. height: 10rpx;
  134. background-color: rgba(0, 0, 0, 0.36);
  135. }
  136. .panel0 .itemLine00 {
  137. width: 100%;
  138. height: 10rpx;
  139. background-color: rgba(0, 0, 0, 0.46);
  140. }
  141. .panel0 .itemLine1 {
  142. width: 100%;
  143. height: 10rpx;
  144. background-color: #979595;
  145. }
  146. .panel0 .itemChild {
  147. width: 100%;
  148. height: 110rpx;
  149. justify-content: space-between;
  150. }
  151. .panel0 .itemChild0 {
  152. background-color: #5e6164;
  153. }
  154. .panel0 .itemLineSelected {
  155. width: 100%;
  156. height: 120rpx;
  157. background-color: rgba(0, 0, 0, 0.60);
  158. position: absolute;
  159. top:0;
  160. }
  161. .universalpic_select_on_orange{
  162. width: 30rpx;
  163. height: 30rpx;
  164. margin: 50rpx 0 0 42rpx;
  165. }
  166. .questioncard_icon {
  167. width: 54rpx;
  168. height: 60rpx;
  169. margin-left: 30rpx;
  170. }
  171. .itemChild .title {
  172. color: #fff;
  173. margin-left: 30rpx;
  174. align-items: flex-start;
  175. }
  176. .itemChild .title1 {
  177. font-size: 20rpx;
  178. }
  179. .itemChild .title2 {
  180. font-size: 30rpx;
  181. color: #c9c9c9;
  182. }
  183. .itemChild .title3 {
  184. width: 122rpx;
  185. height: 70rpx;
  186. background-color: #3e3e3e;
  187. color: #fff;
  188. border-top-left-radius: 4rpx;
  189. border-bottom-left-radius: 4rpx;
  190. position: relative;
  191. }
  192. .itemChild .title30 {
  193. font-size: 20rpx;
  194. font-family: 'Roboto-Bold';
  195. position: absolute;
  196. top: 10rpx;
  197. left: 14rpx;
  198. }
  199. .itemChild .title31 {
  200. font-size: 38rpx;
  201. font-family: 'Roboto-Black';
  202. margin-top: 7rpx;
  203. }
  204. .panel0 .line2 {
  205. width: 610rpx;
  206. height: 20rpx;
  207. background-color: #6a6d6f;
  208. }
  209. .answerroom_list_conveyer_footer_illus {
  210. width: 100%;
  211. height: 320rpx;
  212. position: relative;
  213. z-index: 20;
  214. }
  215. .universalpic_attention_blue_size01 {
  216. width: 20rpx;
  217. height: 20rpx;
  218. margin-right: 10rpx;
  219. }
  220. .answerroom_list_conveyer_part_left {
  221. width: 18rpx;
  222. height: 60rpx;
  223. margin: 55rpx 0 50rpx -30rpx;
  224. }
  225. .answerroom_list_conveyer_part_right {
  226. width: 18rpx;
  227. height: 60rpx;
  228. margin: 55rpx -28rpx 50rpx 0;
  229. }
  230. .panel0 .line21 {
  231. background-color: rgba(0, 0, 0, 0.2);
  232. z-index: 30;
  233. position: absolute;
  234. top: 0;
  235. width: 670rpx;
  236. }
  237. .universalpic_new_red_size01 {
  238. width: 70rpx;
  239. height: 30rpx;
  240. position: absolute;
  241. top: -15rpx;
  242. left: 40rpx;
  243. }
  244. .textFooter {
  245. margin-top: 40rpx;
  246. margin-bottom: 100rpx;
  247. }
  248. .textFooter1 {
  249. color: #4f92ba;
  250. font-size: 22rpx;
  251. }