editWhh.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. background-color: #30B9EF;
  16. display: flex;
  17. height: 45px;
  18. align-items: center;
  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. .bars {
  34. left: 0;
  35. right: 0;
  36. bottom: 0;
  37. position: absolute;
  38. background-color: #47a080;
  39. height: 60px;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center; }
  43. .bars .bar {
  44. font-size: 14px;
  45. color: #ffffff;
  46. display: flex;
  47. flex-direction: column;
  48. align-items: center;
  49. flex: 1;
  50. text-align: center; }
  51. .bars .bar img {
  52. width: 50px;
  53. height: 50px; }
  54. .bars .bar span {
  55. margin-top: -15px; }
  56. .bars .select {
  57. color: #436b84; }
  58. .wrapper {
  59. background-color: #ffffff;
  60. flex: 1;
  61. overflow: scroll; }
  62. section {
  63. color: #444;
  64. padding: 20px 10px 0 16px; }
  65. section .headline {
  66. font-size: 18px;
  67. margin-bottom: 20px;
  68. background-color: whitesmoke; }
  69. section .cont-wrapper {
  70. width: 100%; }
  71. section .cont-wrapper .line {
  72. display: flex;
  73. width: 100%;
  74. }
  75. section .cont-wrapper .line img {
  76. width: 20px;
  77. height: 20px; }
  78. section .cont-wrapper .line .title {
  79. width: 80px;
  80. text-align: justify;
  81. font-size: 16px;
  82. }
  83. section .cont-wrapper .line .title span {
  84. display: inline-block;
  85. /* Opera */
  86. padding-left: 100%; }
  87. section .cont-wrapper .line .cont {
  88. flex: 0 0 60%;
  89. color: #999999;
  90. font-size: 16px;}
  91. section .cont-wrapper .line .btn {
  92. font-size: 14px;
  93. background-color: #2fb390;
  94. height: 25px;
  95. width: 25px;
  96. display: flex;
  97. align-items: center;
  98. justify-content: center;
  99. color: #ffffff;
  100. position: relative;
  101. top: -24px;
  102. right: -10px}
  103. .cont > input{
  104. padding: 0px;
  105. border: 1px solid #dfdfdf;
  106. padding-left: 10px;
  107. height: 40px;
  108. }
  109. .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
  110. color: #333;
  111. background-color: #fff !important;
  112. border-color: transparent !important;
  113. }
  114. .btn-group.open .dropdown-toggle{
  115. box-shadow: inset 0 3px 5px transparent !important;
  116. }
  117. .input, select, textarea{
  118. color: #333;
  119. padding :0px;
  120. border-color: #dfdfdf;
  121. padding-left: 10px;
  122. }
  123. .xing{
  124. color:red;
  125. align-self: center;
  126. margin-left: 5px;
  127. }
  128. .editBtn{
  129. position: relative;
  130. width: 49px !important;
  131. top: 0px !important;
  132. }
  133. .editClBtn{
  134. position: relative;
  135. left: 4px;
  136. width: 49px !important;
  137. top: 11px !important;
  138. }
  139. input[type="file"] {
  140. color: transparent;
  141. }
  142. .zpsp{
  143. display: flex;
  144. }
  145. .zpsp #picText{
  146. width: 87%;
  147. flex: 0 0 73%;
  148. }
  149. .zpsp #VideoText {
  150. width: 87%;
  151. flex: 0 0 73%;
  152. }
  153. .zpsp>div{
  154. flex:0 0 20%;
  155. }
  156. select {
  157. height: 40px;
  158. font-size: 14px;
  159. margin-top: 1px;
  160. background-color: #fff;
  161. border: 1px solid #dfdfdf !important;
  162. padding-left: 10px;
  163. }
  164. .line line{
  165. }
  166. .maohao{
  167. padding-top: 0.15rem;
  168. }
  169. /*# sourceMappingURL=index.css.map */