viewWhhSq.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none; }
  5. html, body {
  6. margin: 0;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column; }
  10. body {
  11. background: #fff;
  12. font: normal 12px/22px; }
  13. .header {
  14. color: #fff;
  15. display: flex;
  16. height: 45px;
  17. align-items: center;
  18. background-color: #30B9EF;
  19. z-index: 999;}
  20. .header .m1 {
  21. width: 15%;
  22. text-align: center;
  23. font-size: 23px; }
  24. .header .m2 {
  25. flex: 1;
  26. display: flex;
  27. justify-content: center;
  28. font-size: 0.3rem;
  29. color: #fff;
  30. font-weight: bold; }
  31. .header .m3 {
  32. width: 15%;
  33. }
  34. .bars {
  35. left: 0;
  36. right: 0;
  37. bottom: 0;
  38. position: absolute;
  39. background-color: #47a080;
  40. height: 60px;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center; }
  44. .bars .bar {
  45. font-size: 14px;
  46. color: #ffffff;
  47. display: flex;
  48. flex-direction: column;
  49. align-items: center;
  50. flex: 1;
  51. text-align: center; }
  52. .bars .bar img {
  53. width: 50px;
  54. height: 50px; }
  55. .bars .bar span {
  56. margin-top: -15px; }
  57. .bars .select {
  58. color: #436b84; }
  59. .wrapper {
  60. background-color: #ffffff;
  61. flex: 1;
  62. overflow: scroll;
  63. }
  64. section {
  65. color: #444;
  66. padding: 20px 10px 0 16px; }
  67. section .headline {
  68. font-size: 18px;
  69. margin-bottom: 20px; background-color: whitesmoke;}
  70. section .headline::after {
  71. background-color: #30B9EF;
  72. content: '';
  73. position: '';
  74. left: 0;
  75. width: 9px;
  76. height: 20px;
  77. margin-top: 3px; }
  78. section .cont-wrapper {
  79. width: 100%; }
  80. section .cont-wrapper .line {
  81. display: flex;
  82. width: 100%;
  83. }
  84. section .cont-wrapper .line img {
  85. width: 20px;
  86. height: 20px; }
  87. section .cont-wrapper .line .title {
  88. width: 80px;
  89. text-align: justify;
  90. font-size: 16px; }
  91. section .cont-wrapper .line .title span {
  92. display: inline-block;
  93. /* Opera */
  94. padding-left: 100%; }
  95. section .cont-wrapper .line .cont {
  96. flex: 1;
  97. color: #999999;
  98. font-size: 16px; }
  99. .textArea{
  100. font-size: 16px !important;
  101. border: 1px solid rgba(0,0,0,.2) !important;
  102. color: #999999;
  103. }
  104. div img{
  105. width: 80%;
  106. }
  107. .btn{
  108. font-size: 14px;
  109. background-color: #2fb390;
  110. height: 26px;
  111. width: 60px;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. color: #ffffff;
  116. border-radius: 13px;
  117. }
  118. .view{
  119. display: flex;
  120. flex-direction: column;
  121. align-items: center;
  122. padding-top: 34px;
  123. background-color: #e4f0ea;
  124. position: absolute;
  125. top: 196px;
  126. z-index: 100;
  127. }
  128. .view .btn{
  129. margin-top: 23px;
  130. }
  131. .zzc{
  132. position: absolute;
  133. top: 0px;
  134. background: #9f9c9c52;
  135. }
  136. #videoSee{
  137. display: flex;
  138. position: absolute;
  139. top: 196px;
  140. z-index: 100;
  141. background-color: #e4f0ea;
  142. padding-top: 34px;
  143. align-items: center;
  144. flex-direction: column;
  145. }
  146. .hideOverlay{
  147. margin-top: 37px;
  148. }
  149. .imgicon{
  150. width: 33px;
  151. }
  152. /*# sourceMappingURL=index.css.map */