.header-h{ position: relative; text-align: center; height: 324rpx; padding-top: 48rpx; color: #fff; z-index: 10; } .header-bg{ position: absolute; z-index: 0; left: 0; top: 0; width: 100%; } .header-h .cash-btn{ display: inline-block; height: 60rpx; line-height: 60rpx; padding: 0 60rpx; border: 1rpx solid #fff; border-radius: 999rpx; font-size: 9pt; } .menu-group{ margin: 16rpx 0; } .menu-item{ background: #fff; height: 88rpx; border-bottom: 1rpx solid #eee; padding: 0 24rpx; } .menu-item .pointer{ width: 12rpx; height: 22rpx; margin-left: 24rpx; } .menu-item.weijiesuan { margin-top: 20rpx; } .footer{ position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; padding-bottom: 56rpx; } .cash-modal{ position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; } .cash-modal .modal-bg{ position: fixed; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); } .cash-modal .modal-dialog{ background: #fff; width: 550rpx; border-radius: 16rpx; overflow: hidden; } .cash-modal .cash-input{ border: 1rpx solid #e3e3e3; border-radius: 8rpx; height: 80rpx; line-height: 80rpx; text-align: center; } .cash-modal .modal-dialog-footer > wx-view{ text-align: center; height: 88rpx; line-height: 88rpx; border-top: 1rpx solid #eee; border-right: 1rpx solid #e3e3e3; } .cash-modal .modal-dialog-footer > wx-view:last-child{ border-right: none; } .cash-modal .modal-dialog-footer > wx-view:hover{ background: #f3f3f3; }