wechat_jiaxuan/pages/calculator/index.wxss
@@ -1,6 +1,7 @@ /* pages/calculator/index.wxss */ .container { overflow: auto; padding-bottom: 100rpx; } .main_bg{ position: fixed; @@ -91,12 +92,14 @@ } .results { position: relative; position: absolute; width: 670rpx; top: calc( 100vh - 250rpx ); z-index: 1; background: #FFFFFF; color: #222; text-align: center; margin: 0 30rpx 60rpx; margin: 0 40rpx 60rpx; border-radius: 8rpx; padding: 30rpx; }