| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*可以在这里添加你自己的css*/
- /*.view img{
- max-width: 915px;
- }
- .view table{
- border-collapse:collapse;
- }
- .view table th{
- border: 1px solid #000!important;
- }
- .view table td{
- border: 1px solid #000!important;
- }*/
- .kongjian{
- float: left;
- font-size: 12px;
- height: 28px !important;
- width:28px !important;
- background-image: url(../image/kongjian.png) !important;
- background-repeat: no-repeat;
- cursor: pointer;
- margin:0px !important;
- }
- .weibo{
- float: left;
- font-size: 12px;
- height: 28px !important;
- width:28px !important;
- background-image: url(../image/weibo.png) !important;
- background-repeat: no-repeat;
- cursor: pointer;
- margin:0px !important;
- }
-
- .weixin{
- float: left;
- font-size: 12px;
- height: 28px !important;
- width:28px !important;
- background-image: url(../image/weixin.png) !important;
- background-repeat: no-repeat;
- cursor: pointer;
- margin:0px !important;
- }
- .share_content{
- position: relative;
- bottom: 13px;
- }
- .share_wz{
- display: inline-block;
- float: left;
- color: #707070;
- position: relative;
- top: 5px;
- font-size: 18px;
- }
|