1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .topBox {
- width:100%;
- }
-
- .titleBox {
- /* width: 95.4%; */
- width:100%;
- height: 35.5pt;
- background: #000000;
- padding:0pt 1pt;
- margin-top: 4.5px;
- }
-
-
- .titleBox .title {
- width: 70px;
- font-size: 23px;
- font-weight: 550;
- }
-
- .titleBox .tab {
- text-align: center;
- font-size: 11px;
- 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: 16px;
- width:21%;
- padding-top:6px;
- padding-bottom:6px;
- color: #0091FF;
- }
-
-
- .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;
- }
-
-
|