/**app.wxss**/ /* Wux Weapp Utility 工具类 */ @import './dist/styles/index.wxss'; page { height: 100%; } .card { display: flex; margin: 10px 10px 10px 10px; background: #ffffff; border-radius: 8px; height: calc(100% - 20px); box-shadow: 0px 0px 5px #eeeeee; flex-direction: column; } .fixed{ margin: auto; position: fixed; bottom: 50px; left: 0; right: 0; } .fixed2{ margin: auto; position: fixed; bottom: 125px; left: 0; right: 0; } .buttons { width: 560rpx; height: 84rpx; font-size: 32rpx; font-weight: bold; margin: auto; left: 0; right: 0; } .btn_label{ position: absolute; color: #fff; z-index: 99; width: 560rpx; height: 84rpx; text-align: center; line-height: 84rpx; } .btn_label2{ position: absolute; color: #fff; z-index: 99; width: 560rpx; height: 84rpx; text-align: center; line-height: 84rpx; } .ic_btn { width: 560rpx; height: 84rpx; position: fixed; } .ic_btn2 { width: 560rpx; height: 84rpx; } .btn { width: 560rpx; height: 84rpx; opacity: 0; }