12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .content{clear:both;overflow:hidden;zoom:1}
- .left {
- float: left;
- height: 588px;
- margin-left: 10px;
- margin-top: 93px;
- width: 276px;
- }
- .tab{margin-top:94px;}
- .info_panel{width:266px;}
- .info_panel_top{width:250px;}
- .box-left{width:266px;border:0px;}
- .box-left li{padding-bottom:10px;width:276px;color:black;}
- .box-left li a{background:url(tab_bg.jpg);width:234px;height:36px;line-height:36px;display:block;color:black;padding-left:32px;}
- .box-friend{
- background: url("title_bg.jpg" ) repeat-x;
- font-size: 15px;
- height: 168px;
- line-height: 16px;
- overflow: hidden;
- padding-left: 14px;
- width: 255px;
- font-weight:bold;
- border: 1px solid #B3B3B3;
- border-radius: 5px 5px 5px 5px;
- color: #333333;
- display: block;
- }
- .box-friendtop{line-height:27px;}
- .box-friend ul{margin-top:10px;color:#333333; font-weight: normal;}
- .box-friend li{margin-bottom:10px;font-size:14px;padding-left:10px;}
- .warn_friend{background-color: #B20F10; border-radius: 5px 5px 5px 5px; color: white;height: 23px;line-height: 23px;padding-left: 12px;width: 231px;}
- .btn_f {
- display: inline-block;
- *display: inline;
- padding: 3px 14px;
- margin-bottom: 0;
- *margin-left: .3em;
- font-size: 14px;
- line-height: 18px;
- *line-height:18px;
- color: #333333;
- text-align: center;
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
- vertical-align: top;
- cursor: pointer;
- background-color: #f5f5f5;
- *background-color: #e6e6e6;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
- background-repeat: repeat-x;
- border: 1px solid #bbbbbb;
- *border: 0;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-bottom-color: #a2a2a2;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
- filter: progid:dximagetransform.microsoft.gradient(enabled=false);
- *zoom: 1;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- width:43px;height:18px;
- padding-left:5px;color:black;
- }
- .btn_f:hover{ background-color: #E6E6E6;color: #333333;}
- .hh {
- background: url("line.jpg") repeat-x scroll 0 0 transparent;
- clear: both;
- display: block;
- font-size: 14px;
- font-weight: bold;
- height: 12px;
- line-height: 24px;
- margin-left: 8px;
- margin-top: 6px;
- padding: 0;
- width: 629px;
- }
|