123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .topBox {
- width:100%;
- }
-
- .titleBox {
- /* width: 95.4%; */
- width:100%;
- height: 35.5pt;
- background: #000000;
- padding:0pt 1pt;
- margin-top: 4.5px;
- }
-
- /* .topImg{
- width:375pt;
- height:187.5pt;
- } */
-
-
- .titleBox .title {
- width: 70px;
- font-size: 23px;
- font-weight: 550;
- }
-
- .titleBox .tab {
- text-align: center;
- font-size: 10px;
- display:inline-block;
- vertical-align: middle;
- width:12.7%;
- font-family: FZLTHK;
- font-weight: normal;
- color: #ffffff;
- text-decoration: none;
- margin-left:4.2%;
- padding-bottom: 4.5px;
- padding-top: 4.5px;
- }
-
- .titleBox .radio{
- border: 1px solid #0091FF;
- border-radius: 12px;
- width:21%;
- padding-top:6px;
- padding-bottom:6px;
- color: #0091FF;
- }
-
- .titleBox .tab:hover {
- color: #FC4832;
- }
-
- .titleBox .active {
- color: #0091FF;
- border-bottom:2px solid #0091FF;
- }
-
- .titleBox .search {
- padding-left: 75px;
- margin-left: 40px;
- width: 536px;
- height: 52px;
- border: 1px solid #CCCCCC;
- }
-
- .typeBox {
- width: 100%;
- height: 64px;
- border-bottom: 1px solid #E5E5E5;
- position: relative;
- }
-
- .topTitle {
- float: left;
- font-size: 14px;
- height: 65px;
- line-height: 65px;
- color: #999999;
- }
-
- .typeBox .topTitle {
- width: 35px;
- }
-
- .aItem {
- font-size: 14px;
- padding-left: 10px;
- padding-right: 10px;
- height: 24px;
- line-height: 24px;
- top: 20px;
- cursor: pointer;
- float: left;
- margin: 20px 0 0 20px;
- }
-
- .aItem:hover {
- color: #fff;
- background: #FC4832;
- }
-
- .typeBox .item1 {
- left: 50px;
- }
-
- .typeBox .item2 {
- left: 117px;
- }
-
- .typeBox .item3 {
- left: 225px;
- }
-
- .typeBox .item4 {
- left: 310px;
- }
-
- .typeBox .item5 {
- left: 383px;
- }
-
-
- .typeBox2 {
- width: 100%;
- height: 64px;
- position: relative;
- }
-
- .typeBox2 .topTitle {
- width: 50px;
- }
|