Geen omschrijving

projectManagement.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /*我的项目*/
  2. .cont {
  3. position: relative;
  4. cursor: pointer;
  5. }
  6. .cont_cont>div {
  7. border-bottom: 1px solid #f2f5f4;
  8. text-align: left;
  9. padding-top: 10px;
  10. }
  11. .cont_detail {
  12. border: 1px solid #c8d6d9;
  13. border-radius: 5px;
  14. position: absolute;
  15. z-index: 9999;
  16. top: 23px;
  17. width: 400px;
  18. display: none;
  19. left: -19%;
  20. }
  21. .cont_detail:before {
  22. display: block;
  23. content: "";
  24. height: 13px;
  25. width: 13px;
  26. border: 1px solid #c8d6d9;
  27. border-bottom: 0;
  28. border-right: 0;
  29. background: #ebebeb;
  30. position: absolute;
  31. left: 50%;
  32. top: -7px;
  33. transform: rotate(46deg);
  34. -ms-transform: rotate(46deg);
  35. /* IE 9 */
  36. -moz-transform: rotate(46deg);
  37. /* Firefox */
  38. -webkit-transform: rotate(46deg);
  39. /* Safari 和 Chrome */
  40. -o-transform: rotate(46deg);
  41. /* Opera */
  42. }
  43. .title {
  44. border-top-right-radius: 5px;
  45. border-top-left-radius: 5px;
  46. }
  47. .title>div:first-child {
  48. float: left;
  49. }
  50. .title>div:last-child {
  51. float: right;
  52. }
  53. .title {
  54. padding: 10px;
  55. }
  56. .cont_cont {
  57. background: #fff;
  58. border-radius: 5px;
  59. padding: 0 10px;
  60. }
  61. .title {
  62. background: #ebebeb;
  63. }
  64. .img_box {
  65. width: 105px;
  66. height: 66px;
  67. float: left;
  68. }
  69. .img_box img {
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .cont_cont_head>div:last-child {
  74. /*float: left;
  75. padding-left: 15px;
  76. text-align: left;*/
  77. color: #333;
  78. font-size: 14px;
  79. }
  80. /*.cont_cont_head>div:last-child p:last-child {
  81. font-size: 12px;
  82. }*/
  83. .show {
  84. display: block;
  85. }
  86. .cont_detail ul li {
  87. float: initial;
  88. line-height: 23px;
  89. }
  90. .cont_detail ul {
  91. padding: 0;
  92. }
  93. .zhaiYao {
  94. width: 98%;
  95. overflow: hidden;
  96. white-space: nowrap;
  97. text-overflow: ellipsis;
  98. }
  99. .states {
  100. padding: 3px 5px;
  101. text-align: center;
  102. display: inline-block;
  103. color: #fff;
  104. border-radius: 3px;
  105. }
  106. .cont_cont_middel ul li>div {
  107. display: inline-block;
  108. width: 50%;
  109. }
  110. .cont_cont_foot ul li>div {
  111. display: inline-block;
  112. width: 30%;
  113. white-space: nowrap;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. padding-left: 3px;
  117. }
  118. .cont_cont_foot ul li>div:first-child {
  119. width: 40%;
  120. }
  121. .cont_cont_foot ul li:first-child>div {
  122. display: inline-block;
  123. width: 33%;
  124. }
  125. .cont_cont_foot .more {
  126. text-align: right;
  127. color: #249fea;
  128. }
  129. .input_wraper {
  130. display: inline-block;
  131. width: 58px;
  132. height: 21px;
  133. line-height: 21px;
  134. border: 1px solid #dfdfdf;
  135. background: #fff;
  136. vertical-align: middle;
  137. }
  138. .input_wraper .rmb {
  139. float: left;
  140. width: 16px;
  141. text-align: center;
  142. font-family: arial, verdana;
  143. color: #999;
  144. }
  145. .input_wraper .price-input {
  146. float: left;
  147. width: 40px;
  148. border: 0 none;
  149. outline: none;
  150. height: 21px;
  151. line-height: 21px;
  152. background: transparent;
  153. }
  154. .head_portrait {
  155. width: 50px;
  156. height: 50px;
  157. }
  158. .table_con {
  159. cursor: pointer;
  160. color: #249fea;
  161. }
  162. .module_img {
  163. width: 40px;
  164. height: 40px;
  165. display: inline-block;
  166. }
  167. .deliver_wocode{
  168. display: inline-block;
  169. position: relative;
  170. }
  171. .deliver_wocode b{
  172. display: inline-block;
  173. font-weight: normal;
  174. position: absolute;
  175. right: -8px;
  176. top: -17px;
  177. letter-spacing: 1px;
  178. font-size: 12px;
  179. color: white;
  180. padding: 0 2px;
  181. background-color: #fc3d18;
  182. }