bbs.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*文章游戏排行榜*/
  2. @import './base/mixins';
  3. //首页
  4. .m-recommend__hd{
  5. padding: 0 10px;
  6. height: 38px;
  7. background-color: #ececec;
  8. border-top: 1px solid #dfdfdf;
  9. border-bottom: 1px solid #dfdfdf;
  10. overflow: hidden;
  11. line-height: 38px;
  12. }
  13. .m-recommend{
  14. border: 1px solid #dfdfdf;
  15. border-top: none;
  16. margin-bottom: 10px;
  17. .m-game_link{
  18. display: -webkit-box;
  19. padding:10px;
  20. }
  21. .m-game_fl{
  22. width: 100px;
  23. margin-right: 10px;
  24. img{
  25. width: 100%;
  26. display: block;
  27. overflow: hidden;
  28. }
  29. }
  30. .m-game_fr{
  31. -webkit-box-flex: 1;
  32. -ms-flex: 1;
  33. flex: 1;
  34. h2{
  35. font-size: 16px;
  36. line-height: 22px;
  37. margin-top: -4px;
  38. height: 44px;
  39. overflow: hidden;
  40. }
  41. p{
  42. font-size: 12px;
  43. color: #999999;
  44. text-align: right;
  45. }
  46. }
  47. }
  48. .m-forumList__item.ad-forumList__item .m-forumList__info{
  49. font-size:12px;
  50. color:#999999;
  51. }
  52. .ico-common.ico-cg{
  53. background: url(//pub.dwstatic.com/common/img/da-bbs-cg.png) center / 100% no-repeat;
  54. }
  55. //详情页
  56. .m-comment__item--top{
  57. .da-link{
  58. display: block;
  59. }
  60. .comment-control{
  61. .control-da-tag{
  62. float: left;
  63. color: #999;
  64. }
  65. }
  66. }
  67. .comment-header-da{
  68. img{
  69. width: 100%;
  70. }
  71. }