addArticle.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .img-div {
  2. background-color: #fff;
  3. margin-top: 10px;
  4. height: 70px;
  5. border: 1px solid #e1e1e1;
  6. border-left: 0;
  7. border-right: 0;
  8. }
  9. .img-top {
  10. vertical-align: top;
  11. margin-top: 5px;
  12. border-left: 0;
  13. padding: 10px 10px;
  14. /*float: left;*/
  15. }
  16. .img-cover {
  17. /*float: left;*/
  18. padding: 10px 12px;
  19. /*padding-left: 0px;*/
  20. }
  21. .img-bottom {
  22. /*width: 52%;*/
  23. font-size: 12px;
  24. /*float: left;*/
  25. padding: 10px;
  26. color: #CDCDCD
  27. }
  28. .content {
  29. background-color: #fff;
  30. width: 100%;
  31. height: 40px;
  32. line-height: 40px;
  33. padding-left: 10px;
  34. border-top: 1px solid #e1e1e1;
  35. }
  36. textarea {
  37. height: 150px;
  38. margin-bottom: 0 !important;
  39. padding-bottom: 0 !important;
  40. border-top: 1px solid #e1e1e1;
  41. border-bottom: 1px solid #e1e1e1;
  42. font-size: 13px
  43. }
  44. .max-img {
  45. background-color: #fff;
  46. border: 1px solid #e1e1e1;
  47. border-left: 0;
  48. border-right: 0;
  49. }
  50. .max-img p.text {
  51. color: #333;
  52. padding: 10px 10px;
  53. }
  54. .max-img .img-center {
  55. padding: 10px 20px;
  56. padding-top: 0px
  57. }
  58. .use-range {
  59. background-color: #fff;
  60. }
  61. .use-range p {
  62. padding: 10px 10px;
  63. padding-bottom: 8px;
  64. }
  65. .radio-button {
  66. padding-left: 20px;
  67. padding-right: 20px;
  68. padding-bottom: 10px;
  69. }
  70. input[type=text] {
  71. margin-bottom: 0;
  72. }
  73. .handle-bar {
  74. position: fixed;
  75. bottom: 0;
  76. left: 0;
  77. width: 100%;
  78. background-color: #fff;
  79. z-index: 10;
  80. display: -webkit-box;
  81. padding: 10px 0;
  82. }
  83. .handle-bar div {
  84. -webkit-box-flex: 1;
  85. box-sizing: border-box;
  86. -webkit-box-sizing: border-box;
  87. -moz-box-sizing: border-box;
  88. position: relative;
  89. text-align: center;
  90. height: 24px;
  91. border-right: 1px solid #e1e1e1;
  92. }
  93. .handle-bar div:last-child {
  94. border-right: 0;
  95. ;
  96. }
  97. .add-img2 {
  98. float: left;
  99. /*margin: 10px 10px 10px 0px;*/
  100. position: relative;
  101. padding: 10px;
  102. margin-right: 3px;
  103. }
  104. .delete-icons,
  105. .delete-icon {
  106. position: absolute;
  107. top: 1px;
  108. right: 1px;
  109. width: 18px;
  110. }
  111. .form-control {
  112. border-left: 0;
  113. }
  114. .input-group.input-border .input-group-addon {
  115. padding: 10px;
  116. }
  117. .input-group .form-control {
  118. border-left: 0px;
  119. }
  120. .input-group .fa-angle-right {
  121. position: absolute;
  122. top: 50%;
  123. right: 10px;
  124. margin-top: -10px;
  125. font-size: 20px;
  126. color: #999;
  127. }
  128. .h-100 {
  129. height: 100px;
  130. }
  131. .mb55{
  132. margin-bottom: 55px;
  133. }
  134. .img-div2{
  135. position: relative;
  136. padding: 10px;
  137. }
  138. .img-div2 .image{
  139. width: 50px;
  140. height: 50px;
  141. object-fit: contain;
  142. }
  143. .t0 {
  144. top: 0;
  145. }
  146. .pb50 {
  147. padding-bottom: 50px;
  148. }