question.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .questionbox .paneltitle{
  2. font-size: 14px;
  3. color: #666666;
  4. line-height: 45px;
  5. height: 45px;
  6. padding: 0 15px;
  7. }
  8. .questionbox .panel{
  9. background: #fff;
  10. }
  11. .q_list{
  12. padding: 10px 15px;
  13. border-bottom: 1px solid #e6e6e6;
  14. }
  15. .q_list .dc_hd{
  16. font-size: 16px;
  17. color: #333333;
  18. line-height: 24px;
  19. margin-right: 10px;
  20. }
  21. .q_list .jt{
  22. text-align: right;
  23. color: #D9D9D9;
  24. }
  25. .footbtn_wt{
  26. background: #FFFFFF;
  27. box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.08);
  28. font-size: 16px;
  29. color: #333333;
  30. text-align: center;
  31. height: 48px;
  32. line-height: 48px;
  33. position: fixed;
  34. left: 0;
  35. right: 0;
  36. bottom: 0;
  37. }
  38. .footbtn_wt img{
  39. display: inline-block;
  40. width: 20px;
  41. vertical-align: middle;
  42. margin-right: 4px;
  43. margin-top: -3px;
  44. }
  45. .footbtn_wt~.questionbox{
  46. padding-bottom: 58px;
  47. }
  48. .weui-loadmore {
  49. width: 65%;
  50. margin: 1.5em auto;
  51. line-height: 1.6em;
  52. font-size: 14px;
  53. text-align: center;
  54. }
  55. .weui-loadmore_line {
  56. border-top: 1px solid #E5E5E5;
  57. margin-top: 2.4em;
  58. }
  59. .weui-loadmore__tips {
  60. display: inline-block;
  61. vertical-align: middle;
  62. }
  63. .weui-loadmore_line .weui-loadmore__tips {
  64. position: relative;
  65. top: -0.9em;
  66. padding: 0 .55em;
  67. background-color: #FFFFFF;
  68. color: #999999;
  69. }
  70. .sousuo{
  71. padding: 10px 15px;
  72. border-bottom: 1px solid #e6e6e6;
  73. }
  74. .sousuo input {
  75. height: 36px;
  76. line-height: 36px;
  77. background: #fff;
  78. border-radius: 4px;
  79. border: none;
  80. font-size: 14px;
  81. padding-left: 35px;
  82. background:#fff url(../images/so_icon.png) no-repeat 10px center / 15px 15px;
  83. margin: 0;
  84. }