iframe.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*可以在这里添加你自己的css*/
  2. /*.view img{
  3. max-width: 915px;
  4. }
  5. .view table{
  6. border-collapse:collapse;
  7. }
  8. .view table th{
  9. border: 1px solid #000!important;
  10. }
  11. .view table td{
  12. border: 1px solid #000!important;
  13. }*/
  14. .kongjian{
  15. float: left;
  16. font-size: 12px;
  17. height: 28px !important;
  18. width:28px !important;
  19. background-image: url(../image/kongjian.png) !important;
  20. background-repeat: no-repeat;
  21. cursor: pointer;
  22. margin:0px !important;
  23. }
  24. .weibo{
  25. float: left;
  26. font-size: 12px;
  27. height: 28px !important;
  28. width:28px !important;
  29. background-image: url(../image/weibo.png) !important;
  30. background-repeat: no-repeat;
  31. cursor: pointer;
  32. margin:0px !important;
  33. }
  34. .weixin{
  35. float: left;
  36. font-size: 12px;
  37. height: 28px !important;
  38. width:28px !important;
  39. background-image: url(../image/weixin.png) !important;
  40. background-repeat: no-repeat;
  41. cursor: pointer;
  42. margin:0px !important;
  43. }
  44. .share_content{
  45. position: relative;
  46. bottom: 13px;
  47. }
  48. .share_wz{
  49. display: inline-block;
  50. float: left;
  51. color: #707070;
  52. position: relative;
  53. top: 5px;
  54. font-size: 18px;
  55. }