content.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .content {
  2. width: 100%;
  3. }
  4. .content .navigation {
  5. width: 1200px;
  6. margin: 0 auto;
  7. margin-top: 22px;
  8. }
  9. .content .navigation .title {
  10. width: 100%;
  11. height: 29px;
  12. }
  13. .content .navigation .title .tb {
  14. float: left;
  15. }
  16. .content .navigation .title .xskt {
  17. float: left;
  18. font-size: 24px;
  19. margin-left: 10px;
  20. line-height: 29px;
  21. }
  22. .content .photo {
  23. width: 1200px;
  24. margin: 0 auto;
  25. margin-top: 23px;
  26. }
  27. .content .photo .pt-line {
  28. width: 1240px;
  29. margin-top: 16px;
  30. }
  31. .content .photo .pt-line .pt-sola {
  32. width: 286px;
  33. height: 290px;
  34. margin-right: 19px;
  35. border-radius: 4px;
  36. border: 1px solid #e8e8e8;
  37. float: left;
  38. margin-bottom: 15px;
  39. }
  40. .content .photo .pt-line .pt-sola:hover .hover-block {
  41. height: 100%;
  42. }
  43. .content .photo .pt-line .pt-sola .img {
  44. width: 286px;
  45. height: 199px;
  46. overflow: hidden;
  47. -webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;
  49. transition: all 0.5s ease-out;
  50. position: relative;
  51. }
  52. .content .photo .pt-line .pt-sola .img .p-o {
  53. width: 286px;
  54. height: 199px;
  55. }
  56. .content .photo .pt-line .pt-sola .img .label {
  57. position: absolute;
  58. left: 0;
  59. top: 0;
  60. padding: 4px 15px;
  61. background-color: #ea6a6a;
  62. color: #fff;
  63. -webkit-border-radius: 0 0 5px 0;
  64. -moz-border-radius: 0 0 5px 0;
  65. border-radius: 0 0 5px 0;
  66. }
  67. .content .photo .pt-line .pt-sola .hover-block {
  68. width: 100%;
  69. height: 0;
  70. position: absolute;
  71. top: 0;
  72. left: 0;
  73. text-align: center;
  74. overflow: hidden;
  75. -webkit-transition: all 0.4s ease-out;
  76. -moz-transition: all 0.4s ease-out;
  77. transition: all 0.4s ease-out;
  78. }
  79. .content .photo .pt-line .pt-sola .hover-block .mask {
  80. width: 100%;
  81. height: 100%;
  82. position: absolute;
  83. top: 0;
  84. left: 0;
  85. background-color: #000;
  86. opacity: 0.5;
  87. filter: alpha(opacity=50);
  88. }
  89. .content .photo .pt-line .pt-sola .hover-block .btn-normal {
  90. width: 120px;
  91. height: 40px;
  92. line-height: 40px;
  93. position: relative;
  94. z-index: 9;
  95. margin-top: 80px;
  96. }
  97. .content .photo .pt-line .pt-sola .bth {
  98. margin-top: 7px;
  99. margin-left: 14px;
  100. }
  101. .content .photo .pt-line .pt-sola .bth .zt {
  102. font-size: 16px;
  103. width: 250px;
  104. overflow: hidden;
  105. white-space: nowrap;
  106. text-overflow: ellipsis;
  107. }
  108. .content .photo .pt-line .pt-sola .hb {
  109. margin-top: 7px;
  110. margin-left: 13px;
  111. }
  112. .content .photo .pt-line .pt-sola .hb .hb-head {
  113. width: 18px;
  114. height: 18px;
  115. float: left;
  116. border-radius: 100%;
  117. }
  118. .content .photo .pt-line .pt-sola .hb .name {
  119. color: #666;
  120. font-size: 14px;
  121. line-height: 18px;
  122. float: left;
  123. margin-left: 6px;
  124. width: 100px;
  125. overflow: hidden;
  126. white-space: nowrap;
  127. text-overflow: ellipsis;
  128. }
  129. .content .photo .pt-line .pt-sola .hb .da {
  130. float: right;
  131. font-size: 12px;
  132. color: #999;
  133. margin-right: 15px;
  134. }
  135. .content .photo .pt-line .bth .db {
  136. float: right;
  137. font-size: 14px;
  138. color: #fff;
  139. text-decoration: none;
  140. }
  141. .content .photo .pt-line .bth .db .status {
  142. border-radius: 4px;
  143. padding: 0 8px 0 8px;
  144. }
  145. .content .photo .pt-line .bth .db .status0{
  146. background-color: #5a9fd9;
  147. }
  148. .content .photo .pt-line .bth .db .status1{
  149. background-color: #ECBD1C;
  150. }
  151. .content .photo .pt-line .bth .db .status2{
  152. background-color: grey;
  153. }