### [【定制】7b2主题用户自定义选择底部样式](https://wws.ysu2.com/article/80610) **Published:** 2023-01-04T12:17:55 **Author:** gao19970828 **Excerpt:** 【定制】7b2主题用户自定义选择底部样式 <?php //样式1 $text_footer_title_ysa=b2_get_option(‘Jitheme_footer_tab2′,’text_footer_title_ysa’); ### 【定制】7b2主题用户自定义选择底部样式 ![](https://www.ysu2.com/wp-content/uploads/2023/01/2023010412141960.png)
然后插入CSS /\*自定义CSS\*/ /\*用户自定义CSS\*/ @media screen and (max-width:768px){ .footer-inner { padding-top: 0px!important; }.footer-contact,.footer-body{ display: none!important; } .font-number{ margin-top: 0px!important; padding: 15px!important; line-height: 25px!important; } } .footer-inner { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding-top: 20px; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } .footer-inner .about-widget .footer-logo { height: 35px!important; object-fit: contain; } .footer-body{ max-width: 75%; } .footer-contact{ padding-left: 30px; text-align: center!important; } .footer-contact .ji-mb{ margin-bottom: 20px!important; } .footer-contact .ji-mb .qrcode { display: none; border: 2px dotted var(--b2color); } .footer-contact .weixin :hover .qrcode:after { -webkit-transform: translateX(-50%); transform: translateX(-50%); position: absolute; left: 50%; bottom: -10px; content: ""; width: 0; height: 0; border-color: var(--b2color) transparent transparent; border-style: solid; border-width: 10px 10px 0; } .weixin :hover .qrcode { display: block!important; background-color: var(--main-bg-color); bottom: 55px; -webkit-transform: translateX(-50%); transform: translateX(-50%); position: absolute; width: 140px; height: 140px; left: 50%; padding: 5px; border-radius: 2px; } .mb-1{ margin-bottom: 20px!important; margin-right: 50px!important; } .footer-menu { position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .jitheme-footer-links { position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px; } .text-sm { font-size: 14px !important; } .footer-menu a { position: relative; display: block; margin-right: 15px; margin-top: 3px; } .jitheme-footer-links .links-item { position: relative; display: block; color:#999; margin-right: 15px; margin-top: 3px; } .btn-outline-primary { color: #2b76ff; background-color:#e5edfd; border-color:#e5edfd; } .btn-arrow span { display: inline-block; position: relative; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; will-change: transform; padding: 5px 0px; } .btn-arrow i { position: absolute; top: 50%; right: 0; width: 1.25em; font-size: 1.25rem; opacity: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .2s ease-out; transition: all .2s ease-out; will-change: right,opacity; } .jitheme-footer-links i,.footer-menu i{ margin-right: 10px; } .btn-primary i{ margin-left:10px; } .text-xs{ font-size: 13px !important; color:#999; } .font-number { background-color: #eee; padding: 25px 0px; margin-top: 20px; } .btn-arrow.active span, .btn-arrow:hover span, .btn-arrow:focus span { -webkit-transform: translate3d(-0px,0,0); transform: translate3d(-0px,0,0); } .btn-arrow.active i, .btn-arrow:hover i, .btn-arrow:focus i { opacity: 1; right: -30px; } **Tags:** 7b2, app, HTML, ps, 主题, 周, 微信, 盒子 **Categories:** 精选插画 ---