news-show.less 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. .ms-content-about {
  2. .ms-content-main {
  3. .ms-content-right {
  4. .ms-content-right-main-title {
  5. .ms-content-right-main-title-div{
  6. color:#333;
  7. }
  8. overflow: hidden;
  9. }
  10. #ms-content-right-main-title {
  11. padding-bottom: 0px;
  12. text-align: left;
  13. border-bottom: 1px solid #fafafa;
  14. }
  15. .ms-content-right-main-icon {
  16. .ms-content-right-vertical{
  17. color: #ccc;
  18. }
  19. font-size: 12px;
  20. color: #999999;
  21. /*float: right;*/
  22. overflow: hidden;
  23. padding: 20px 0;
  24. .ms-content-icon-left,
  25. .ms-content-icon-right {
  26. div {
  27. float: left;
  28. overflow: hidden;
  29. span {
  30. margin: 0 12px;
  31. }
  32. }
  33. }
  34. .ms-content-icon-right {
  35. float: right;
  36. }
  37. .ms-content-right-main-icon-clicks,
  38. .ms-content-right-main-icon-comment,
  39. .ms-content-right-main-icon-Fabulous {
  40. background-image: url(../images/pics.png);
  41. width: 16px;
  42. height: 15px;
  43. margin-top: 2px;
  44. }
  45. .ms-content-right-main-icon-clicks {
  46. background-position: -11px 84px;
  47. }
  48. .ms-content-right-main-icon-comment {
  49. background-position: -67px 84px;
  50. }
  51. .ms-content-right-main-icon-Fabulous {
  52. background-position: -120px 85px;
  53. }
  54. .ms-content-right-main-icon-num {
  55. margin-left: 5px;
  56. }
  57. }
  58. }
  59. .ms-content-right-main-content-Fabulous {
  60. width: 952px;
  61. height: 96px;
  62. border-top: 1px solid #fafafa;
  63. background-color: #fff;
  64. display: flex;
  65. align-items: center;
  66. .ms-content-right-main-content-icon {
  67. transition: all .6s;
  68. background-image: url(../images/pics.png);
  69. width: 56px;
  70. height: 56px;
  71. background-position: -45px 53px;
  72. background-color: #bababa;
  73. border-radius: 50%;
  74. margin: 0 auto;
  75. cursor: pointer;
  76. }
  77. .ms-is-attention {
  78. background-color: #009bff;
  79. }
  80. }
  81. .ms-content-right-comment {
  82. width: 952px;
  83. /*height: 300px;*/
  84. background-color: #fff;
  85. margin-top: 10px;
  86. .ms-content-right-comment-input {
  87. border-bottom: 1px solid #fafafa;
  88. padding-bottom: 40px;
  89. textarea::-webkit-input-placeholder {
  90. color: #ddd;
  91. }
  92. textarea {
  93. width: 888px;
  94. height: 15px;
  95. padding: 10px;
  96. background-color: #fafafa;
  97. border: 1px solid #eee;
  98. border-radius: 3px;
  99. /*margin: 20px;*/
  100. margin: 0 20px;
  101. margin-top: 20px;
  102. margin-bottom: 10px;
  103. }
  104. .ms-content-right-comment-button {
  105. width: 910px;
  106. overflow: hidden;
  107. margin: 0 20px;
  108. .ms-content-right-comment-expression {
  109. background-image: url(../images/pics.png);
  110. background-position: -2px 37px;
  111. width: 30px;
  112. height: 30px;
  113. float: left;
  114. cursor: pointer;
  115. }
  116. .ms-content-right-comment-submit {
  117. width: 50px;
  118. background-color: #fafafa;
  119. font-size: 14px;
  120. height: 25px;
  121. border-radius: 4px;
  122. color: #ddd;
  123. line-height: 25px;
  124. text-align: center;
  125. float: right;
  126. cursor: no-drop;
  127. }
  128. .ms-submit-comments-css {
  129. opacity: .9 !important;
  130. cursor: pointer;
  131. background-color: #009aff !important;
  132. color: #ffffff;
  133. &:hover {
  134. opacity: 1 !important;
  135. }
  136. }
  137. }
  138. }
  139. .ms-content-right-comment-list {
  140. .ms-content-right-comment-list-div {
  141. overflow: hidden;
  142. padding: 20px 0;
  143. margin: 0 20px;
  144. border-bottom: 1px solid #fafafa;
  145. .ms-content-right-comment-list-left {
  146. font-size: 14px;
  147. margin-left: 40px;
  148. .ms-content-right-comment-list-portrait {
  149. float: left;
  150. margin-right: 20px;
  151. img {
  152. width: 64px;
  153. height: 64px;
  154. border-radius: 50%;
  155. /* float: left;*/
  156. }
  157. }
  158. .ms-content-right-comment-list-content {
  159. overflow: hidden;
  160. .ms-content-right-comment-list-name {
  161. margin-bottom: 20px;
  162. }
  163. .ms-content-right-comment-list-comment {
  164. color: #999;
  165. }
  166. }
  167. }
  168. .ms-content-right-comment-list-right {
  169. /*display: none;*/
  170. float: right;
  171. margin-right: 20px;
  172. overflow: hidden;
  173. height: 15px;
  174. .ms-content-right-main-icon-comment,
  175. .ms-content-right-main-icon-Fabulous {
  176. background-image: url(../images/pics.png);
  177. width: 16px;
  178. height: 15px;
  179. /*margin-top: 2px;*/
  180. float: left;
  181. }
  182. .ms-content-right-main-icon-comment {
  183. background-position: -67px 85px;
  184. margin-right: 20px;
  185. }
  186. .ms-content-right-main-icon-Fabulous {
  187. background-position: -120px 85px;
  188. }
  189. .ms-content-right-main-icon-num {
  190. margin-left: 5px;
  191. float: left;
  192. font-size: 12px;
  193. color: #999;
  194. }
  195. }
  196. .ms-content-right-comment-list-div-more{
  197. cursor: pointer;
  198. }
  199. .ms-content-right-comment-list-div-more,
  200. .ms-content-right-comment-list-div-no {
  201. text-align: center;
  202. font-size: 14px;
  203. color: #999;
  204. }
  205. .ms-content-right-comment-list-div-no {}
  206. .ms-content-right-comment-list-div-load {
  207. text-align: center;
  208. img {
  209. width: 30px;
  210. }
  211. }
  212. }
  213. .ms-content-right-active {
  214. border: none;
  215. }
  216. .ms-content-right-comment-list-no-comment {
  217. text-align: center;
  218. height: 200px;
  219. line-height: 200px;
  220. }
  221. }
  222. }
  223. }
  224. }