20 lines
1.1 KiB
CSS
20 lines
1.1 KiB
CSS
@charset "utf-8";
|
|
|
|
.fg_icon_menu {box-sizing: border-box; margin: 0px auto; width: 100%; background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;}
|
|
.fg_icon_menu .fg_icon_menu_inner {position: relative; margin: 0px auto;}
|
|
|
|
.theme_btns {width:100%; height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;}
|
|
.theme_btns img {border:0px !important;}
|
|
.theme_btns span:nth-child(2) {margin-left: auto; height:20px;}
|
|
|
|
@media all and (max-width:1024px) {
|
|
.fg_icon_menu .fg_icon_menu_inner {width: 100% !important; }
|
|
.fg_icon_menu .rb_swipper_inner {padding-left: 20px; padding-right:20px; }
|
|
.fg_icon_menu .rb_swiper_paging_btn {top:14px;}
|
|
.fg_icon_menu .rb-swiper-slide {width: 100%;}
|
|
.fg_icon_menu .rb-swiper-slide {width: 100% !important;}
|
|
.fg_icon_menu .bbs_main_wrap_thumb_top_con {width: 100% !important;}
|
|
}
|
|
@media all and (max-width:768px) {
|
|
.fg_icon_menu .fg_icon_menu_inner {width: 100% !important;}
|
|
} |