123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- #sg-search-input:focus {
- background: white;
- }
- @media (min-width: 1200px){
- .menu-8 {
- width: 12.5%;
- }
- }
- .menu{
- width: 120px !important;
- height: 35px !important;
- border-radius: 20px;
- border: 1px solid #ccc;
- text-align: center;
- vertical-align: middle;
- color: #666;
- font-size: 16px;
- display: inline-block;
- padding-top: 9px;
- margin-top: 10px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .menu:hover{
- width: 120px !important;
- height: 35px !important;
- border-radius: 20px;
- border: 1px solid #3E95EE;
- text-align: center;
- vertical-align: middle;
- color: #fff;
- font-size: 16px;
- display: inline-block;
- padding-top: 9px;
- margin-top: 20px;
- background: #3E95EE;
- margin-top: 10px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .menu_active{
- width: 120px !important;
- height: 35px !important;
- border-radius: 20px;
- border: 1px solid #3E95EE;
- text-align: center;
- vertical-align: middle;
- color: #fff;
- font-size: 16px;
- display: inline-block;
- padding-top: 9px;
- margin-top: 20px;
- background: #3E95EE;
- margin-top: 10px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .con{
- }
- @media (min-width: 500px){
- .con{
- }
- }
- .con>p{
- width: 100px;
- position: absolute;
- margin-top: 30px;
- padding-left: 0px;
- font-size: 18px;
- }
- .search_btn{
- width:34px;height:34px;float:right;margin-right:110px;margin-top:-40px;
- }
- @media only screen and (max-width: 340px) {
- .search_margin{
- margin-right: 0px !important;
- }
- }
- @media only screen and (max-width: 635px) {
- .search_margin{
- margin-right: 15px !important;
- }
- }
- @media only screen and (max-width: 767px) {
- .menu{
- width: 56px !important;
- height: 25px !important;
- border-radius: 20px;
- border: 1px solid #ccc;
- text-align: center;
- vertical-align: middle;
- color: #666;
- font-size: 10px;
- display: inline-block;
- padding-top: 6px;
- margin-top: 20px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .menu:hover{
- width: 50px !important;
- height: 20px !important;
- border-radius: 20px;
- border: 1px solid #3E95EE;
- text-align: center;
- vertical-align: middle;
- color: #fff;
- font-size: 13px;
- display: inline-block;
- padding-top: 6px;
- margin-top: 20px;
- background: #3E95EE;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .menu_active{
- width: 50px !important;
- height: 25px !important;
- border-radius: 20px;
- border: 1px solid #3E95EE;
- text-align: center;
- vertical-align: middle;
- color: #fff;
- font-size: 13px;
- display: inline-block;
- padding-top: 6px;
- margin-top: 20px;
- background: #3E95EE;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .pad_r_15px{
- padding-right: 15px;
- }
- .margintop_60px{
- margin-top: 30px;
- }
- .search{
- width: 95% !important;
- text-align: left;
- font-size: 20px !important;
- height: 40px !important;
- }
- .search_btn {
- width: 34px;
- height: 34px;
- float: right;
- margin-right: 110px;
- margin-top: -37px;
- }
- }
- @media only screen and (max-width: 1200px) {
- .search_margin{
- margin-right: 25px !important;
- }
- }
|