zxxq.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @import '../common/header1.less';
  2. @import url('../../font/iconfont.less');
  3. .zxxq-page {
  4. position: fixed;
  5. top: 40px;
  6. bottom: 0;
  7. overflow: hidden;
  8. width: 100%;
  9. z-index: 999;
  10. background: #fff;
  11. .zxxq-wrapper {
  12. position: fixed;
  13. top: 40px;
  14. bottom: 0;
  15. overflow: auto;
  16. width: 100%;
  17. .zxxq-wrapper-header {
  18. text-align: center;
  19. .border-1px-bottom();
  20. .zxxq-wrapper-title {
  21. height: 40px;
  22. line-height: 40px;
  23. font-size: 16px;
  24. padding: 0 10px;
  25. .textRow();
  26. }
  27. .zxxq-wrapper-subtitle {
  28. height: 30px;
  29. line-height: 30px;
  30. font-size: 12px;
  31. color: #8F8E94;
  32. }
  33. }
  34. .content-wrapper-box {
  35. position: fixed;
  36. top: 110px;
  37. bottom: 0;
  38. background: hotpink;
  39. }
  40. .content-wrapper {
  41. position: fixed;
  42. top: 110px;
  43. bottom: 60px;
  44. left: 0;
  45. right: 0;
  46. padding-bottom: 70px;
  47. .main-wrapper {
  48. box-sizing: border-box;
  49. max-height: 100%;
  50. overflow-x: hidden;
  51. overflow-y: auto;
  52. padding: 10px;
  53. }
  54. .zxxq-content-wrapper {
  55. width: 100%;
  56. line-height: 25px;
  57. div, p {
  58. margin: 0 !important;
  59. padding: 0 !important;
  60. white-space: normal !important;
  61. word-break: break-all;
  62. border: none !important;
  63. font-size: 16px !important;
  64. }
  65. }
  66. }
  67. .bottom-btn-box {
  68. box-sizing: border-box;
  69. padding: 0 10px;
  70. /*padding-right:10px;*/
  71. /*text-indent: 10px;*/
  72. position: absolute;
  73. bottom: 10px;
  74. width: 100%;
  75. height: 60px;
  76. .bottom-btn {
  77. height: 30px;
  78. line-height: 30px;
  79. font-size: 14px;
  80. color: #005BAA;
  81. .textRow();
  82. .which {
  83. border-left: 2px solid #005BAA;
  84. padding-left: 3px;
  85. }
  86. }
  87. }
  88. }
  89. }