css布局手机端房产类app房源详情页内容页效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局手机端房产类app房源详情页内容页效果代码
代码标签: 端 房产 类 app 房源 详情 页 内容 页 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>房屋买卖小区详情介绍页面模板</title> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport" /> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" /> <meta content="telephone=no" name="format-detection" /> <style> html,body { color: #333; margin: 0; height: 100%; font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a { text-decoration: none; color: #000; } a, label, button, input, select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } img { width: 100%; height: auto; display: block; border: 0; } body { background: #f7f7f7; color: #666; } html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td { margin: 0; padding: 0; } a { text-decoration: none; color: #08acee; } button { outline: 0; } img { border: 0; } button,input,optgroup,select,textarea { margin: 0; font: inherit; color: inherit; outline: none; } li { list-style: none; } a { color: #666; } .clearfix::after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .clearfix { } .divHeight { width: 100%; height: 10px; background: #f5f5f5; position: relative; overflow: hidden; } .r-line { position: relative; } .r-line:after { content: ''; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; border-right: 1px solid #D9D9D9; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; } .b-line { position: relative; } .b-line:after { content: ''; position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #e2e2e2; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; } .aui-arrow { position: relative; padding-right: 0.8rem; } .aui-arrow span { font-size: 0.8rem; color: #9b9b9b; } .aui-arrow:after { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 2px 2px 0 0; border-color: #848484; border-style: solid; -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0); position: relative; top: -2px; position: absolute; top: 50%; margin-top: -4px; right: 2px; border-radius: 1px; } .aui-flex { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 15px; position: relative; } .aui-flex-box { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0; font-size: 14px; color: #333; } /* 必要布局样式css */ .aui-flexView { width: 100%; height: 100%; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .aui-scrollView { width: 100%; height: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; position: relative; padding-bottom: 55px; } .aui-navBar { height: 44px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; z-index: 102; background: #fff; } .aui-navBar-item { height: 44px; min-width: 25%; -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; padding: 0 0.9rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 0.7rem; white-space: nowrap; overflow: hidden; color: #808080; position: relative; } .aui-navBar-item:first-child { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; margin-right: -25%; font-size: 0.9rem; font-weight: bold; } .aui-navBar-item:last-child { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .aui-center { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 44px; width: 50%; margin-left: 25%; } .aui-center-title { text-align: center; width: 100%; white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis; font-size: 0.95rem; color: #333; } .icon { width: 20px; height: 20px; display: block; border: none; float: left; background-size: 20px; background-repeat: no-repeat; } .icon-return { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABvUlEQVRoQ+3a32mEQBAG8FnE95RwHeSuguQqSDqIBytYRtKFsEIs4TpISkgJV4L3JviwQVA4hMR/szsz6/nmy+hvv/HlQwUbu9TGvHAHUyeepuk+iqIqz/OLi3dhk3CSJA9xHH8CwGsHLY0xJ2w0C3CH/QKA/QB4MMb8YKLJwf9gW+fJGFMGAx7BXpum2ZVlWQUBHsMCwDP2OrcHR7LSVFgSMCXWO5ga6xXMAesNzAXrBcwJ6xzMDesUzBHrDMwV6wTMGYsO5o5FBUvAooGlYFHAkrCrwdKwq8ASsYvBUrGLwJKxs8HSsbPAIWBngbXWpVLq7Y8GEb0/xmwqb2dNLvG01mel1MtmwN1KfwPA4xBtra2UUkcXtSp20pMTbh8cAnoWOAT0bLB09CKwZPRisFT0KrBE9GqwNDQKWBIaDSwFjQqWgEYHc0c7AXNGOwNzRTsFc0Q7B3NDewFzQnsDc0F7BXNAewdTo0nAlGgy8BgaAC5N0xyC+bm0byNHisFjURRtU4p2kSY8AY1e8LMA36z3GQCe2ntr7UdRFO9o0XaD2IB7WJZlu7quK+xvt5/PDoyd6HDeHez6hKnn/wKqxohMcP/LEAAAAABJRU5ErkJggg=='); } .icon-news { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoQ+2b3XHUMBDHd8/OM3RAqICkApIKEirIZc6ayRuhAkIFwFtmpBsuFeRSAaECQgUcFZA8O7llNqPL+GTpLMmyYRj7jZw+9mdp/1prF4SenpOTk+2Hh4cDIjqsTomI8yzLrs7Pzxd9mIJdTzIej59vbW19BIBxw1yzLMs+dA3eKbAQYoeIviLic58XS0S3RHQ8nU7nPu1j2nQGHAprGH8spZzFADX16QRYb+OvALBjGkBEvwDgRv99BxFfWNrc5nm+28X27gS4KIozRHxvgNwtl8uxuV2Lothj4QKAZ9X2RHStlNpvWrHQ37sC/m36LQOsjFv9xj7Lf0NEVuiaqBHRvlLqqV8onK19cuDJZHI4Go0uUxhHRBdKqSZ1D5oqKbDennwE1Xw3yCrdWO+ANylXOQmwFqkvALAWVMRAOvrMy7I8ns1mjy7Q5mkNzKsKAJdNZy2rs/ZVWPkzInJf/ve2Ta0NEWPY1qvdClgIwf7FK2t92AcR8TrLsuumI0aHnntExKp9tGEVW53R0cCbYBk0z/OzJkgXFMPf39/z0eYCj4aOAuYoCgC+O4KKcSqR0e4yc2z3XSnlKoDxdutgYC1QDLttzPKjLMu9FMJSHVfPx2fxK2O+RVmWu6HzBQM7oqhOYFeALmgi+qCUOvNeXg5yQhprYflp9Lkry3I79E2HzMttNTRHZGshaJZlL0O0IghYCPEJAN4axkYLSCh0URSniMiBTfX5LKU89R0rFJhXt+q7P6SUSaIqX4OLolgYIraQUr707e8NrMNG/uR7eojonVKKV723x7bKIR8ZIcC1T75Q/0nxVmw6EiJeIcBzRDyoGN37dl7NLYTg8/fpmCKiK6WUVxzvDSyE4LPwdQX4m5TyMRbu+2ljSwjwmmCFbKPUL8RyWngLVwgwGYIVfOinArcFP1JKLxavRmyoEGIADg3rhhWOfAPDlgaAwYcdu2cQLZdbDSod8fEdqVG1boNoDaLl3kuDaA2ipd/AoNKDSqc6dJrH6fRYmkwmR6PRiK9P1q5Q/uYFgCMZMF8ul/PpdHqx6ZU5VVrnjzgzaL2G/QeBV5x838V35da8kxXYp+SoCbgpldq8ceNbcOUAIu7boGvAG5JlaxZsAtZj/I43OUnPm7Is980UUA3YtTKc8wUAzu08VtXkeb5w5XQcOagkFIGD1NJANmBOhZp+G5yLLYqC87qbMvmBtkc1r10l24DXLusAIChZVTVLa4FXnWUUTr3T2HzJ5k2ID3Bv2cG20DZ3DAYOSVS1Nbhtf1vC778A1qJYK0rV2rOWzQwG5spXfa5xXtis62i7KJ339wE2k2adG9XhBF4qbS1J6tCoLoeuHafW0LKhPqpLA5OMrYvQrfViG694dEVcCr/lynezGMUMVd9VKuWjwTdFgDyo951WtAUA4Ki+MYfs5bzvC5gLRtcKYkzavs77XoAZzlJu9MTMPqeUSuE6jRuxT2DXKt/x/1ZLVZDaRNwbMBuiPya4NnL1NXaDiGcxVbFNYK7f/wDP0Olb7sG27wAAAABJRU5ErkJggg=='); } .m-slider { overflow-x: hidden; width: 100%; position: relative; } .slider-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); position: relative; z-index: 1; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; } .slider-item { width: 100%; height: 100%; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; background: #f6f6f6; } .slider-item img { width: 100%; height: auto; display: block; border: none; } .slider-pagination { text-align: right; position: absolute; width: 100%; z-index: 2; right: 0; bottom: 10px; pointer-events: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .slider-pagination > .slider-pagination-item { margin: 0 .25rem; width: 8px; height: 8px; display: inline-block; border-radius: 100%; background-color: rgba(255,255,255,0.4); } .slider-pagination > .slider-pagination-item.slider-pagination-item-active { background-color: #fff; border-radius: 100%; } .tab-nav { height: 40px; line-height: 40px; display: block; position: relative; background: #fff; z-index: 1; width: 100%; margin: 0 auto; } .tab-nav-item { height: 40px; line-height: 40px; position: relative; text-align: center; color: #585858; font-size: 0.9rem; display: block; float: left; width: 20%; } .tab-nav-item.tab-active { /* background-color: #51bd03; */ } .tab-nav-item.tab-active a { color: #ff1767; font-size: 0.8rem; } .tab-nav-item a { display: inherit; font-size: 0.8rem; color: #666; } .tab-panel { position: relative; overflow: hidden; } .tab-panel .tab-panel-item { width: 100%; position: absolute; top: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); } .tab-panel .tab-panel-item.tab-active~.tab-panel-item { -webkit-transform: translateX(100%); transform: translateX(100%); } .tab-panel .tab-panel-item.tab-active { position: relative; -webkit-transition: -webkit-transform .15s; transition: -webkit-transform .15s; transition: transform .15s; transition: transform .15s, -webkit-transform .15s; -webkit-transform: translateX(0); transform: translateX(0); } .tab-nav-item.tab-active:before { content: ''; width: 70%; height: 3px; position: absolute; left: 50%; bottom: 0; margin-left: -35%; z-index: 4; background-image: -webkit-gradient(linear, left top, right top, from(#ff6143), to(#ff1767)); background-image: -webkit-linear-gradient(left, #ff6143, #ff1767); background-image: -moz-linear-gradient(left, #ff6143, #ff1767); background-image: linear-gradient(to right, #ff6143, #ff1767); background-color: #ff6143; } .aui-palace { padding: 0.5rem 0; position: relative; overflow: hidden; } .aui-palace-grid { position: relative; float: left; padding: 1px; width: 20%; box-sizing: border-box; margin: 5px 0; } .aui-palace-grid-icon { width: 30px; height: 30px; margin: 0 auto; } .aui-palace-grid-icon img { display: block; width: 100%; height: 100%; border: none; } .aui-palace-grid-text { display: block; text-align: center; color: #333; font-size: 0.85rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-top: 0.2rem; } .aui-palace-grid-text h2 { font-size: 0.8rem; font-weight: normal; color: #666666; } .m-actionsheet { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000; background-color: #EFEFF4; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; } .mask-black { background-color: rgba(0, 0, 0, 0.4); position: fixed; z-index: 500; bottom: 0; right: 0; left: 0; top: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; z-index: 998; } .actionsheet-action { display: block; margin-top: .15rem; font-size: 0.28rem; color: #555; height: 1rem; line-height: 1rem; background-color: #FFF; } .m-actionsheet { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 10005; background-color: #ffffff; -webkit-transform: translate(0, 100%); transform: translate(0, 100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; } .actionsheet-toggle { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .actionsheet-item { display: block; position: relative; font-size: 0.85rem; color: #555; height: 2rem; line-height: 2rem; background-color: #FFF; } .actionsheet-item { display: block; position: relative; font-size: 0.85rem; color: #555; height: 2rem; line-height: 2rem; background-color: #FFF; } .aui-coll-cancel a { height: 45px; line-height: 45px; font-size: 12px; background: #f9f9f9; display: block; text-align: center; width: 100%; } .aui-coll-share-img { width: 38px; height: 38px; margin: 0 auto; } .aui-coll-share-img img { width: 100%; height: auto; display: block; border: none; } .aui-coll-share-box { position: relative; overflow: hidden; padding: 10px 0; } .aui-coll-cancel a { height: 45px; line-height: 45px; font-size: 12px; background: #f9f9f9; display: block; text-align: center; width: 100%; } .aui-coll-share-item { position: relative; float: left; padding: 8px 10px; width: 33.333%; box-sizing: border-box; font-size: 12px; height: 85px; } .aui-rule { position: absolute; right: 0; top: 1rem; background: #54ca9a; border-radius: 50px 0 0 50px; font-size: 0.8rem; padding: 0.2rem 0.6rem; color: #fff; } .img_gallery { position: relative; width: 100%; overflow: hidden; height: 245px; } .main_img ul li img { width: 100%; display: block; border: none; } .img_font { width: 60px; height: 24px; text-align: center; line-height: 26px; color: #333; font-size: 13px; position: absolute; right: 15px; bottom: 8px; background-color: rgba(255,255,255,0.9); border-radius: 22px; } .aui-village { background: #fff; } .aui-flex-box h1 { color: #333; font-size: 1.1rem; margin-bottom: 0.3rem; } .aui-flex-box h2 { color: #ef8015; font-size: 1rem; margin-bottom: 0.5rem; font-weight: 500; } .aui-flex-box h3 { color: #333; font-size: 1rem; margin-bottom: 0.2rem; font-weight: 500; } .aui-flex-box p { color: #8c8c8c; font-size: 0.85rem; margin-bottom: 0.2rem; font-weight: normal; } .aui-flex-box span em { background: #f3f4f8; border-radius: 3px; font-size: 0.75rem; font-style: normal; color: #666666; padding: 0.2rem 0.3rem; } .aui-village .b-line:after { width: 92%; left: 15px; } .aui-ads-img { width: 50px; height: 50px; } .aui-six-item { overflow: hidden; } .aui-six-item span { width: 50%; display: block; float: left; height: 1.8rem; line-height: 1.8rem; font-size: 0.85rem; } .aui-six-item span em { background: none; color: #999999; font-size: 0.85rem; padding-right: 2rem; } .aui-flex-color h2 { color: #333; margin-bottom: 0; } .aui-palace-one { padding-top: 0; } .aui-palace-one h2 { color: #333; font-size: 0.88rem; } .icon-add { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFeklEQVRoQ+2aXXLbNhCAAYp8TnKC2ieofQP7BHVOUOXNI2Im9gmanCDKDKDxW9wTVDlBfIPYJ4h6gsrPBrmd1YAaCAWJXZFUm8Z4lEBgP+xi/0gpfrAhfzBe8Qz8f9f4s4bH0vBsNjuZTCYv6ro+klIe4T4AsMqybFVV1eNisbgfa29/3dE0fHl5eZTn+S9CiAshxBkR5k4IsbTWfr65uVkRn2FNGxxYKYVwbx0oS5hg8lII8VFrjYcw2BgM2Gn0E0ObVAjU+PVQGh8EWCmFGn0nhHgZoXgQQmxMta7rdXhX8W5nWYbPNab/c2SNdV3X14vF4pZ6Sm3zegOXZflJSjn1NwCARynl3Fp7y9WMs5QpAFxJKV8E694aY970ge4FHIPFe5fn+bv5fL7uI9jV1dVLay1aDVrPdgBAL+i9gUNYp9Wp1hqdzWBDKXWBkL62+0DvBVyWJZrbh4YKAP6squqMa77UU8F7LqVcSil/8va8NsbMqWs089jA7o598zZ+BICzsRMHB33na9pae8w9ZDawUuqLH3rquj4dG7Y5XBfjcf9m3GmtzzlaZgFHNsTE4IqzYd+5Sik0Y9+RnXOSEy7wVrvopIqiOKJ6Y7wKk8nkrZTyxLOQOwC4r6rqI9U00Xs/PT2tPNNmaZkMHN5dIcR7rTWGjc7hBPwQxurwIfS8RVFcUw5QKYX7/taswbnLZODQM1M2cbBfnFZTZ4PV031RFOcp6IjjJHtsDjCGBax+cDxordE0O4dSCku+nVQRAH6XUm4qIQDAUvFXfxGENsacctYGgM/GGExNk4MMrJT6y8uVk+Y8m82mWZZhMdGMB2vtRXhXnbYwWdkeTF3Xb1J5c+C81lrrV0laIWg9LZfmIfBmUAQqyxIdyyZRwMSkKIqTNlN1pn/vzV8ZY467AMIrprUmKY80KRKOOkOBq4C+cg4otIhUfOfK1MgyCnAoTJ7nr1KOKLQiIUTnof7XgHfCBtXclFLgmXGnnwiBUxbB0jBODoR53VUVHUjD6JX/aECoh0oyaVzUd0Ku19SaUoZxkuLkwjucivO+l0anaIzZdEJTgwOMNekmZmJ7leBFt15aCLHO8/y4y0tba7ECa1pEyTjvh0mM7caYna5LGzgZGAtx34SEEJ1mHWoMEwoAwPi60392ZR+2ibaJTMoiIrKQCwgycMSsk0l7WZZ+dtYcOjb0mtYrtnR3etaUrMkvUTnmjAKwgMOkPRU6XKhBuFgnMmZ1D3men3WFsNAhAgA5j2YDh6UZI+/dCVMt9yuZrjor++a9qmGVqGxgF552hKeesKuHL6SUO0k+ACyrqlpS6uEwnaSWqP4Bs0y6eTAIUWtr7SlF4FTI6PrfhTpMVzeenHt32YmHL8wQvSUufNhLS/mP3mEpXCD0wFTT5oK6exu2hclxN9xvL5PGRSK9JSwbB+9ghpVXqtRMHejewM6BYQzdtk2pLZqUUM3/7lC/Nl7Z/U5OMmL79AJ20GHbdKm1fk2F6pqnlMLiwPfqvdvCvYEddNi7IsXUBGwYu5P5NeWQBwFuuc/JvlSbgJE8nJ1gDO6lwwUjoQpfYp9zX8M4J4V+YftyfUhnOIiGG/hIp5KVlITJBa6bqpwoZtw70+rapCzLbd3sMiJSc72lad/bSQ0Wh4eEjsFyinqOlgc1aT9+Wmt3ysK2yqpFs8kykQM5qkknoP/xfUbkO5HRYFG2UTRMhT407OjAuEHsUwV8NbrZ3PvcCd83V1V1MnaZOaqGvXCFH6XsfJ/h3yuEPcR3IgfRcAr6kLAHBY6Z96FhDw7cQGdZtrnDdV1PuannvuGoee4gdzgUEmMv/pZ6o9gXLvb8vwI8Bgh1zWdg6kl9r/OeNfy9ao4q9987G7FqxbBKZAAAAABJRU5ErkJggg=='); } .aui-flex-box h5 { font-weight: normal; color: #6e6e6e; font-size: 0.85rem; margin-top: 0.3rem; } .aui-map-img { padding: 0 0.9rem 0.9rem; } .aui-img-hou { width: 120px; height: auto; margin-right: 0.8rem; } .aui-house-list h1 { font-size: 1rem; } .aui-house-list .aui-flex { padding-top: 0; } .aui-vil-text { padding: 3rem; text-align: center; color: #999; font-size: 0.88rem; } .aui-reserve-footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; padding: 0.6rem 0.8rem; background: #fefefe; box-shadow: 0 -2px 8px #e0e0e0; } .aui-reserve-footer-one { height: inherit; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .aui-reserve-footer-two { -webkit-box-flex: 3; -webkit-flex: 3; -ms-flex: 3; flex: 3; height: 100%; background-color: #0da4c3; color: #fff; border-radius: 5px; background: -webkit-linear-gradient(left, #19d0b1 , #0da4c3); background: -o-linear-gradient(right, #19d0b1 , #0da4c3); background: -moz-linear-gradient(right, #19d0b1 , #0da4c3); background: linear-gradient(to right, #19d0b1 , #0da4c3); padding: 0.5rem 0; } .aui-reserve-in { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 100%; font-size: 11px; text-align: center; position: relative; } .aui-reserve-in-icon { width: 20px; height: 20px; margin: 0 auto; } .aui-reserve-in-icon img { width: 20px; height: 20px; display: block; border: none; } .aui-reserve-title { color: #454c5e; } .aui-reserve-footer-two button { text-align: center; display: block; width: 100%; font-size: 0.9rem; } </style> </head> <body> <section class="aui-flexView"> <header class="aui-navBar aui-navBar-fixed"> <a href="javascript:;" class="aui-navBar-item"> <i class="icon icon-return"></i> </a> <div class="aui-center"> <span class="aui-center-title">西潞园小区</span> </div> <a href="javascript:;" class="aui-navBar-item"> <i class="icon icon-news"></i> </a> </header> <section class="aui-scrollView"> <div class="img_gallery" id="commodity"> <div class="main_img"> <ul> <li> <img src="//repo.bfw.wiki/bfwrepo/image/606b0054bb7fc.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_400,h_300,/quality,q_90" alt=""> </li> <li> <img src="//repo.bfw.wiki/bfwrepo/image/606b009c27aac.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_400,h_300,/quality,q_90" alt=""> </li> </ul> </div> <div class="img_font"> <span>1/11</span> <span>2/11</span> <span>3/11</span> <span>4/11</span> <span>5/11</span> <span>6/11</span> <span>7/11</span> <span>8/11</span> <span>9/11</span> <span>10/11</span> <span>11/11</span> </div> </div> <div class="aui-village"> <div class="aui-flex b-line"> <div class="aui-flex-box"> <h1>西潞园小区-南-C座</h1> <h2>2800元/月</h2> <span> <em>独卫</em> <em>近地铁</em> <em>专属管家</em> <em>飘窗</em> <em>代收快递</em> <em>阳台</em> </span> </div> </div> <div class="aui-flex b-line"> <div class="aui-ads-img"> <img src="//repo.bfw.wiki/bfwrepo/image/606afb15299d1.png" alt=""> </div> <div class="aui-flex-box"> <h3>添加意向位置</h3> <p>查看房源与目的地的位置</p> </div> <div class="aui-arrow"></div> </div> <div class="aui-flex"> <div class="aui-flex-box"> <div class="aui-six-item"> <span><em>发布</em>2019-05-28</span> <span><em>入住</em>2020-05-28</span> <span><em>户型</em>3室1厅1卫</span> <span><em>面积</em>15m </span> <span><em>楼层</em>2/6层</span> <span><em>电梯</em>有电梯</span> <span><em>车位</em>有</span> <span><em>用水</em>民用水</span> <span><em>用电</em>民用电</span> <span><em>燃气</em>天然气</span> <span><em>供暖</em>集体供暖</span> <span><em>租期</em>6月起租</span> <span><em>看房</em>随时看房</span> <span><em>小区</em>西潞园小区</span> </div> </div> </div> <div class="divHeight"></div> <div class="aui-flex aui-flex-color"> <div class="aui-flex-box"> <h2>房屋配置</h2> </div> </div> <div class="aui-palace aui-palace-one"> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606ad8316c49f.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>空调</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606ad84aeb74e.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>电磁炉</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606ad86be5706.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>座椅</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606ad8814926f.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>洗衣机</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606ad8988ddfd.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>沙发</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon"> <img src="//repo.bfw.wiki/bfwrepo/image/606afa901feb6.png" alt=""> </div> <div class="aui-palace-grid-text"> <h2>电视</h2> </div> </a> <a href="javascript:;" class="aui-palace-grid"> <div class="aui-palace-grid-icon".........完整代码请登录后点击上方下载按钮下载查看
网友评论0