@import "dist/index.wxss"; /**app.wxss**/ .container { background: #F9F9F9; overflow: hidden; min-height: 100vh; box-sizing: border-box; } page{ background-color: #F8F8F8; font-size: 16px; font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif; } .page__hd { padding: 40px; } .page__bd { padding-bottom: 40px; } .page__bd_spacing { padding-left: 15px; padding-right: 15px; } .page__ft{ padding-bottom: 10px; text-align: center; } .page__title { text-align: left; font-size: 20px; font-weight: 400; } .page__desc { margin-top: 5px; color: #888888; text-align: left; font-size: 14px; } .citypickers{ position: fixed; height: 100%; width: 100%; min-height: 100%; background-color: red; } .citypicker{ background-color: white; } .citybody { position: fixed; bottom: 0px; } .cityheader { position: absolute; border-top: 2px #003399 solid; top:0px; width: 100%; z-index: 99; } .city-cancel { float: left; margin: 20rpx; color: #818181; } .city-true { float: right; margin: 20rpx; color: #2FB42E } .section .picker { background-color: #6633CC; border-bottom: 1px #d9d9d9 solid; border-top: 1px #d9d9d9 solid; padding: 20rpx; }